The H1 tag is used for the logo, this wasn't in older versions I used.
In OC 3.0.3.9 every page has an identical H1!
Code: Select all
<div id="logo"> <h1><a href="https://shop.com/index.php?route=common/home">shop</a></h1>
</div>
So isn't it beter to remove this tag and generate one representing the main topic of the content.
For sure I'll do it.
In template common header find
Code: Select all
<h1><a href="{{ home }}">{{ name }}</a></h1>
After it refresh modifications.
Now you can start every category or productpage with a representative H1.