Forum Moderators: open

Message Too Old, No Replies

html links inside H1 tags

is this allowed?

         

indiandomain

1:15 pm on May 13, 2003 (gmt 0)

10+ Year Member



hello
ive learnt that the text in H1 tags play an important role.

i have a short description of my page inside the H1 tags.
its something like this

blue widgets,american widgets,red widgets

now can i put the content inside H1 tags as a html link

so blue widgets,american widgets,red widgets will have 3 html links inside the H1 tags.

is that advisable?

ncsuk

1:16 pm on May 13, 2003 (gmt 0)

10+ Year Member



You can do it but most likely it will look really stupid unless you make it a normal size by using a CSS file although then you are in the realms of being ethical and someone may interperate it as spam and report you. Then you are in the hands of the uber generals at Google and that is never a good thing..!

indiandomain

1:21 pm on May 13, 2003 (gmt 0)

10+ Year Member



instead of using css cant i use the font tag in html to reduce the size.

<h1><font size="3"><a href="/blue.html">blue widgets</a> , <a href="red.html">red widgets</a></font></h1>

is this ok?

ncsuk

1:23 pm on May 13, 2003 (gmt 0)

10+ Year Member



Same thing you are making it smaller than it is and using a h1 tag for a link. Ethically its sucks royal butt however in a SEO POV its probaby gonna help a bit.

Your choice use it at your own peril is my opinion. It would be better if you just made the link in bold type.