mitzayapa Posted August 3, 2015 Share Posted August 3, 2015 (edited) Hy everyone , For some reason when i pass woorank through my webpage , it shows that i have none or too much H1-H6 tags. Thats an error i have to solve. With a tag checker i found that i have 248 h5 tags, could it be that the problem ? how can i remove those tags ? Much apreciated. Edited August 6, 2015 by mitzayapa (see edit history) Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 4, 2015 Share Posted August 4, 2015 (edited) Hi, You have total 248 H1-H6 tags on all websites pages not in single page,so it is fine. You have 1 to 10 H1-H6 tags per page right? If you want remove some tags ,this can be achieve using changes in CSS file. PrestaShop Tutorials Videos [How to do Tasks] https://www.prestashop.com/forums/topic/907438-prestashop-tutorials-videos-how-to-do-tasks/ Edited June 26, 2021 by Zohaib-fk Post Updated (see edit history) Link to comment Share on other sites More sharing options...
mitzayapa Posted August 5, 2015 Author Share Posted August 5, 2015 Something is wrong , and i cant figure it out what is. I have h1 h2 h5 and h6 tags but still , woorank wonºt recognise them. Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 5, 2015 Share Posted August 5, 2015 (edited) Hi, Your home page has following count of H tags H1 = 1 H2 = 2 H3 = 0 H4 = 10 H5 = 234 H6 = 0 PrestaShop Tutorials Videos [How to do Tasks] https://www.prestashop.com/forums/topic/907438-prestashop-tutorials-videos-how-to-do-tasks/ Edited June 26, 2021 by Zohaib-fk Post Updated (see edit history) Link to comment Share on other sites More sharing options...
mitzayapa Posted August 5, 2015 Author Share Posted August 5, 2015 That i can see , but still , why doesn´t woorank recognize them. Where´s the problem.. Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 5, 2015 Share Posted August 5, 2015 (edited) Hi, In woorank error message says you have either no headings or too many headings. You have H5 = 234 times , therefore problem with too many heading tags. PrestaShop Tutorials Videos [How to do Tasks] https://www.prestashop.com/forums/topic/907438-prestashop-tutorials-videos-how-to-do-tasks/ Edited June 26, 2021 by Zohaib-fk Post Updated (see edit history) Link to comment Share on other sites More sharing options...
mitzayapa Posted August 6, 2015 Author Share Posted August 6, 2015 (edited) I thought that too. Now where should i look into ? can anybody give me a clue where to look for that h5? I think the problem its here : Now that goes with product-item.tpl: <div class="right-block"> <h5 itemprop="name"> {if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if} <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" > {$product.name|truncate:95:'...'|escape:'html':'UTF-8'} </a> </h5> Will deleting h5 (from <h5 itemprop="name">) and </h5> solve my problem? or will it destroy my website? Edited August 6, 2015 by mitzayapa (see edit history) Link to comment Share on other sites More sharing options...
mitzayapa Posted August 6, 2015 Author Share Posted August 6, 2015 Problem solved , it was a pagination error , way too much products in home page. Thanks alot for pointing me in the right direction. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now