Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Kayas Holstebro",
"url": "https://kayas-pizza.dk",
"logo": "https://kayas-pizza.dk/cf-cgi/families/2219/resource-types/web-logo.png",
"image": "https://kayas-pizza.dk/cf-cgi/families/2219/resource-types/web-background.png",
"paymentAccepted": "Cash, CreditCard, AndroidPay, ApplePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Beethovensvej 10, 7500 Holstebro"
},
"telephone": "+4597403142",
"latitude": 56.376029,
"longitude": 8.581849,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "11:00",
"closes": "21:00"
}
]
}
] |