Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "The Burger Bob",
"url": "https://theburgerbob.dk",
"logo": "https://theburgerbob.dk/cf-cgi/families/8956/resource-types/web-logo.png",
"image": "https://theburgerbob.dk/cf-cgi/families/8956/resource-types/web-background.png",
"paymentAccepted": "ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Kappelv\u00e6nget 4, 8210 Aarhus"
},
"telephone": "+4586340340",
"latitude": 56.179592,
"longitude": 10.166871,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "15:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "15:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "15:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "15:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "15:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "15:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "15:00",
"closes": "21:00"
}
]
}
] |