{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "name": "Lackstifte & Lacksprays",
            "url": "https://www.italobee.de/Lackstifte-Lacksprays",
            "mainEntity": {
                "@type": "ItemList",
                "numberOfItems": 3,
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "url": "https://www.italobee.de/Lackspray-schwarz-glaenzend-500ml-Spruehdose",
                        "name": "Lackspray -  schwarz glänzend, 500ml Sprühdose"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "url": "https://www.italobee.de/Lackspray-400ml",
                        "name": "Lackspray 400ml"
                    },
                    {
                        "@type": "ListItem",
                        "position": 3,
                        "url": "https://www.italobee.de/Lackstift-50ml",
                        "name": "Lackstift 50ml"
                    }
                ]
            }
        },
        {
            "@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"
            }
        }
    ]
}