{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Stoßdämpferfeder hinten",
            "url": "https://www.italobee.de/Stossdaempferfeder-hinten",
            "sku": "M10044",
            "gtin": "116733",
            "brand": {
                "@type": "Brand",
                "name": "italobee ricambi"
            },
            "description": "Entdecke unseren hinteren Stoßdämpfer mit Feder, der eine kostengünstige Alternative zum Original-Ersatzteil bietet. Dieser Stoßdämpfer überzeugt durch seine Zuverlässigkeit, sodass du dich auf eine sichere und komfortable Fahrt verlassen kannst. Die Installation ist einfach, was dir Zeit und Aufwand spart. Dieser Stoßdämpfer ist ideal für dich, wenn du Wert auf Kosteneffizienz legst.",
            "image": [
                "https://www.italobee.de/media/image/product/4861/lg/stossdaempferfeder-hinten.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Achse, Radaufhängung",
            "offers": {
                "@type": "Offer",
                "price": "49.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Stossdaempferfeder-hinten",
                "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"
            }
        }
    ]
}