{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Tacho komplett",
            "url": "https://www.italobee.de/Tacho-komplett_2",
            "sku": "M12337",
            "gtin": "660719",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/7366/lg/tacho-komplett_2.jpg",
                "https://www.italobee.de/media/image/product/7366/lg/tacho-komplett_2~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM 703 Diesel LC > Steuerung > Instrumente & Antrieb"
        },
        {
            "@type": "WebSite",
            "url": "https://www.italobee.de",
            "name": "italobee Shop",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://www.italobee.de/search?suche={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        }
    ]
}