Markup Schema.org LocalBusiness in formato JSON
Generatore markup LocalBusiness. Ottieni il codice JSON per dati strutturati LocalBusiness.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Restaurant",
"image": [
"Immagine Ristorante"
],
"name": "Nome Ristorante",
"address": {
"@type": "PostalAddress",
"streetAddress": "(Via, Viale) Indirizzo Ristorante",
"addressLocality": "Città Ristorante",
"addressRegion": "Sigla Provincia Ristorante",
"postalCode": "Codice Postale Ristorante",
"addressCountry": "Nazione Ristorante"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "CEO Ristorante"
}
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.761293,
"longitude": -73.982294
},
"url": "URL Mappa Ristorante",
"telephone": "N° Telefono Ristorante",
"servesCuisine": "Cucina Ristorante",
"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": "URL Menu Ristorante",
"acceptsReservations": "True"
}
</script>