• Resolved roxer82

    (@roxer82)


    Hi.

    I have my own BreadcrumbList, so I unchecked the option, but it still shows the Yoast Breadcrumblist.

    How can I disable this option?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter roxer82

    (@roxer82)

    In fact, I need to remove all rich results. Is it possible?

    Plugin Support Maybellyne

    (@maybellyne)

    Hello @roxer82

    Thanks for reaching out about the Yoast SEO schema output. There is no setting to disable Yoast SEO schema. If you wish to disable all of the Yoast SEO plugin’s schema output you would need to include the follow code snippet within your theme’s functions.php file:

    add_filter( 'wpseo_json_ld_output', '__return_false' );

    We also have additional information on this in our developer documentation located here

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BreadcrumbList still appears evem if I unmark the option’ is closed to new replies.