
Originally Posted by
Omicrontau
My question is will my organic rank be higher if my internal links are listed in the a href="http://www.mysite.com/page.html" format instead?
There is no differerence between these:
Code:
<a href="http://www.mysite.com/page.html">Link</a> and <a href="page.html">Link</a>
The browser or spider would interpret this as the same. The only time this would be different is with external links i.e. aother site linking to you.
For example these are two entirely different url's in a spider's eyes:
Code:
<a href="http://www.mysite.com">Link</a> and <a href="http://www.mysite.com/index.html">Link</a>
Hope that helps
Bookmarks