SEO regarding using multiple <h1> tag?
- by user622378
Is is true <h1> tag should not have more than 1 on every page for SEO?
Every pages on the header, it includes and <h1> tag. Website Name which show an image from logo class, like this:
<div id="header">
<h1 class="logo">
<a href="#">Website Name</a>
</h1>
</div>
and I also include…