• Resolved Archicoders

    (@archicoders)


    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)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @archicoders

    Thanks for reaching out about the breadcrumbs error. I noticed two sets of schema output in the page source. One from Yoast SEO, but I couldn’t identify the source of the second. By performing a conflict check, you can determine if a plugin/theme is responsible for this.

    The fastest way to rule out any conflict is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Twenty-Two.

    Please test this on your development or staging site if you have one. If not, we recommend using the Health Check & Troubleshooting plugin. This plugin has a troubleshooting mode, which does not affect normal visitors to your site.

    If you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process: How to check for plugin conflicts.

    Thread Starter Archicoders

    (@archicoders)

    Thank you so much @maybellyne I just removed the duplicate schema and it seems that fixed the issue.

    Plugin Support Maybellyne

    (@maybellyne)

    This thread was marked resolved as the original poster confirmed the issue no longer occurs on their site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs issue: Missing field “id” (in “itemListElement.item”)’ is closed to new replies.