{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Blinkergläser vorne, Farbe: weiß/transparent",
            "url": "https://www.italobee.de/Blinkerglaeser-vorne-Farbe-weiss-transparent",
            "sku": "M13843",
            "brand": {
                "@type": "Brand",
                "name": "italobee ricambi"
            },
            "description": "Set bestehend aus Blinkerglas vorne links und rechts.",
            "image": [
                "https://www.italobee.de/media/image/product/6550/lg/blinkerglaeser-vorne-farbe-weiss-transparent.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Elektrische Anlage > Beleuchtung",
            "offers": {
                "@type": "Offer",
                "price": "34.50",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/OutOfStock",
                "url": "https://www.italobee.de/Blinkerglaeser-vorne-Farbe-weiss-transparent"
            },
            "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"
            }
        }
    ]
}