Which one is search engine friendly?
|
Team Leader
|
![]() |
| 23Nov2006,12:57 | #1 |
|
Which one is search engine friendly, relative URLs or absolute URLs?
|
|
Go4Expert Founder
|
![]() |
| 23Nov2006,15:42 | #2 |
|
Absolute urls. But you can have relative urls doing the job of absolute urls with the help of a .
<A href="one.html">One</A> - Relative URL <A href="http://www.somesite.com/one.html">One</A> - Absolute URL <A href="./one.html">One</A> - Absolute url but is actually a relative one. |
|
Go4Expert Member
|
|
| 27Dec2006,16:01 | #3 |
|
IMO, you should go with absolute urls as far as SEO is considered as most SE spiders are NOT intelligent like web browsers. With relative urls they tend to stop before proceeding onto a new directory.
|
|
Team Leader
|
![]() |
| 27Dec2006,16:08 | #4 |
|
But I guess, absolute URLs are harder to maintain.
|
|
Go4Expert Member
|
|
| 27Dec2006,16:59 | #5 |
|
Yes, that’s true..
But they will not make havoc in your site if something ( directory-subdirectory ) is changed. You will have to give each changed path which will ensure your site’s integrity. |
|
Newbie Member
|
|
| 5Jun2007,02:18 | #6 |
|
I am sure that search engine spiders can understand both URL formats if they are used correctly.
|
|
Newbie Member
|
|
| 16Aug2007,14:56 | #7 |
|
Yes thats right, both URL's doesn't affect the ranking of a site.
|
|
Contributor
|
|
| 4Sep2007,11:30 | #8 |
|
both are different?
I think no different because both are output the same html code |
|
Go4Expert Founder
|
![]() |
| 4Sep2007,13:17 | #9 |
|
The HTML output can be achieved in multiple ways but the better of the 2 is what makes the difference between ordinary and extra ordinary.
|
|
Light Poster
|
|
| 3Jul2008,11:25 | #10 |
|
Abosulute url's are comparatively better than Relative url's,but search engine can understand both.Absolute url's are use to identify a resourse independence of their context as compare to Relative url's.
|


