Which breadcrumbs should I use?

#34947
  • Resolved Jyoti Ray
    Rank Math free

    Hello,

    My theme has inbuilt breadcrumbs function, and RankMath also has the function.

    Which one should I enable?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math today.

    I can suggest that you check whether your theme adds breadcrumbList schema when this feature is enabled by inspecting the page source.

    If it does not, you would be better off using the Rank Math breadcrumbs from an SEO standpoint.

    Looking forward to helping you. Thank you.

    ​​​​​​

    and how to check when this feature is enabled by inspecting the page source.

    and where should I add te code? http://prntscr.com/rb32mg

    • This reply was modified 4 years, 1 month ago by Jyoti Ray.

    Hi there,

    Thanks for the question.

    If you are using Chrome browser and you have theme breadcrumbs enabled, you can click on CTRL + U or CMD + U to inspect the page source. Next, search for schema using CTRL + F and check if you can find the breadcrumblist schema.

    You can either use the shortcode on your pages or edit your single.php file and add the following code:

    <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>
    

    I hope this info helps. Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘Which breadcrumbs should I use?’ is closed to new replies.