Structured Data | [
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Oasen Pizza & Grill",
"telephone": 74437733,
"vatID": 27485391,
"address": "Perlegade 68, 6400 S\u00f8nderborg",
"url": "https://oasen-pizza.dk/",
"logo": "https://eatmore.dk/admin/web//images/restaurant_logo/logo_1.png",
"sameAs": [
"https://www.facebook.com/OasenPizza/",
"https://twitter.com/oasen_s"
]
},
{
"@context": "http://schema.org",
"@type": "Restaurant",
"name": "Oasen Pizza & Grill",
"url": "https://oasen-pizza.dk/",
"hasMenu": "https://oasen-pizza.dk/menu",
"image": "https://eatmore.dk/admin/web//images/restaurant_logo/logo_1.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "Perlegade 68, 6400 S\u00f8nderborg, Danmark",
"addressLocality": "S\u00f8nderborg",
"addressRegion": "Region Syddanmark",
"postalCode": 6400,
"addressCountry": "Denmark"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 54.9132755,
"longitude": 9.7940223
},
"openingHoursSpecification": [
{
"opens": "11:00",
"closes": "21:00",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
]
},
{
"opens": "11:00",
"closes": "21:45",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday",
"Saturday"
]
},
{
"opens": "11:30",
"closes": "21:00",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Sunday"
]
}
],
"priceRange": "$",
"servesCuisine": [
"Italiensk",
"Pizza"
],
"telephone": 74437733
}
] |