Viewing 1 replies (of 1 total)
  • Thread Starter wolfy_

    (@wolfy_)

    Hi,

    I found this https://github.com/Yoast/wordpress-seo/pull/4351

    It seems the problem should be solved now, but in my case it still appear.

    It is because I am Implementing Yoast SEO breadcrumbs manualy?

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘breadcrumbs, missing the slash at the end /’ is closed to new replies.