Skip to content

Instantly share code, notes, and snippets.

@nicolaslule
Created August 10, 2018 05:18
Show Gist options
  • Save nicolaslule/1e1be3ed1ec22648f0444dbbb31a706b to your computer and use it in GitHub Desktop.
Save nicolaslule/1e1be3ed1ec22648f0444dbbb31a706b to your computer and use it in GitHub Desktop.
Local Business Structured
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode":"60603",
"streetAddress": "100 S State St"
},
"description": "Creative Web Design Agency.",
"name": "Inova Web Design",
"telephone": "=13127719111",
"openingHours": "Mo,Tu,We,Th,Fr 09:00-17:00",
"geo": {
"@type": "GeoCoordinates",
"latitude": "41.880529",
"longitude": "-87.628128"
},
"sameAs" : [ "https://www.facebook.com/inovawebsites/",
"https://twitter.com/inovawebdesigns/",
"https://www.instagram.com/inovawebdesign/"]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment