{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "name": "Innenraum",
            "url": "https://www.italobee.de/Innenraum_5",
            "mainEntity": {
                "@type": "ItemList",
                "numberOfItems": 4,
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "url": "https://www.italobee.de/Armaturenbrett",
                        "name": "Armaturenbrett"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "url": "https://www.italobee.de/Batteriewanne-Kunststoff",
                        "name": "Batteriewanne Kunststoff"
                    },
                    {
                        "@type": "ListItem",
                        "position": 3,
                        "url": "https://www.italobee.de/Deckel-fuer-Handschuhfach",
                        "name": "Deckel für Handschuhfach"
                    },
                    {
                        "@type": "ListItem",
                        "position": 4,
                        "url": "https://www.italobee.de/Sonnenblende",
                        "name": "Sonnenblende"
                    }
                ]
            }
        },
        {
            "@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"
            }
        }
    ]
}