Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patrickcoombe/bbb230bbad5b4909c93dcc2c209fee97 to your computer and use it in GitHub Desktop.
Save patrickcoombe/bbb230bbad5b4909c93dcc2c209fee97 to your computer and use it in GitHub Desktop.
Local Business Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "ABD STUDIO",
"description": "ABD STUDIO is an interior design studio located in the heart of San Francisco’s Russian Hill neighborhood, at 2418 Polk Street. Nestled among charming storefronts and walkable streets, our light-filled studio is just minutes from many of our project sites across San Francisco.",
"url": "https://abd-studio.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "2418 Polk Street",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94109",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 37.7991251,
"longitude": -122.4221605
},
"telephone": "415-489-0410",
"email": "[email protected]",
"sameAs": [
"https://www.instagram.com/abd_studio/",
"https://www.pinterest.com/abd_studio/"
],
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment