{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "name": "Sonstiges",
            "url": "https://www.italobee.de/Sonstiges_1",
            "mainEntity": {
                "@type": "ItemList",
                "numberOfItems": 3,
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "url": "https://www.italobee.de/Hupe-12-Volt_1",
                        "name": "Hupe 12 Volt"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "url": "https://www.italobee.de/Spritzwassertank-mit-Pumpe_2",
                        "name": "Spritzwassertank mit Pumpe"
                    },
                    {
                        "@type": "ListItem",
                        "position": 3,
                        "url": "https://www.italobee.de/Welle-fuer-Scheibenwischer",
                        "name": "Welle für Scheibenwischer"
                    }
                ]
            }
        },
        {
            "@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"
            }
        }
    ]
}