{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Reifen 130/70-10 52J KENDA K413",
            "url": "https://www.italobee.de/Reifen-130-70-10-52J-KENDA-K413",
            "sku": "M14052",
            "brand": {
                "@type": "Brand",
                "name": "Kenda"
            },
            "description": "- Reifengrösse: 130/70-10\n- Hersteller: Kenda\n- Profil / Modell: K413\n- Load-Index: 52\n- Speed-Index: J\n- Schlauchcode: TL\n- M&S Kennung: Nein",
            "image": [
                "https://www.italobee.de/media/image/product/7200/lg/reifen-130-70-10-52j-kenda-k413.jpg",
                "https://www.italobee.de/media/image/product/7200/lg/reifen-130-70-10-52j-kenda-k413~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Reifen & Felgen > Sommerreifen > 130/70-10",
            "offers": {
                "@type": "Offer",
                "price": "55.60",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Reifen-130-70-10-52J-KENDA-K413",
                "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"
            }
        }
    ]
}