Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Mega Grill",
"url": "https://megagrill.dk",
"logo": "https://megagrill.dk/cf-cgi/families/8530/resource-types/web-logo.png",
"image": "https://megagrill.dk/cf-cgi/families/8530/resource-types/web-background.png",
"paymentAccepted": "ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Utzonsgade 1, 6000 Kolding"
},
"telephone": "+4576333130",
"latitude": 55.495407,
"longitude": 9.463491,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "12:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "11:00",
"closes": "20:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "12:00",
"closes": "20:30"
}
]
}
] |