Home / Forums / WoodMart support forum / The root problem with WoodMart (Item By: Xtemos)
Home › Forums › WoodMart support forum › The root problem with WoodMart (Item By: Xtemos)
The root problem with WoodMart (Item By: Xtemos)
- This topic has 6 replies, 2 voices, and was last updated 2 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 7, 2026 at 8:46 am #715298
litv777ParticipantI have previously reported to you that the theme’s pages, when viewed in code, contain a lot of hidden text from other pages, including h2 and h3 tags, if these tags are used on the site.
Your response indicates that there is no way to resolve this issue at the user level.
A subsequent analysis of the situation revealed the following.
On the surface, everything looks beautiful, and the theme adapts well.It turned out that there is a lot of text in the code on most pages, which for some reason is pulled from other pages and is not visible to the user. In other words, it is not visible on a specific page, but it is visible in the code.
As a result, there can be more than 200 h2 headings with different text on a single page.
I am using this theme to create an online store. As a result of automatically comparing the codes of the pages, they are recognized as similar by search engines by 99%. (Please take a look at the attached drawing.).
In this situation, there is no way to optimize specific pages for search engines, as I cannot influence the 99% of the text that is on them.
I fully admit that the situation when there is a lot of invisible text or duplicate titles in the page code that regular visitors do not see is quite a common problem, especially with some purchased WordPress themes.
From the point of view of search engine optimization, such a situation can be considered as an attempt to manipulate.
And this is not my personal assessment, but the assessment of experts who have been engaged in search engine optimization for more than 10 years.
The expert assessment is as follows.
The first point is invisible text. In itself, the text that the search engine sees in the code but the user does not see, hidden using CSS or other methods, is a direct violation of Google and Yandex’s recommendations. Algorithms consider this as an attempt to artificially saturate the page with keywords and may impose penalties, including excluding pages from search results. This is one of the most dangerous signals in terms of the risk of receiving a penalty.
The second point is the mass duplication of H2 headers. Having more than 200 headers on a single page is a very bad practice.
H2 headers carry important semantic structure. Repeating them creates a very poor user experience, and it signals to search engines that the page is of low quality.
It also completely undermines the very principle of using headers, as the search engine cannot understand which part of the content is truly important. This makes the page semantically garbage, which directly hinders its proper ranking.
This is not just an error, but a complex of serious problems. In a mild version, search engines will simply stop trusting such pages, and they will never rise in the results. In a severe version, the site may be put under a filter for using prohibited optimization methods.
I ask for your help to contact the developers, point them to these specific technical problems, and ask them to urgently fix the theme code. The hidden text should be removed along with the headers! As long as these errors are present in the code, the new and beautiful website will have serious problems with promotion.
Thank you!
Attachments:
You must be logged in to view attached files.April 7, 2026 at 2:54 pm #715344Hello,
It is not caused by hidden or duplicated content from WoodMart, but by how WordPress + builders (Elementor/WPBakery) + SEO plugins render page structure.
WoodMart does not inject content from other pages. There is no mechanism that pulls H2/H3 content from other pages into the HTML.
To identify the issue, Please Inspect where the repeated H2s come from and check templates and global widgets.
Best Regards
April 7, 2026 at 3:20 pm #715351
litv777ParticipantThank you for your response.
The hypothesis that editors can add code is not applicable in this case, as I do not use these editors (Elementor/WPBakery). Plugin Elementor is not installed, and the WPBakery is disabled. I only use Yoast for SEO purposes. I have not observed any issues on several other websites where I have used it. Only the following plugins are active: Code Snippets, Cyr-To-Lat, Contact Form 7, Safe SVG, WooCommerce, Woodmart Core, WP Mail SMTP, Yoast SEO.Would you have any other ideas?
April 8, 2026 at 9:17 am #715399Hello,
Please inspect where the repeated H2 headings appear, and share screenshots for better understanding. Also, check the relevant templates and global widgets so I can review them and provide a suitable solution to adjust the HTML tags appropriately.
Best Regards
April 8, 2026 at 10:34 am #715411
litv777ParticipantAn empty page is selected for analysis. https://silavchae.ru/product-category/zelenyj-chaj-2/nepalskij-zelenyj-chaj/
Changed the main menu. I created my own link to 2 categories along with what is on the site. In this case, you can see that there are 21 h2 characters on the page. Sign mzyara mzyarda eryavih futon headline. But it’s not clear where they come from at all. Popular Products Popular Cheese popular cookies Prownes popular Tea. This text is not on any of my pages.There are only 27 h3 characters. There is not a single text created by me with h3 headings on the analyzed page. These headlines are pulled up from other pages for unknown reasons. Just like
<h3 class=”wd-entities-title”>Белый чай Бай Хао Инь Чжэнь</h3> Please looke at figuresAttachments:
You must be logged in to view attached files.April 8, 2026 at 11:00 am #715417
litv777ParticipantNow I connect the theme menu with icons on the left. Number of characters h2, time 63.
There are new places with links <h2 class=”wp-block-wd-title title wd-2f22248f”> that we offer:</h2>, <h2 class=”wp-block-wd-title title wd-e382064e”>They allow you to place an order in the amount of 100,000 rubles or more</h2>
Along with this, a new text appeared (on this blank page)… She still is.<h2>Basic properties:</h2> Tea tones, relieves thirst and invigorates. Gunpowder R021 possesses an organism, removes slags and lowers concentration. It contains a large amount of vitamins (A, C, B, P, K, PP), trace elements (zinc, selenium, calcium, iron, iodine, manganese and iron), thein, phenols, pantothenic acid, fluorides, etc.It has a beneficial effect on the cardiovascular system.</lithium><lithium>Improves metabolism and digestion.</lithium><lithium>Supports mental clarity and vigor.</lithium><Lithium>light Has a warming effect.</lithium></<H2><span style=”color: #1b1919; font size: 24px;”>For….The number of h3 characters increased to 63.
You can see all this for yourself.Attachments:
You must be logged in to view attached files.April 9, 2026 at 9:51 am #715511Hello,
Based on what you described and the HTML snippets (e.g. wd-entities-title), this content is not pulled from other pages, but is generated dynamically from the product archive. That’s why you see many
<h2> / <h3>tags in the code. You can check with the default WordPress theme and Woocommerce Storefront theme just to check whether the issue is with our theme or not.There isn’t a direct option in the theme settings to change the title tag, You need to edit the theme file for this purpose.
Best Regards
-
This reply was modified 2 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
This reply was modified 2 months, 3 weeks ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register