{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Sommerreifen CST 125R12 62S",
            "url": "https://www.italobee.de/Sommerreifen-CST-125R12-62S",
            "sku": "M14684",
            "brand": {
                "@type": "Brand",
                "name": "CST (Cheng Shin Tires)"
            },
            "description": "- Reifendimension: 125R12\n- Profil:CL02\n- Art: Sommerreifen\n- Geschwindigkeitsindex: S (bis 180 km/h)\n- Traglastindex: 62 (265 kg maximale Tragfähigkeit)\n- Schlauchcode: TL",
            "image": [
                "https://www.italobee.de/media/image/product/8368/lg/sommerreifen-cst-125r12-62s.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM 703 Diesel > Reifen & Felgen",
            "offers": {
                "@type": "Offer",
                "price": "69.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Sommerreifen-CST-125R12-62S",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 32,
                            "maxValue": 33,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 4,
                "bestRating": 5
            }
        },
        {
            "@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"
            }
        }
    ]
}