Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Pizza Xpressen K\u00f8ge",
"url": "https://pizza-xpressen.dk",
"logo": "https://pizza-xpressen.dk/cf-cgi/families/1541/resource-types/web-logo.png",
"image": "https://pizza-xpressen.dk/cf-cgi/families/1541/resource-types/web-background.png",
"paymentAccepted": "Cash, ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Vordingborgvej 7, 4600 K\u00f8ge"
},
"telephone": "+4556635060",
"latitude": 55.446901,
"longitude": 12.17344,
"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"
}
]
}
] |