Does .htaccess redirect affect search engine rankings?
-
Hi there, I have a wordpress site example.co.uk. I also have add-on domains (about 5 others with other country endings example.fr, example.es, etc.) pointing to directories, on the same root directory, that are redirected to pages example.co.uk/french-page, example.co.uk/spanish-page, etc. using .htaccess rewrite rules:
RewriteEngine On RewriteCond %{HTTP_HOST} ^example.fr$ [OR] RewriteCond %{HTTP_HOST} ^www.example.fr$ RewriteRule (.*)$ https://mysite.co.uk/french-page/ [R=301,L]
I have a few questions:
1). I wish to know if this will affect my search engine indexing i.e. duplicate content?
2). I also want to know if it is possible to keep the example.fr url in the browser once the user has been redirected to the example.co.uk/french-page page? I have tried a few different .htaccess rewrites with no success so far.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Does .htaccess redirect affect search engine rankings?’ is closed to new replies.