Skip to content

Instantly share code, notes, and snippets.

@jmsfwk
Created September 9, 2016 19:49
Show Gist options
  • Save jmsfwk/b2003848bc6ac095dc178ae7cf18f986 to your computer and use it in GitHub Desktop.
Save jmsfwk/b2003848bc6ac095dc178ae7cf18f986 to your computer and use it in GitHub Desktop.
JSON-LD for Pimp My Pix
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"currenciesAccepted": "GBP",
"paymentAccepted": "Cash, Credit Card, Debit Card, BACS",
"openingHours": "Mo-Su",
"name": "Pimp My Pix",
"url": "https://www.pimpmypix.co.uk",
"email": "[email protected]",
"sameAs": [
"https://www.facebook.com/PimpMyPixPhotoBoothHire/"
],
"address": {
"@type": "PostalAddress",
"name": "Pimp My Pix",
"addressLocality": "Newcastle upon Tyne",
"addressRegion": "Tyne and Wear",
"addressCountry": "GB",
"email": "[email protected]"
},
"logo": "http://pimpmypix.co.uk/wp-content/themes/pimpmypix/images/pimpmypix.png",
"contactPoint": [{
"@type": "ContactPoint",
"contactType": "sales",
"telephone": "+447956843735",
"email": "[email protected]"
}, {
"@type": "ContactPoint",
"contactType": "sales",
"telephone": "+447956843735",
"email": "[email protected]"
}],
"areaServed": "North East England"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment