SEO regarding using multiple <h1> tag?
        Posted  
        
            by 
                user622378
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by user622378
        
        
        
        Published on 2011-06-25T10:00:11Z
        Indexed on 
            2011/06/25
            16:30 UTC
        
        
        Read the original article
        Hit count: 252
        
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 <h1> on the contact page, help, etc and article page for example:
<h1>Contact Us</h1>
<h1>Name of the Article Title here</h1>
On the homepage, it just has one <h1> for the logo Site Name... other pages have 2 <h1> tags
© Pro Webmasters or respective owner