Jump to content

Why are all my products titles H5 Tags?


Wissenshungrig

Recommended Posts

Why are all my products titles H5 Tags in my Presta Shop? Is that normal in Presta? Not possible to change? I think its not good for the SEO Structure..  Because normaly the Products are at first on my site.. so h5 tags at begining of the sites is worse.. any solution for that?

Normaly the structure should be ;

h1

h2

h3

h4

h5

h6

Edited by Wissenshungrig (see edit history)
Link to comment
Share on other sites

On 11/6/2019 at 2:54 AM, Wissenshungrig said:

Why are all my products titles H5 Tags in my Presta Shop? Is that normal in Presta? Not possible to change? I think its not good for the SEO Structure..  Because normaly the Products are at first on my site.. so h5 tags at begining of the sites is worse.. any solution for that?

Normaly the structure should be ;

h1

h2

h3

h4

h5

h6

HI For PS 1.7.x

it have title in H1 tag 

{block name='page_header_container'}
     {block name='page_header'}
            <h1 class="h1" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1>
     {/block}
{/block}

in PS 1.6.x

<h5 itemprop="name" class="product-name">
        <a href="{$accessoryLink|escape:'html':'UTF-8'}">
        {$accessory.name|truncate:20:'...':true|escape:'html':'UTF-8'}
    </a>
</h5>

than you can update it from your ps root /themes/default-bootstrap/product.tpl

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...