Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Top of Page type URL. Which is best?

         

Frank_Rizzo

3:28 pm on Nov 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have some big pages and to use a 'top of page' link at the bottom. Which would be the best for SEO?

widgets.html
------------

blah......


<a href="http://www.mysite.com/widgets.html">Top of Page</a>

<a href="widgets.html">Top of Page</a>

<a href="#">Top of Page</a>

Previously I have used "#" but surely having the keyword in the url is advantageous? Or is there somekind of penalty for a page linking to itself?

tedster

7:19 pm on Nov 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Using the full url is not a good idea for your users - it requires a new trip to the server and a full page reload which can be confusing. There is no advantage in the Google algo either. I've recently seen a Google rep criticize any link of a page to itself.

Stick with the named anchor, I say.