const BreadcrumbList = {
    "@context": "https://schema.org/",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "",
            "item": ""
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "",
            "item": ""
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "",
            "item": ""
        }
    ]
}