Skip to content

Instantly share code, notes, and snippets.

/LocalBusiness Secret

Created April 7, 2017 19:03
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 anonymous/1aae7e1d22a7267089968a3c80a07e74 to your computer and use it in GitHub Desktop.
Save anonymous/1aae7e1d22a7267089968a3c80a07e74 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"image": "http://www.homedepot.com/image.jpg",
"address": {
"@type": "PostalAddress",
"addressLocality": "Phoenix",
"addressRegion": "AZ",
"streetAddress": "16803 N Tatum Blvd"
},
"description": "This is an example of a LocalBusiness description",
"name": "Home Depot",
"telephone": "(602) 493-9600",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "06:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek":
"Sunday",
"opens": "07:00",
"closes": "20:00"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment