the code with h2 and h3 tags on the main
-
Greetings!
There is a lot of other text in the code with h2 and h3 tags, which is not actually on the main page.
In addition, for some unknown reason, the text from the products is loaded in the same way with h2 tags.
As a result, the main page is overloaded with h2 and h3 tags.
What can be done?
Thanks
Attachments:
You must be
logged in to view attached files.
In addition to what was said earlier. There is an assumption that additional information is available on any page through the left menu. This is very bad for SEO. In this situation, everything looks beautiful, but there is no way to optimize a single page for keywords.
As an example, the first two images show what a product page looks like. In the third image, we see a code fragment that is not present in the first two images. This code (and many similar fragments) is present on all product pages.
Attachments:
You must be
logged in to view attached files.
Hello,
WoodMart (and many themes) loads additional content such as product tabs (description, additional information, reviews), related/upsell products, and other hidden elements (tabs, SKU, mobile content).
These elements may exist in the HTML code but are hidden visually via CSS.
That’s why you may see extra H2/H3 tags in the page source even if they are not visible on the frontend.
Best Regards