{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Gradscheibe für Zündeinstellung",
            "url": "https://www.italobee.de/Gradscheibe-fuer-Zuendeinstellung",
            "sku": "M10954",
            "brand": {
                "@type": "Brand",
                "name": "Pinasco"
            },
            "description": "Mit dieser exakten Zündgradscheibe von PINASCO könnt Ihr die Vorzündung des Motors optimal einstellen.",
            "image": [
                "https://www.italobee.de/media/image/product/4726/lg/gradscheibe-fuer-zuendeinstellung.jpg"
            ],
            "category": "Pflege & Wartung > Werkstattbedarf > Messgeräte",
            "offers": {
                "@type": "Offer",
                "price": "52.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Gradscheibe-fuer-Zuendeinstellung",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 5,
                "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"
            }
        }
    ]
}