Skip to content

Instantly share code, notes, and snippets.

@saosangmo
Forked from patrickcoombe/organization.js
Created August 17, 2019 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saosangmo/9f5b36345631165ce7de17e5e61f1de7 to your computer and use it in GitHub Desktop.
Save saosangmo/9f5b36345631165ce7de17e5e61f1de7 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{ "@context": "https://schema.org",
"@type": "Organization",
"name": "Elite Strategies",
"legalName" : "Elite Strategies Llc",
"url": "http://www.elite-strategies.com",
"logo": "http://cdn.elite-strategies.com/wp-content/uploads/2013/04/elitestrategies.png",
"foundingDate": "2009",
"founders": [
{
"@type": "Person",
"name": "Patrick Coombe"
},
{
"@type": "Person",
"name": ""
} ],
"address": {
"@type": "PostalAddress",
"streetAddress": "900 Linton Blvd Suite 104",
"addressLocality": "Delray Beach",
"addressRegion": "FL",
"postalCode": "33444",
"addressCountry": "USA"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"telephone": "[+561-526-8457]",
"email": "info@elite-strategies.com"
},
"sameAs": [
"http://www.freebase.com/m/0_h96pq",
"http://www.facebook.com/elitestrategies",
"http://www.twitter.com/delraybeachseo",
"http://pinterest.com/elitestrategies/",
"http://elitestrategies.tumblr.com/",
"http://www.linkedin.com/company/elite-strategies",
"https://plus.google.com/106661773120082093538"
]}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment