Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Parmas Pizza Hvidovre",
"url": "https://parmapizzabar.dk",
"logo": "https://parmapizzabar.dk/cf-cgi/families/65/resource-types/web-logo.png",
"image": "https://parmapizzabar.dk/cf-cgi/families/65/resource-types/web-background.png",
"paymentAccepted": "Cash, ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Hvidovrevej 164, 2650 Hvidovre"
},
"telephone": "+4536758000",
"latitude": 55.654403,
"longitude": 12.473814,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "11:00",
"closes": "22:00"
}
]
}
] |