Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "http://schema.org",
- "@type": "LocalBusiness",
- "name": "%title%",
- "alternateName": "%title%",
- "url": "%url%",
- "photo": "%post_thumbnail%",
- "image": "%post_thumbnail%",
- "publicAccess": true,
- "priceRange": "Free",
- "openingHoursSpecification": [
- {
- "@type": "OpeningHoursSpecification",
- "dayOfWeek": [
- "Monday",
- "Tuesday",
- "Wednesday",
- "Thursday",
- "Friday",
- "Saturday",
- "Sunday"
- ],
- "opens": "00:00",
- "closes": "23:59"
- }
- ],
- "address": {
- "@type": "PostalAddress",
- "streetAddress": "Street",
- "addressLocality": "Town",
- "addressRegion": "Cornwall",
- "postalCode": "0000 000",
- "addressCountry": {
- "@type": "Country",
- "name": "United Kingdom"
- }
- },
- "geo": {
- "@type": "GeoCoordinates",
- "latitude": "0",
- "longitude": "0"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement