Structured Data | [
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Thai Street Food",
"telephone": 42157138,
"vatID": 27733816,
"address": "Store Gr\u00e5br\u00f8drestr\u00e6de 11, 5000 Odense C",
"url": "https://thai-street-food.dk/",
"logo": "https://eatmore.dk/admin/web//images/restaurant_logo/logo_290.png",
"sameAs": [
""
]
},
{
"@context": "http://schema.org",
"@type": "Restaurant",
"name": "Thai Street Food",
"url": "https://thai-street-food.dk/",
"hasMenu": "https://thai-street-food.dk/menu",
"image": "https://eatmore.dk/admin/web//images/restaurant_logo/logo_290.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "Store Gr\u00e5br\u00f8drestr\u00e6de 11, 5000 Odense C, Danmark",
"addressLocality": "Odense C",
"addressRegion": "Region Syddanmark",
"postalCode": 5000,
"addressCountry": "Denmark"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.3963311,
"longitude": 10.3847787
},
"openingHoursSpecification": [
{
"opens": "12:00",
"closes": "21:00",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday"
]
},
{
"opens": "16:00",
"closes": "20:00",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Wednesday",
"Thursday",
"Sunday"
]
},
{
"opens": "16:00",
"closes": "21:00",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday"
]
},
{
"opens": "Closed",
"closes": "Closed",
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Tuesday"
]
}
],
"priceRange": "$",
"servesCuisine": [
"Thailandsk"
],
"telephone": 42157138
}
] |