Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Vindeby Pizza",
"url": "https://vindebypizzagrill.dk",
"logo": "https://vindebypizzagrill.dk/cf-cgi/families/4135/resource-types/web-logo.png",
"image": "https://vindebypizzagrill.dk/cf-cgi/families/4135/resource-types/web-background.png",
"paymentAccepted": "Cash, ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bregningevej 39, 5700 Svendborg"
},
"telephone": "+4562225022",
"latitude": 55.04096,
"longitude": 10.61315,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "16:00",
"closes": "20:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "16:00",
"closes": "20:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "16:00",
"closes": "20:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "16:00",
"closes": "20:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "16:00",
"closes": "20:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "16:00",
"closes": "20:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "16:00",
"closes": "20:45"
}
]
}
] |