Skip to content

Instantly share code, notes, and snippets.

@bigdawggi
Created June 26, 2015 20:21
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 bigdawggi/b5e241ab7ead9f626c1c to your computer and use it in GitHub Desktop.
Save bigdawggi/b5e241ab7ead9f626c1c to your computer and use it in GitHub Desktop.
Business Structured Data Example
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SportingGoodsStore",
"openingHours": "Mo,Tu,We,Th,Fr,Sa,Su 08:00-18:00",
"url": "https://www.example.com/",
"logo": "https://www.example.com/logo.png",
"address": {
"@type": "PostalAddress",
"addressLocality": "Example City",
"addressRegion": "WY",
"postalCode": "11111",
"streetAddress": "111 Main St"
},
"telephone": "(555) 555-5555"
}
</script>
@bigdawggi
Copy link
Author

Just pop this into the <head> of a site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment