{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Bedienungsanleitung für APE 50, ES / PT / EL",
            "url": "https://www.italobee.de/Bedienungsanleitung-fuer-APE-50-ES-PT-EL",
            "sku": "M10539",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Sprache: spanisch, portugiesisch, griechisch",
            "image": [
                "https://www.italobee.de/media/image/product/4709/lg/bedienungsanleitung-fuer-ape-50-es-pt-el.jpg"
            ],
            "category": "Pflege & Wartung > Handbücher",
            "offers": {
                "@type": "Offer",
                "price": "25.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Bedienungsanleitung-fuer-APE-50-ES-PT-EL",
                "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"
            }
        }
    ]
}