Mobile app version of vmapp.org
Login or Join
Turnbaugh106

: For a site description, would it be better to use H2 or P tags? I tend to follow this HTML structure while creating new site on my main page: <div class="header"> <img alt="keyword"

@Turnbaugh106

Posted in: #Html #Keywords #Seo #Tags

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 I'm 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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh106

1 Comments

Sorted by latest first Latest Oldest Best

 

@Yeniel560

Honestly it makes no difference. Use whatever is most logical - if the keyword is a subheading then use H2, otherwise use what you have now.

This is of course assuming that it's logical to have some keywords there. Just sticking keywords around the page looks spammy and you'll never get any links to the page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme