Forum Moderators: mack

Message Too Old, No Replies

H2 tags Do i or Dont I

H2 tags for search engines

         

chrisdevelopment

12:26 am on Jun 5, 2005 (gmt 0)

10+ Year Member



I have received various suggestions for including H1 and H2 tags in a web page, and I know that H1 should only be used once, however many documents I have read have said that it is ok to use H2 tags more than once.

My questions is this, I have 22 phones 10 in each of 2 columns on my home page, with the title next to the picture of the phone of for example Nokia 6170 Nokia 6230 etc would it be ok to make each of the phone makes i.e. Nokia 6170 an H2 tag or would 22 H2 tags be too much and get the site penalised.

PatrickDeese

12:33 am on Jun 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like a lot of H2s.

It might more sense to have each manufacturer in an h2.

<h1>Cell Phone Manufacturers</h1>

<h2>Nokia</h2>
<ul>
<li>Nokia Model 1</li>
<li>Nokia Model 2</li>
<li>Nokia Model 3</li>
</ul>

<h2>Sony Ericsson</h2>
<ul>
<li>Sony Ericsson Model A</li>
<li>Sony Ericsson Model B</li>
<li>Sony Ericsson Model C</li>
</ul>

etc.