Forum Moderators: open

Message Too Old, No Replies

Important with absolute links in source code?

         

Blackie

9:58 am on Feb 13, 2006 (gmt 0)

10+ Year Member



Again, was talking with one of my colleagues and we are having different opinions on this one.

He thinks:
When we link to different pages on our site we should if possible always use absolute URL’s instead of relative URL’s. This ensures that the robots are able to figure out the navigation on our websites.

My thoughs are this does not matter anymore. G, Y and others can read a relative path.

What do you think?

ogletree

6:52 am on Feb 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes google has no problem with this. But if someone hijacks your website you only lose one page if you use absolute URL's. You lose all the pages if you relative.

py9jmas

8:16 am on Feb 14, 2006 (gmt 0)

10+ Year Member



The only bots who have failed to follow my relative links * are bots from China claiming to be IE (for example).

* of the form
<a href="./"> and <a href="../">

Blackie

9:17 am on Feb 14, 2006 (gmt 0)

10+ Year Member



I guess the conclusion will be to use absolute paths :-). *hijacking thing is probably enough alone for doing it, though my pages are not getting hijacked so often :-)*