• Resolved jobin1

    (@jobin1)


    I added the code below in funtions.php section, the breadcrumbs do appear in the AMP version of the site but not in the desktop version. What can I do to fix this?

    `add_filter( ‘the_content’, function( $content ) {
    if( function_exists( ‘rank_math_get_breadcrumbs’ ) ) {
    $content = rank_math_get_breadcrumbs() . $content;
    }
    return $content;
    });

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rank Math SEO

    (@rankmath)

    Hello @jobin1,

    Thank you for contacting Rank Math today.

    I can see the breadcrumbs in the desktop version as well as in the AMP version.

    Have you found the solution?

    Thank you.

    Plugin Author Rank Math SEO

    (@rankmath)

    Hello,

    Closing this topic as the issue seemed to be resolved.

    The breadcrumbs are appearing fine.

    Please feel free to open a new support topic if you need any further assistance. We are here to help.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Breadcrumbs do not appear in structured data testing’ is closed to new replies.