{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Reifen 3.50-10 59J TL/TT MICHELIN S83",
            "url": "https://www.italobee.de/Reifen-350-10-59J-TL-TT-MICHELIN-S83",
            "sku": "M13236",
            "gtin": "3528700572032",
            "brand": {
                "@type": "Brand",
                "name": "Michelin"
            },
            "description": "- Reifengrösse: 3.50-10\n- Hersteller: Michelin\n- Profil / Modell: S83\n- Load-Index: 59\n- Speed-Index: J\n- Schlauchcode: TL\n- M&S Kennung: Nein",
            "image": [
                "https://www.italobee.de/media/image/product/5955/lg/reifen-350-10-59j-tl-tt-michelin-s83.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Reifen & Felgen > Sommerreifen > 3.50-10",
            "offers": {
                "@type": "Offer",
                "price": "40.88",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Reifen-350-10-59J-TL-TT-MICHELIN-S83",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            }
        },
        {
            "@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"
            }
        }
    ]
}