Forum Moderators: phranque
Apparently my site is suffering from "Relative Link" rot. Meaning the SEs have confused www.mystie,com with mysite.com. That looks like it is resulting in some sort of duplicate content issues.
At least that's how I understand the situation.
So, if I change from relative links to absolute links, is it likely that this issue will correct itself over time?
Any risks involved in doing this? Loss of traffic, rankings, etc.
Should I change all my internal links at once, or what? Or is it even neccessary to change all of them? What's best in the long run?
Options +FollowSymlinks
RewriteEngine on
# redirects site.com to www.site.com
RewriteCond %{HTTP_HOST}!^www\.mysite\.com
RewriteRule (.*) [mysite.com...] [R=301]