Changing permalinks : what about duplicate content ?
-
Hi,
I changed the permalink structure from the default one/?p=nnn
to a prettier one/Year/month/title
. WordPress did indeed write in my .htaccess file the following code.# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
When testing the URLS, both structures work, the old et the new, although I do not see any redirection from the former the the later, but only a redirection of the old one (“wrong” url) to the wordpress index page (if I interpret correctly). Does WordPress does the job internally to redirect each old structured request, so that there is no duplicate content from the bots point of view ?
?? Gabier
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Changing permalinks : what about duplicate content ?’ is closed to new replies.