Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Pizza House Svendborg",
"url": "https://pizzahousesvendborg.dk",
"logo": "https://pizzahousesvendborg.dk/cf-cgi/families/177/resource-types/web-logo.png",
"image": "https://pizzahousesvendborg.dk/cf-cgi/families/177/resource-types/web-background.png",
"paymentAccepted": "Cash, ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "\u00d8rb\u00e6kvej 7, 5700 Svendborg"
},
"telephone": "+4562219636",
"latitude": 55.070204,
"longitude": 10.630886,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "11:00",
"closes": "22:00"
}
]
}
] |