{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Bremsbacken Satz RMS",
            "url": "https://www.italobee.de/Bremsbacken-Satz-RMS",
            "sku": "M13718",
            "brand": {
                "@type": "Brand",
                "name": "RMS"
            },
            "description": "Bremsbelagsatz vorne und hinten. Satz besteht aus 6 Teilen.",
            "image": [
                "https://www.italobee.de/media/image/product/5055/lg/bremsbacken-satz-rms.jpg",
                "https://www.italobee.de/media/image/product/5055/lg/bremsbacken-satz-rms~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape Car P2/P3 & Max > Bremsanlage",
            "offers": {
                "@type": "Offer",
                "price": "56.09",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/OutOfStock",
                "url": "https://www.italobee.de/Bremsbacken-Satz-RMS"
            }
        },
        {
            "@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"
            }
        }
    ]
}