Forum Moderators: open

Message Too Old, No Replies

links count strategy

links count strategy

         

abhishek

5:34 pm on Jun 17, 2003 (gmt 0)



just wondering which html coding is better for google:

<A><FONT><B>text text text</B></FONT></A>

OR

<FONT><B><A>text text text</A></B></FONT>

is this so that in first case google will not take text as hyperlinked since A TAG is far away from text?

does such minor thing in html matters to google?

thanks
abhishek

johnser

6:19 pm on Jun 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WW abhishek

In my experience, I'd suggest using the second but to be honest I don't really think it makes much difference.

Others might have different views of course.
J

batdesign

2:07 am on Jun 18, 2003 (gmt 0)

10+ Year Member



I recommend using css then you won't have to worry about such things ;)