Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Created June 3, 2016 12:00
Show Gist options
  • Save inetbiz/cf485d10d02ed34087e2b8c869daf40d to your computer and use it in GitHub Desktop.
Save inetbiz/cf485d10d02ed34087e2b8c869daf40d to your computer and use it in GitHub Desktop.
Organization JSON+LD necessary to get Knowledge Graph on Google Search
<script type="application/ld json">
{
"@context": "http://schema.org",
"@type": "Store",
"name": "StrikeHawk eCommerce Open Sourced Shopping Carts and Secure Web Hosting",
"description": "We provide full support for osCommerce and PrestaShop shopping cart software and PCI Secure Web Hosting. We also provide support and hosting for WordPress.",
"openingHours": "Mo-Su 07:00-23:59",
"telephone": " 13122360483",
"logo": "https://www.strikehawk.com/wp-content/uploads/2014/08/strikehawk-website.png",
"url": "https://www.strikehawk.com/",
"department":
[
{
"@type": "ProfessionalService",
"name": "Shopping Cart Support",
"description": "Our shopping cart support techs currently provide support for osCommerce, PrestaShop and WordPress",
"openingHours": "Mo-Fr 09:00-18:00",
"telephone": " 3212360483"
},
{
"@type": "ProfessionalService",
"name": "Web Hosting Support",
"description": "Certified Linux & cPanel technicians provide full support to active customers on our servers.",
"openingHours": "Mo-Su 00:00-23:59",
"telephone": " 13212360483",
"branchOf":
{
"@type": "Corporation",
"url": "https://www.strikehawk.com/",
"name": "StrikeHawk eCommerce, Inc.",
"logo": "https://www.strikehawk.com/wp-content/uploads/2014/08/strikehawk-website.png",
"legalName": "StrikeHawk eCommerce, Inc.",
"naics": "519130",
"email": "sales@services.strikehawk.com",
"telephone": " 3212360483",
"sameAs": "https://twitter.com/strikehawkecomm",
"sameAs": "https://www.google.com/ StrikehawkeComm",
"sameAs": "https://www.linkedin.com/company/1130536",
"sameAs": "https://www.youtube.com/user/strikehawkecomm"
}
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment