Viewing 1 replies (of 1 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello Ferrum-man,

    Thanks for reaching out about breadcrumbs.

    We are not familiar with the third-party plugins you are using in conjunction with the Yoast SEO plugin to manage schema and breadcrumbs on your site. However, the Yoast SEO plugin can be used for schema output and breadcrumbs.

    This is what we know: Breadcrumbs are a way to help your users better navigate your site and its structure. Additionally, they can appear on Google and provide a better user experience. If you want to implement Yoast SEO breadcrumbs site-wide, copy the following code into your theme where you want the breadcrumbs to be:

    <?php
    if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
    }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Crumbs code YOAST in theme WordPress’ is closed to new replies.