Last active
September 14, 2018 18:23
-
-
Save marco-brandizi/75b470a2e1dea0f5ff7a69432bd54d9b to your computer and use it in GitHub Desktop.
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": "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