Skip to content

Instantly share code, notes, and snippets.

@jessotron
Last active February 19, 2021 14:08
Show Gist options
  • Save jessotron/17f0ea93cdf40e27ede7 to your computer and use it in GitHub Desktop.
Save jessotron/17f0ea93cdf40e27ede7 to your computer and use it in GitHub Desktop.
Sample Organization Schema Markup
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"legalName" : "Elite SEM",
"url" : "http://elitesem.com/",
"contactPoint" : [{
"@type" : "ContactPoint",
"telephone" : "+1-646-350-2789",
"contactType" : "customer service"
}]
"logo" : "http://elitesem.com/wp-content/uploads/2014/03/Elite_SEM_Logo_2014.png",
"sameAs" : [ "http://www.facebook.com/EliteSEM",
"http://www.twitter.com/elitesem",
"http://plus.google.com/+Elitesem",
"https://www.youtube.com/user/EliteSEMInc",
"http://www.linkedin.com/company/elite-sem",
"https://www.wikidata.org/wiki/Q20736641"]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment