I have my links set up like this:

<a href="http://abc.com/test/abc">
<a href="http://abc.com/test/def">

the abc.com is repeated many times. What I would like to know is if I need include this at all. How about if I code the links as:

<a href="/test/abc">
<a href="/test/def">

Would a search engine consider these the same as the links with abc.com?

link|improve this question
feedback

migrated from stackoverflow.com Jul 22 '11 at 17:52

This question came from our site for professional and enthusiast programmers.

2 Answers

Those two examples are identical and won't have any effect on your rankings or pages indexed.

link|improve this answer
feedback

From my experience, you won't have any benefits.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown