Forum Moderators: phranque

Message Too Old, No Replies

Redirecting domains

         

steakaphagus

5:48 pm on Jun 23, 2009 (gmt 0)

10+ Year Member



Hi, I have a number of domains (.co.uk, .info etc, about 10 in all) for my .com site. I've simply redirected all the domains to point to the .com one - is this OK as I've heard that search engines might see this unfavourably?
If it is a problem, what should I do to do this safely? Thanks

g1smd

7:29 pm on Jun 23, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Check both non-www and www for each one. Check both the root and some internal page URLs. Make sure that they all issue a 301 redirect and that the redirect gets you to the final URL in just one step, not in a redirection chain.

phranque

3:42 am on Jun 24, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



technically it's better if you point all the domains to the one server and let that server handle the domain and url canonicalization rather than redirecting requests for each domain.
otherwise you could get the redirection chain for a non-canonical request as suggested by g1smd or a 301 followed by a 404 for an invalid request.

steakaphagus

5:52 pm on Jun 24, 2009 (gmt 0)

10+ Year Member



Thanks guys!