{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Haken für Bordwand, rechts",
            "url": "https://www.italobee.de/Haken-fuer-Bordwand-rechts",
            "sku": "M12280",
            "gtin": "264948",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/6085/lg/haken-fuer-bordwand-rechts.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Blechteile",
            "offers": {
                "@type": "Offer",
                "price": "4.28",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/OutOfStock",
                "url": "https://www.italobee.de/Haken-fuer-Bordwand-rechts"
            }
        },
        {
            "@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"
            }
        }
    ]
}