Structured Data | [
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Phunky",
"telephone": 74541223,
"vatID": 30038142,
"address": "Vestergade 34, 6500 Vojens",
"url": "https://phunky-takeaway.dk/",
"logo": "https://eatmore.dk/admin/web//images/restaurant_logo/logo_124.png",
"sameAs": [
"https://www.facebook.com/phunkycafe/"
]
},
{
"@context": "http://schema.org",
"@type": "Restaurant",
"name": "Phunky",
"url": "https://phunky-takeaway.dk/",
"hasMenu": "https://phunky-takeaway.dk/menu",
"image": "https://eatmore.dk/admin/web//images/restaurant_logo/logo_124.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "Vestergade 34, 6500 Vojens, Danmark",
"addressLocality": "Vojens",
"addressRegion": "Region Syddanmark",
"postalCode": 6500,
"addressCountry": "Denmark"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.245834,
"longitude": 9.298926
},
"openingHoursSpecification": [
{
"opens": "16:00",
"closes": "20:30",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
]
}
],
"priceRange": "$$",
"servesCuisine": [
"Caf\u00e9mad",
"Vietnamesisk"
],
"telephone": 74541223
}
] |