{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Auspuffstopfen",
            "url": "https://www.italobee.de/Auspuffstopfen",
            "sku": "M14781",
            "gtin": "8000692901564",
            "brand": {
                "@type": "Brand",
                "name": "Lampa"
            },
            "description": "Der Auspuffstopfen bietet Reinigung und Schutz\nDer Stopfen schützt den Auspuff während längerer Standzeiten.\nBeim Waschen verhindert er das Eindringen von Wasser.\n\nØ14mm\nØ37mm",
            "image": [
                "https://www.italobee.de/media/image/product/8485/lg/auspuffstopfen.jpg",
                "https://www.italobee.de/media/image/product/8485/lg/auspuffstopfen~2.jpg",
                "https://www.italobee.de/media/image/product/8485/lg/auspuffstopfen~3.jpg"
            ],
            "category": "Pflege & Wartung > Werkstattbedarf > Werkzeug",
            "offers": {
                "@type": "Offer",
                "price": "6.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Auspuffstopfen",
                "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"
            }
        }
    ]
}