Forum Moderators: open
I was curious what people thought about removing all links to your index.htm page and instead replacing them with the full http://example.com/ style link.
The more i think about it the more sense it makes, to prevent splitting page rank between the two on less intelligent engines. I have already redirected my example.com/index.htm to example.com/ and I will be changing those links over next.
Thanks for any input
Ward
The value of using the relative URI's is that they are easier to work with in dev. But especially if a site suffers from imperfect organization or structure, the SE's can get confused, so best practice is generally considered to be the absolute URI approach.
That said, I have sites that use relative URL's and don't see any evidence of issues ever having occured.
The other point I was making is that wherever possible, only link to the one canonical version of each page internally, and try to structure the site to avoid extensions. That way you won't have to redirect example.com/widgets/blue.htm to example.com/widgets/blue.php. If that URI were example.com/widgets/blue , you would never have to worry about a platform change. Did that once. Never again. ;-)