Forum Moderators: open

Message Too Old, No Replies

<ul> <li> H2</li> </ul>

lists and H tags

         

OddDog

4:46 am on Sep 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a long list, and would like to add h2 and h3 tags for SEO

Any thoughts ...

Span

7:24 am on Sep 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'd say use a h2 ahead of your list and use h3 tags for nested lists. Something like that. Although it looks a bit strange and I wonder if it's semantically correct.

<h2></h2>
<ul>
<li></li>
<li>
<h3></h3>
<ul>
<li></li>
<li></li>
</ul>
</li>
</ul>

sem4u

7:32 am on Sep 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think that it would just look a bit strange and any SEO benefit would be slim at best.