Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Stenovnen Pizzeria Helsing\u00f8r",
"url": "https://stenovnen3000.dk",
"logo": "https://stenovnen3000.dk/cf-cgi/families/2030/resource-types/web-logo.png",
"image": "https://stenovnen3000.dk/cf-cgi/families/2030/resource-types/web-background.png",
"paymentAccepted": "Cash, ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Mads Holms Vej 39, 3000 Helsing\u00f8r"
},
"telephone": "+4549707000",
"email": "stenovnen3000@gmail.com",
"latitude": 56.031219,
"longitude": 12.596339,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "15:30",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "15:30",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "15:30",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "15:30",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "15:30",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "15:30",
"closes": "21:00"
}
]
}
] |