Skip to content

Instantly share code, notes, and snippets.

@w33zy
Created September 5, 2014 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save w33zy/a4acd04b5cda32716173 to your computer and use it in GitHub Desktop.
Save w33zy/a4acd04b5cda32716173 to your computer and use it in GitHub Desktop.
Add telephone number to Google SERP
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"url" : "https://jamaicagetawaytravels.com",
"logo" : "https://jamaicagetawaytravels.com/wp-content/uploads/2014/03/jamaica-get-away-travels-logo1.png",
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-876-776-0001",
"contactType" : "reservations"
} ] }
</script>
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"url" : "http://www.your-company-site.com",
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-401-555-1212",
"contactType" : "customer service"
} ] }
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment