Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter fossbytes

    (@fossbytes)

    I’m getting this error on all web pages on the website.

    Plugin Support amboutwe

    (@amboutwe)

    @fossbytes Using Google’s structured data testing tool, we see that the breadcrumb markup with an error is outside of the Yoast SEO markup. This means that another plugin or theme feature has added breadcrumb markup. Please contact the author or support team for the plugin/theme that adds the breadcrumb markup.

    If you are unsure what plugin or theme adds breadcrumb mark, the fastest way to do this is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Nineteen

    Test this on your development or staging site, if you have one. If not, we recommend using the Health Check & Troubleshooting plugin. This plugin allows you to run a conflict check without affecting normal visitors to your site.

    As we can imagine that 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.

    @elazizilout @sebastienonillon @anydog @schwipps @ronssij @f1alan If you have a similar issue, please open a new request. That way it’s easier to track issues and provide assistance. Thanks!

    Thank you @amboutwe for a very detailed answer.
    However, I believe this issue might be Yoast SEO related, after all, because of this:
    – the plugin outputs the olllowing code inside the <head> tag (clearly Yoast SEO):
    <script type="application/ld+json" class="yoast-schema-graph yoast-schema-graph--main">{"@context":"https://schema.org","@graph": ... etc</script>
    – our site uses nothing else but Yoast SEO breadcrumbs, that is, our theme has the following code to output the breadcrubms:

    if ( function_exists( 'yoast_breadcrumb' ) ) {
    	yoast_breadcrumb( '<div id="breadcrumbs" class="breadcrumbs">', '</div>' );
    } else {
    	// ... theme fallback breadcrumbs
    }

    Let me just point out that I’m creating premium WP themes for years now and providing support for them (on all imaginable configurations 🙂 ) and I know how to check for plugin/theme conflicts … 🙂
    This issue might really be Yoast SEO related.

    Thanks again,
    Alen, the Anydog

    Plugin Support amboutwe

    (@amboutwe)

    @anydog The previous message was specifically for the original poster of this topic. If you have a similar issue, please open a new request. That way it’s easier to track issues and provide assistance. Thanks!

    Plugin Support amboutwe

    (@amboutwe)

    @f1alan I understand wanting to keep things together, however, the forum guidelines specifically ask users not to do this: https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too

    @matthew0utin0hb If you have a similar issue, please open a new request. That way it’s easier to track issues and provide assistance. Thanks!

    Plugin Support amboutwe

    (@amboutwe)

    This thread has been marked as resolved due to lack of activity by original poster.

    If you are not the original poster but have a similar issue, please open a new request.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Breadcrumbs Missing field “id” Error in Google Search Sonsole’ is closed to new replies.