Just finished an international version of my best german solo site project.
To push that new baby forward, I´d like to redirect all non german, austria, switzerland and netherlands visitors via .htaccess
like that
RewriteCond %{****:Accept-Language} !^(de|de-at|de-ch|nl)
RewriteRule ^$ [***]**************[/***]
Works smooth so far, but I removed it, cause at this time I really don´t know how google will treat that kind of redirection for the german site ?
Does anyone surely know if this kind of cloaking might be a problem and if so, what is the alternative to redirect that worthy international traffic from an older well known site to the better target ?
Sorry for the *** , not allowed to post URL´s as a newbie
To push that new baby forward, I´d like to redirect all non german, austria, switzerland and netherlands visitors via .htaccess
like that
RewriteCond %{****:Accept-Language} !^(de|de-at|de-ch|nl)
RewriteRule ^$ [***]**************[/***]
Works smooth so far, but I removed it, cause at this time I really don´t know how google will treat that kind of redirection for the german site ?
Does anyone surely know if this kind of cloaking might be a problem and if so, what is the alternative to redirect that worthy international traffic from an older well known site to the better target ?
Sorry for the *** , not allowed to post URL´s as a newbie


Comment