• Resolved jobin1

    (@jobin1)


    I added the code below in funtions.php section, the breadcrumbs do appear on the site and in the AMP version of the site but when I check it on the Google structured data testing tool it does not show up in the desktop version however the AMP version does show it. 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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

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