Skip to content

Instantly share code, notes, and snippets.

@dubpirate
Created April 19, 2022 04: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 dubpirate/0f77038c0679675e668223514fe9e4c5 to your computer and use it in GitHub Desktop.
Save dubpirate/0f77038c0679675e668223514fe9e4c5 to your computer and use it in GitHub Desktop.
{
"@context": "https://schema.org",
"@type": "HomeAndConstructionBusiness",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"name": "Ockham Residential",
"currenciesAccepted": "NZD",
"address": {
"@type": "PostalAddress",
"streetAddress": "54 Surrey Crescent",
"addressLocality": "Grey Lynn",
"addressRegion": "Auckland",
"postalCode": "1021",
"addressCountry": "NZ"
},
"foundingDate": {
"@type": "Date",
"foundingDate": "20140723T000000+1200"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.8622722,
"longitude": 174.734545
},
"url": "https://www.ockham.co.nz/",
"telephone": "0800 625 426",
"logo": "TODO: Logo URL Here",
"smoingAllowed": false,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "TODO",
"closes": "TODO"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Sunday",
"opens": "TODO",
"closes": "TODO"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment