Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Yummy Pizza & Grillbar",
"url": "https://yummypizza.dk",
"logo": "https://yummypizza.dk/cf-cgi/families/10618/resource-types/web-logo.png",
"image": "https://yummypizza.dk/cf-cgi/families/10618/resource-types/web-background.png",
"paymentAccepted": "Cash, ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "L\u00e5sbygade 7, 6000 Kolding"
},
"telephone": "+4542153827",
"latitude": 55.491879,
"longitude": 9.471214,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "15:00",
"closes": "23:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "16:00",
"closes": "21:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "16:00",
"closes": "21:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "16:00",
"closes": "21:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "16:00",
"closes": "21:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "16:00",
"closes": "23:45"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "15:00",
"closes": "23:45"
}
]
}
] |