Forum Moderators: open
<li><a href="xyz.html">xyzwidget</a></li>
Is it proper to optimize the tag as an H1 to look like:
<H1><a href="xyz.html">xyzwidget</a></H1>
I have seen posts such as:
[webmasterworld.com...]
But want to know if it is white hat to optimize a link using an H1 tag.
[edited by: Drew at 8:39 pm (utc) on Nov. 13, 2006]
I don't know whether it would be classed as white or black hat, but the H1 tag is intended to be the main heading on a page i.e. it is a header for the content of the page.
If you use it to link to a page with similar information, then it shouldn't in theory be the header of the first page ... if that makes sense?
...the H1 tag is intended to be the main heading on a page i.e. it is a header for the content of the page. If you use it to link to a page with similar information, then it shouldn't in theory be the header of the first page.
I'm completely on board with that thinking. It is still valid HTML to have this: <h1><a>text</a><h/1> -- but it's a bit confused from an Information Architecture and semantic point of view.