Skip to content

Instantly share code, notes, and snippets.

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