{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "name": "Switch",
            "url": "https://www.treppenshop24.com/Switch",
            "mainEntity": {
                "@type": "ItemList",
                "numberOfItems": 3,
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "url": "https://www.treppenshop24.com/Spindeltreppe-Switch-120-Buche",
                        "name": "Spindeltreppe Switch Ø 120 cm Buche"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "url": "https://www.treppenshop24.com/Spindeltreppe-Switch-140-Buche",
                        "name": "Spindeltreppe Switch Ø 140 cm Buche"
                    },
                    {
                        "@type": "ListItem",
                        "position": 3,
                        "url": "https://www.treppenshop24.com/Spindeltreppe-Switch-160-Buche",
                        "name": "Spindeltreppe Switch Ø 160 cm Buche"
                    }
                ]
            }
        },
        {
            "@type": "WebSite",
            "url": "https://www.treppenshop24.com",
            "name": "TreppenShop 24",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://www.treppenshop24.com/search?suche={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        }
    ]
}