Breadcrumbs issue: Missing field “id” (in “itemListElement.item”)
-
Hi Guys,
We found this error in google search console Missing field “id” (in “itemListElement.item”), upon checking I found that the issue is cause by this snippet
{
"@context": "https:\/\/schema.org\/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"name": "Home",
"@id": "https:\/\/www.erectarack.com.au"
}
}, {
"@type": "ListItem",
"position": 2,
"item": {
"name": "ancestors",
"@id": {
"Warehouse Mezzanine Floors": "https:\/\/www.erectarack.com.au\/raised-storage-mezzanine-floors\/"
}
}
}, {
"@type": "ListItem",
"position": 3,
"item": {
"name": "Mezzanine Raised Storage Systems",
"@id": "https:\/\/www.erectarack.com.au\/raised-storage-mezzanine-floors\/mezzanine-floors-raised-storage\/"
}
}]
}Can you advise how to fix this issue?
Thanks!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Breadcrumbs issue: Missing field “id” (in “itemListElement.item”)’ is closed to new replies.