{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Fußmatte grau, rechts",
            "url": "https://www.italobee.de/Fussmatte-grau-rechts",
            "sku": "M10721",
            "gtin": "CM030901",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Diese hochwertige Fußmatte für die Piaggio Ape 50 bietet optimalen Schutz für den Innenraum Ihres Fahrzeugs und besticht durch ihre ansprechende graue Farbe, die jedem Interieur einen frischen Akzent verleiht. Hergestellt aus strapazierfähigem Material, garantiert sie Langlebigkeit und einfache Pflege, sodass Ihre Ape 50 stets sauber und stilvoll bleibt.",
            "image": [
                "https://www.italobee.de/media/image/product/4479/lg/fussmatte-grau-rechts.jpg",
                "https://www.italobee.de/media/image/product/4479/lg/fussmatte-grau-rechts~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Innenraum",
            "offers": {
                "@type": "Offer",
                "price": "24.50",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Fussmatte-grau-rechts",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            }
        },
        {
            "@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"
            }
        }
    ]
}