Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "DK Pizza & Grill",
"url": "https://dkpizza.dk",
"logo": "https://dkpizza.dk/cf-cgi/families/11316/resource-types/web-logo.png",
"image": "https://dkpizza.dk/cf-cgi/families/11316/resource-types/web-background.png",
"paymentAccepted": "CreditCard, AndroidPay, ApplePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Gravene 26, 8800 Viborg"
},
"telephone": "+4561547774",
"email": "dkpizzaviborg@hotmail.com",
"latitude": 56.451078,
"longitude": 9.407005,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "11:00",
"closes": "04:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "11:00",
"closes": "04:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "13:00",
"closes": "20:30"
}
]
}
] |