Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Last active April 26, 2019 18:16
Show Gist options
  • Save patrickcoombe/0b1aa9c3827014d5ac74 to your computer and use it in GitHub Desktop.
Save patrickcoombe/0b1aa9c3827014d5ac74 to your computer and use it in GitHub Desktop.
<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