Skip to main content
Menu

Markup Recensione

Schema Markup Recensione

Markup Schema.org Recensione in formato JSON

Generatore markup Recensione. Ottieni il codice JSON per dati strutturati Recensione.

<script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Review",
      "itemReviewed": {
        "@type": "Restaurant",
        "image": "URL Immagine Ristorante",
        "name": "Nome Ristorante",
        "servesCuisine": "Tipo Cucina Ristorante",
        "priceRange": "$$$",
        "telephone": "N° Telefono Ristorante",
        "address" :{
          "@type": "PostalAddress",
          "streetAddress": "Indirizzo Ristorante",
          "addressLocality": "Località Ristorante",
          "addressRegion": "Provincia Ristorante (sigla)",
          "postalCode": "Codice Postale Ristorante",
          "addressCountry": "Nazione Ristorante"
        }
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "Valutazione Recensione (da 1 a 5)"
      },
      "name": "Titolo Recensione Ristorante",
      "author": {
        "@type": "Person",
        "name": "Autore Recensione Ristorante"
      },
      "reviewBody": "Testo Recensione Ristorante",
      "publisher": {
        "@type": "Person",
        "name": "Autore Recensione Ristorante"
      }
    }
    </script>
JSON

Markup Articolo

Generatore Markup Articolo
JSON

Markup Breadcrumb

Generatore Markup Breadcrumb
JSON

Markup Evento

Generatore Markup Evento
JSON

Markup FAQ

Generatore Markup FAQ
Francesco Adorno