Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Kong Kylling",
"url": "https://kongkylling.dk",
"logo": "https://kongkylling.dk/cf-cgi/families/26987/resource-types/web-logo.png",
"image": "https://kongkylling.dk/cf-cgi/families/26987/resource-types/web-background.png",
"paymentAccepted": "ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bymidten 62, 3500 V\u00e6rl\u00f8se"
},
"telephone": "+4544487066",
"latitude": 55.782819,
"longitude": 12.373254,
"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"
}
]
}
] |