Last active
February 19, 2021 14:08
-
-
Save jessotron/17f0ea93cdf40e27ede7 to your computer and use it in GitHub Desktop.
Sample Organization Schema Markup
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", | |
"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