{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home", // Add position 1 name here
"item": "https://www.greenply.com" // Add position 1 URL here
},{
"@type": "ListItem",
"position": 2,
"name": "Products", // Add position 2 name here
"item": "undefined" // Add position 2 URL here
}]
}