Forum Moderators: Robert Charlton & goodroi
We own .com, .es, .de, .it and .ch domains for the same website.
The website is in 5 languages too, so at the moment these URLs are living together:
www.mysite.com/es
www.mysite.es/es
..
www.mysite.de/it
www.mysite.it/de
and all combination of URLs.
Which is the best way to tell Google to index only the URL that I want and to avoid penalty for duplicate content ?
Thanks for help, regards.
Also note the following:
There's no such thing as a "duplicate content penalty." At least, not in the way most people mean when they say that.Official Google Blog [googlewebmastercentral.blogspot.com]
(pseudo-programming language)
if url == "www.mysite.ch/es" or url == "www.mysite.es/es" then
redirect 301 to www.mysite.com/es
Do I got it right ?
Unfortunately I have not dynamic programming language support to do this...and I'm using a IIS webserver with no way to use mod_rewrite.
Any help ?
Thanks.
But how many subdomains do you need to redirect? If it's only a handful, you can accomplish the 301 redirect through Internet Services Manager.