Home › Forums › WoodMart support forum › Problem with H1 product category on woodmart layout and Filter Everyting › Reply To: Problem with H1 product category on woodmart layout and Filter Everyting
ya.predko
Hello,
I am using your Filter Everything Pro plugin with the Woodmart theme, Rank Math Pro, and Polylang Pro. The AJAX filtering itself works, but the SEO Rules functionality is completely broken and does not work at all.
The Problem:
When I create an SEO Rule (e.g., for a Category + Brand combination), the page does NOT get the custom H1 Title, SEO Title, or Meta Description from the rule. Instead, it gets the generic data from Rank Math’s global settings, and it also gets a noindex tag, making the entire SEO feature useless.
This is a compatibility issue with the theme. We have tried every possible solution for hours, including:
Disabling ALL other plugins.
Disabling ALL JS/CSS optimization from WP Rocket and Perfmatters.
Using your official PHP snippet from your documentation to fix H1 issues (add_filter(‘woodmart_get_the_title’, [$seoFrontend, ‘seoH1’])). It does not work.
Using custom JavaScript to trigger wdShopPageInit and carouselsInit after the fep-updated event. The scripts do not fire or do not fix the issue.
Setting all Rank Math archive settings to “index” globally. It does not help; your filtered page still gets “noindex”.
The theme developer claims their theme is not the issue because it behaves the same with the default WordPress theme. This is incorrect. The issue is that your plugin cannot correctly override the H1 and Meta Tags generated by the Woodmart Layouts and Rank Math.
My Question:
Please provide a working, tested solution for this combination of plugins. What is the definitive way to force your plugin’s SEO Rule data to take priority over Rank Math and be correctly displayed within a Woodmart-built archive page?
I am an advanced user and can edit code if needed. Thank you.