Structured Data | [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Restaurant LE / Peking Grill",
"url": "https://restaurant-le.dk/restaurant-le-peking-grill",
"logo": "https://restaurant-le.dk/cf-cgi/families/25087/resource-types/web-logo.png",
"image": "https://restaurant-le.dk/cf-cgi/families/25087/resource-types/web-background.png",
"paymentAccepted": "ApplePay, AndroidPay, MobilePay",
"address": {
"@type": "PostalAddress",
"streetAddress": "L\u00e5sbygade 11, 6000 Kolding"
},
"telephone": "+4525307879",
"latitude": 55.493734,
"longitude": 9.466569,
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "12:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "12:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "12:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "12:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "12:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "12:00",
"closes": "21:00"
}
]
}
] |