"name": "Burger Wisconsin Remuera",
"address": {
"@type": "PostalAddress",
"streetAddress": "549 Remuera Road, Remuera",
"addressLocality": "Auckland",
"postalCode": "1050",
"addressCountry": "NZ"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4,
"bestRating": 5
},
"author": {
"@type": "Person",
"name": "Lillian Ruiz"
}
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.761293,
"longitude": -73.982294
},
"url": "https://www.example.com/restaurant-locations/manhattan",
"telephone": "+12122459600",
"servesCuisine": "American",
"priceRange": "$$$",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday"
],
"opens": "11:30",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Wednesday",
"Thursday",
"Friday"
],
"opens": "11:30",
"closes": "23:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Saturday",
"opens": "16:00",
"closes": "23:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Sunday",
"opens": "16:00",
"closes": "22:00"
}
],
"menu": "https://www.example.com/menu"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FastFoodRestaurant",
"name": "Burger Wisconsin Remuera",
"image": "https://example.com/photos/1x1/photo.jpg", "https://example.com/photos/4x3/photo.jpg", "https://example.com/photos/16x9/photo.jpg"
"url": "https://www.burgerwisconsin.co.nz/best-burgers-in-remuera",
"telephone": "(09) 524 0092",
"priceRange": "$$",
"menu": "https://www.burgerwisconsin.co.nz/menu",
"servesCuisine": "Burgers",
"acceptsReservations": "false",
"address": {
"@type": "PostalAddress",
"streetAddress": "549 Remuera Road, Remuera",
"addressLocality": "Auckland",
"postalCode": "1050",
"addressCountry": "NZ"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.8807253,
"longitude": 174.8116074
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "11:30",
"closes": "21:00"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4,
"bestRating": 5
},
"sameAs": [
"https://www.facebook.com/burgerwisconsin",
"https://www.instagram.com/mybwburger/"
]
}
</script>