• Resolved broksonic

    (@broksonic)


    Prior to 15.8, you could avoid writing out the breadcrumblist in JSON+LD by not Turning on yoast breadcrumbs.

    In 15.8, this was lost – it seems to always write it out.

    We’d prefer this to be off (we don’t want our categorization shown in Google)

    Is there a way to skip this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter broksonic

    (@broksonic)

    I was able to via

    /**
    * Cleanup Yoast Breadcrumb addition.
    */
    add_filter( ‘wpseo_schema_breadcrumb’, ‘__return_false’ );

    Hi @broksonic,

    Thanks for sharing that solution.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘on 15.8, block JSON+LD Breadcrumbs’ is closed to new replies.