Site Description h2 vs p

Posted by user1010609 on Pro Webmasters See other posts from Pro Webmasters or by user1010609
Published on 2012-04-08T09:27:59Z Indexed on 2012/04/08 11:47 UTC
Read the original article Hit count: 245

Filed under:
|

I tend to follow this html structure while creating new site on my main page:

 <div class="header">
                <img alt="keyword" title="keyword logo" src="keyword.png" />
                <div>
                    <h1>keyword</h1>
                    <p><b>keyword + hierarchy keywords</b></p>
                </div>
 </div>

As you can see Im using <p><b></b></p> to put short description of the site in it but I was wondering If maybe h2 would be better to use here?

© Pro Webmasters or respective owner

Related posts about seo

Related posts about html