Last active
April 26, 2019 18:16
-
-
Save patrickcoombe/0b1aa9c3827014d5ac74 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" : "https://schema.org", | |
"@type" : "Organization", | |
"url" : "http://www.example.com", | |
"contactPoint" : [ | |
{ "@type" : "ContactPoint", | |
"telephone" : "+1-888-888-9999", | |
"contactType" : "customer service", | |
"contactOption" : "TollFree", | |
"areaServed" : "US" | |
} , { | |
"@type" : "ContactPoint", | |
"telephone" : "+1-888-888-9998", | |
"contactType" : "Sales" | |
} , | |
{ | |
"@type" : "ContactPoint", | |
"telephone" : "+1-888-888-9997", | |
"contactType" : "technical support", | |
"contactOption" : "TollFree", | |
"areaServed" : "US", | |
"availableLanguage" : ["English","French"] | |
} , { | |
"@type" : "ContactPoint", | |
"telephone" : "+1-888-888-9997", | |
"contactType" : "bill payment", | |
"contactOption" : "TollFree", | |
"areaServed" : ["US","GB"] | |
} ] } | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment