I have recently started getting a duplicate content issue in wordpress. I have noticed in webmaster tools the following domainname/post/&cid=0&ei=fg0eSfbuHILYlQTyxqXYAw&usg=AFQjCNEvp9ohDwaoGMQtbOrng8kyLKHnng/ this is the identical page to domainname/post/ I have not changed the url permalink structure in wordpress. It seems as every time i write a post now am getting a duplicate post appear. I am writing posts and saving them, and schedhuling to publish as ive always done. Little concerned ive been hacked!!! Any ideas guys and how can i stop this.
A few questions: 1) What version of WordPress are using? 2) What plugins do you have currently in use? 3) Can you paste the contents of your .htaccess file here please? 4) What is your current permalink structure? (Paste that here too.) A default WordPress .htaccess file should contain the following. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Code (markup): If you want to try, RESET your blogs permalink settings to the default WordPress setting ones. Backup your current .htaccess file to your computer. Add the code above to a new .htaccess file, upload that once. Also, you could try disabling all your plugins after doing that stuff. Something is obviously throwing off your permalinks. Just report here, with the answers to the questions above, or try what I suggested once. We'll all be here to help you get through this problem, if all possible! ===================================================================== EDIT: You could also try one of these plugins maybe? http://fucoder.com/code/permalink-redirect/ http://www.seologs.com/wp-plugins/wordpress-duplicate-content-cure/ http://txfx.net/code/wordpress/enforce-www-preference/ Hope this helps!