Hello,
We’re sorry to hear about the issue you’re facing with the duplicate H1 tag appearing in the breadcrumb navigation after activating Rank Math SEO on your WooCommerce site with the Milmaa theme.
To resolve this issue, you can follow these steps:
-
Navigate to WordPress Dashboard → Appearance → Theme File Editor.
-
Add the following code snippet to your theme’s functions.php
or rank-math.php
file:
/**
* Function to disable WooCommerce breadcrumbs
*/
function remove_wc_breadcrumbs() {
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
}
add_action( 'init', 'remove_wc_breadcrumbs' );
This code will help you disable the default breadcrumbs feature from the theme file editor.
After adding the code, you should see the effect. If you have any further questions or need additional assistance, feel free to reach out to our support forum here. We’re here to help.
I hope this helps!
Sources:
How to Fix Duplicate Meta Tags » Rank Math
How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math
How to Disable All Rank Math Generated SEO Tags » Rank Math
Hello,
I would like to deactivate the breadcrumbs of rank math and not the default woocommerce breadcrumbs.
Hello,
Thank you for your patience.
To deactivate the Rank Math breadcrumbs, head over to your WordPress dashboard > Rank Math > General Settings > Breadcrumbs and toggle off the breadcrumbs option.
Once done, you can configure your breadcrumbs via your theme if you want to use the breadcrumbs from WooCommerce.
Looking forward to helping you.
Hello ,
when i deactivate the rank math breadcrumbs in my rankmath general settings it didn’t work
Hello,
Can you please share the affected page URL with us where the breadcrumb is appearing so that we can check the issue further for you?
However, if you’ve already disabled the Rank Math breadcrumbs from Rank Math > General Settings then it is possible the issue is occurring because of some plugins or theme you’re using on your website.
To determine that, you can follow this troubleshooting guide:
https://rankmath.com/kb/check-plugin-conflicts/
Only the site admin would know and your users won’t be affected by this troubleshooting.
Let us know how it goes. Looking forward to helping you.
Thank you.
Hello , my page is :
https://statue-ours.fr/boutique/
I have another problem , on my website everywhere i have duplicated H1 when i activate RANK MATH SEO , rank math take title for H1 and i don”t know how to disable this exemple here :
https://statue-ours.fr/
I have 2 H1 because of the title
Hello,
Rank Math does not add H1 tags to a site. It appears the H1 tags were added using Elementor. See image below:

Kindly investigate and inspect the widgets added using Elementor. Your theme should already place an H1 tag in the header template which adapts the contents of the title, so you don’t need to add the H1 manually into the page’s body.
We hope this helps. Please let us know if you have further questions or concerns.
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.