{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Kunststoffeinsatz Bordwandverschluss",
            "url": "https://www.italobee.de/Kunststoffeinsatz-Bordwandverschluss",
            "sku": "M15276",
            "gtin": "6614687Z01000",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/8990/lg/kunststoffeinsatz-bordwandverschluss.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Blechteile",
            "offers": {
                "@type": "Offer",
                "price": "5.53",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/OutOfStock",
                "url": "https://www.italobee.de/Kunststoffeinsatz-Bordwandverschluss"
            },
            "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"
            }
        }
    ]
}