Created
October 30, 2018 06:54
-
-
Save Saichethan/1be3af0faa10e067b8553c5ba17b64ad to your computer and use it in GitHub Desktop.
Corporate Contact
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", | |
"@type": "Organization", | |
"url": "http://www.your-company-site.com", | |
"logo": "http://www.example.com/logo.png", | |
"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