We have received multiple requests about the breadcrumb option in the Rank Math SEO plugin. It is observed that while using Astra 3.6.4 and above, many of the useful features of the plugin do not work. In this article, we will explain how you can fix that issue.
Why this is happening?
Basically, we have added theme support for Rank math breadcrumb in Astra which is why the plugin makes the breadcrumb setting disable in the latest version of the Astra theme.
How to fix this?
To fix this issue, you will need to add the following filter to the functions.php of your website. If you are not sure how to add custom PHP codes to your website, here is an article that will guide you.
add_filter( 'astra_rank_math_theme_support', '__return_false' );
Please note that we highly recommend you take a backup of your site before making any changes to your functions.php. Here is an article that will help you take a quick backup of your website.