Jump to content

[solved] H1 or Tags problems


mitzayapa

Recommended Posts

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 by mitzayapa (see edit history)
Link to comment
Share on other sites

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 by Zohaib-fk
Post Updated (see edit history)
Link to comment
Share on other sites

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 by Zohaib-fk
Post Updated (see edit history)
Link to comment
Share on other sites

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 : 

 

image.jpg

 

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 by mitzayapa (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...