{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "name": "Flow Q",
            "url": "https://www.treppenshop24.com/Spindeltreppen-Flow-Q",
            "mainEntity": {
                "@type": "ItemList",
                "numberOfItems": 2,
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "url": "https://www.treppenshop24.com/Spindeltreppe-Flow-Q-120x120",
                        "name": "Spindeltreppe Flow Q 120 x120 cm"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "url": "https://www.treppenshop24.com/Spindeltreppe-Flow-Q-140x140",
                        "name": "Spindeltreppe Flow Q 140 x140 cm"
                    }
                ]
            }
        },
        {
            "@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"
            }
        }
    ]
}