Structured Data | [
{
"@context": "https://schema.org/",
"@type": "Restaurant",
"name": "Moon Sushi ApS",
"image": [
"https://static.wixstatic.com/media/b101de_41b780649df64f0786e11dcc96390657~mv2.png"
],
"address": {
"@type": "PostalAddress",
"addressCountry": "DK",
"addressLocality": "Virum",
"addressRegion": 84,
"postalCode": 2830,
"streetAddress": "9 Sorgenfri Torv"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.781069,
"longitude": 12.482341
},
"url": "https://www.moonsushi.dk",
"telephone": "+4555268666",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Sunday",
"opens": "16:01",
"closes": "21:15"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Tuesday",
"opens": "15:01",
"closes": "21:15"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Wednesday",
"opens": "15:01",
"closes": "21:15"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Thursday",
"opens": "15:01",
"closes": "21:15"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Friday",
"opens": "12:01",
"closes": "21:15"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Saturday",
"opens": "12:01",
"closes": "21:15"
}
],
"acceptsReservations": "True"
},
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Moon Sushi",
"url": "https://www.moonsushi.dk"
}
] |