Thread: Tech Whats the best method?
View Single Post
Old 08-18-2014, 03:40 AM  
EN1GMA
Confirmed User
 
EN1GMA's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 1,251
Whats the best method?

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!
EN1GMA is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook