Status
Not open for further replies.

Divvy

Active Member
806
2009
18
0
Hi guys,

Maybe someone can help me...

I have a site with multi-language using subdomains like es.domain.com, it.domain.com, etc...
I also have the same site in french but in a different domain.
My idea is to move this french site on domain2.com to fr.domain.com

My only concern is about the same layout and content, don't want to be penalized by google for this. That's why the idea to move to subdomain like the others.

Whats the best method to do this?
Redirect all my visitors through htaccess using 301 redirect!?

Something like this on htaccess of domain2.com?

Code:
RewriteEngine On
RewriteRule (.*) http://fr.domain.com/$1 [R=301,L]

How about the backlinks that already have?
Is better to contact the webmasters to change them to new url since I don't want to renew that domain anymore?

Thank you guys!
 
4 comments
If you have two different websites with the same or very similar content, then as you said, Google may be interested in that, in a negative way.
To avoid such a situation, 301 redirection would be one of the shortest solutions. I recommend this article for more info: https://support.google.com/webmasters/answer/66359?hl=en

I would keep the old domain, clear the content and set 301 redirections to your new domain.
If you won't renew the domain and someone will take it, he will most probably remove your previously set redirections and you will loose the link juice.

On the other hand you can make 301 redirections, and slowly start to update the links in the meantime, after 1 year it will be just fine to abandon the old domain and let someone else take it.
 
Status
Not open for further replies.
Back
Top