{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "name": "Sommerreifen",
            "url": "https://www.italobee.de/Sommerreifen_1",
            "mainEntity": {
                "@type": "ItemList",
                "numberOfItems": 4,
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "url": "https://www.italobee.de/Reifen-400-8-SAVA-B61-Cargo",
                        "name": "Reifen 4.00-8 SAVA B61 Cargo"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "url": "https://www.italobee.de/Schlauch-fuer-Reifen-8-Zoll-Winkelventil",
                        "name": "Schlauch für Reifen 8 Zoll, Winkelventil"
                    },
                    {
                        "@type": "ListItem",
                        "position": 3,
                        "url": "https://www.italobee.de/Schlauch-fuer-Reifen-8-Zoll-Winkelventil_1",
                        "name": "Schlauch für Reifen 8 Zoll, Winkelventil"
                    },
                    {
                        "@type": "ListItem",
                        "position": 4,
                        "url": "https://www.italobee.de/Weisswandreifen-400-8-66J-MITAS-B13",
                        "name": "Weißwandreifen 4.00-8 66J MITAS B13"
                    }
                ]
            }
        },
        {
            "@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"
            }
        }
    ]
}