Created
September 5, 2014 00:03
-
-
Save w33zy/a4acd04b5cda32716173 to your computer and use it in GitHub Desktop.
Add telephone number to Google SERP
This file contains hidden or 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", | |
"@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