Hello,
Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.
Can you please confirm if you have already added the breadcrumbs code to a template file of your theme? If not then please follow this guide to display the breadcrumbs on your site. https://rankmath.com/kb/breadcrumbs/
Hope this helps. Let us know if you need any other assistance.
I could not see templates file in child theme, do we need to create a one?
Hello,
If you can’t see the templates in the child theme, you could follow the instructions from the link below to create one:
https://developer.wordpress.org/themes/advanced-topics/child-themes/#adding-template-files
Alternatively, to display the breadcrumbs on the front end, you need to paste the
shortcode on the pages(inside the content editor)where you want the breadcrumbs to appear.
If you want to show breadcrumbs on all the pages, add the PHP code at the bottom of the theme’s header.php
file:
(WordPress dashboard > Appearance > Theme editor > header.php)
<?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>
Please note after enabling the Breadcrumbs function at Rank Math > General Settings > Breadcrumbs, the breadcrumbs schema is applied to all your website pages.
Please let us know how that goes. Looking forward to helping you further.
Thank you
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.