{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": ["LocalBusiness", "Restaurant"],
      "@id": "https://www.tavernalabotte.it/#organization",
      "name": "Taverna La Botte",
      "url": "https://www.tavernalabotte.it/",
      "description": "Dal 1967 Taverna La Botte è una pizzeria, ristorante e birreria a Molveno, nel centro storico.",
      "email": "info@tavernalabotte.it",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Cima Tosa 4",
        "postalCode": "38018",
        "addressLocality": "Molveno",
        "addressCountry": "IT"
      },
      "areaServed": ["Molveno"],
      "servesCuisine": ["Pizza", "Cucina italiana", "Cucina trentina"],
      "hasMenu": "https://www.tavernalabotte.it/menu-pizzeria-molveno/",
      "sameAs": [
        "https://www.facebook.com/labottemolveno/",
        "https://www.instagram.com/tavernalabotte/"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://www.tavernalabotte.it/#website",
      "url": "https://www.tavernalabotte.it/",
      "name": "Taverna La Botte",
      "publisher": {
        "@id": "https://www.tavernalabotte.it/#organization"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://www.tavernalabotte.it/#homepage",
      "url": "https://www.tavernalabotte.it/",
      "name": "Homepage — Taverna La Botte",
      "isPartOf": {
        "@id": "https://www.tavernalabotte.it/#website"
      },
      "about": {
        "@id": "https://www.tavernalabotte.it/#organization"
      }
    },
    {
      "@type": "ItemList",
      "@id": "https://www.tavernalabotte.it/#services",
      "name": "Servizi principali",
      "itemListOrder": "https://schema.org/ItemListOrderAscending",
      "numberOfItems": 3,
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Ristorante",
          "item": {
            "@type": "Service",
            "name": "Ristorante a Molveno",
            "serviceType": "Ristorante",
            "description": "Cucina di taverna con carni alla brace, taglieri, piatti freddi, vini e dessert della casa.",
            "provider": {
              "@id": "https://www.tavernalabotte.it/#organization"
            },
            "areaServed": "Molveno",
            "url": "https://www.tavernalabotte.it/menu-pizzeria-molveno/"
          }
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Pizzeria",
          "item": {
            "@type": "Service",
            "name": "Pizzeria a Molveno",
            "serviceType": "Pizzeria",
            "description": "Pizza cotta nel forno a legna, con impasti lavorati e proposte classiche, vegetariane, sfiziose e bianche.",
            "provider": {
              "@id": "https://www.tavernalabotte.it/#organization"
            },
            "areaServed": "Molveno",
            "url": "https://www.tavernalabotte.it/menu-pizzeria-molveno/"
          }
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Birreria",
          "item": {
            "@type": "Service",
            "name": "Birreria a Molveno",
            "serviceType": "Birreria",
            "description": "Birre artigianali e selezioni del territorio pensate per accompagnare pizza, carne alla brace e cucina di taverna.",
            "provider": {
              "@id": "https://www.tavernalabotte.it/#organization"
            },
            "areaServed": "Molveno",
            "url": "https://www.tavernalabotte.it/menu-pizzeria-molveno/"
          }
        }
      ]
    }
  ]
}
