{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Achsmanschette innen",
            "url": "https://www.italobee.de/Achsmanschette-innen",
            "sku": "M10002",
            "gtin": "119989",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Die innere Achsmanschette für die Piaggio Ape 50 schützt die Gelenke vor Schmutz und Feuchtigkeit. Sie ist aus robustem Gummi gefertigt und hält auch schwierigen Bedingungen stand.\n\nBeim Wechseln der Manschette ist es sinnvoll, auch die Buchse und den Simmering zu tauschen. So bleibt alles dicht und das Fahrzeug läuft zuverlässig.",
            "image": [
                "https://www.italobee.de/media/image/product/5607/lg/achsmanschette-innen.jpg",
                "https://www.italobee.de/media/image/product/5607/lg/achsmanschette-innen~2.jpg",
                "https://www.italobee.de/media/image/product/5607/lg/achsmanschette-innen~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Achse, Radaufhängung",
            "offers": {
                "@type": "Offer",
                "price": "11.96",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Achsmanschette-innen",
                "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"
            }
        }
    ]
}