Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Forked from adiq/apple-org.html
Created December 10, 2019 12:16
Show Gist options
  • Save tsh-code/445068abaff60826b365fbcf8bff5a5d to your computer and use it in GitHub Desktop.
Save tsh-code/445068abaff60826b365fbcf8bff5a5d to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@id": "https://www.apple.com/#organization",
"@type": "Organization",
"name": "Apple",
"url": "https://www.apple.com/",
"logo": "https://www.apple.com/ac/structured-data/images/knowledge_graph_logo.png?201709101434",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1-800-692-7753",
"contactType": "sales",
"areaServed": "US"
},
{
"@type": "ContactPoint",
"telephone": "+1-800-275-2273",
"contactType": "technical support",
"areaServed": "US",
"availableLanguage": [
"EN",
"ES"
]
},
{
"@type": "ContactPoint",
"telephone": "+1-800-275-2273",
"contactType": "customer support",
"areaServed": "US",
"availableLanguage": [
"EN",
"ES"
]
}
],
"sameAs": [
"http://www.wikidata.org/entity/Q312",
"https://www.youtube.com/user/Apple",
"https://www.linkedin.com/company/apple",
"https://www.facebook.com/Apple",
"https://www.twitter.com/Apple"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment