-
-
Save tsh-code/445068abaff60826b365fbcf8bff5a5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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