Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Desi Catering",
"image": "https://www.desicatering.dk/assets/images/banner.webp",
"logo": "https://www.desicatering.dk/assets/images/logo.png",
"url": "https://www.desicatering.dk",
"telephone": 78782155,
"priceRange": "$",
"menu": "https://www.desicatering.dk",
"servesCuisine": "Pakistani",
"acceptsReservations": false,
"address": {
"@type": "PostalAddress",
"streetAddress": "Hvidovrevej 80E",
"addressLocality": "R\u00f8dovre",
"postalCode": 2610,
"addressCountry": "DK"
},
"hasMenu": {
"@type": "Menu",
"name": "Desi Catering Menu",
"description": "Minimum 15 personer",
"hasMenuSection": [
{
"@type": "MenuSection",
"name": "Menu 1",
"description": "Pris. per person",
"offers": {
"@type": "Offer",
"price": 140,
"priceCurrency": "DKK"
},
"hasMenuSection": [
{
"@type": "MenuSection",
"name": "Menu 2",
"description": "Pris pr. person",
"offers": {
"@type": "Offer",
"price": 170,
"priceCurrency": "DKK"
},
"suitableForDiet": "https://schema.org/HalalDiet"
}
]
}
]
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.6657987,
"longitude": 12.4724558
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "10:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday",
"Sunday"
],
"opens": "14:00",
"closes": "21:00"
}
],
"sameAs": "https://www.facebook.com/profile.php?id=61566516236434"
}
]
|