Dear all
please help me:
I did few changes in my site yourstoryclub.com and after these changes google webmaster tool is giving html meta description and meta title duplication suggestions. Changes I did:
I already had All in One SEO enabled before these changes and is still there
(1) Moved my wp installation to root i.e. from yourstoryclub.com/wpstoryblog/ to yourstoryclub.com/
(2) added following code in .htaccess at yourstoryclub.com/
RewriteEngine On
RewriteBase /
rewriterule ^wpstoryblog(/.*)? $1 [L,R=301]
(3) enable permalink to /%category%/%postname%/
(4) Install hypercache plugin
now my .htaccess at yourstoryclub.com/ looks like:
RewriteEngine On
RewriteBase /
rewriterule ^wpstoryblog(/.*)? $1 [L,R=301]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
And google suggest meta duplication for all posts (3x each) - one example:
http://yourstoryclub.com/?p=609
http://yourstoryclub.com/short-stories-love/love-note-after-twelve-years/
http://yourstoryclub.com/wpstoryblog/?p=609
if I go to all the above 3 links, it takes me to same page:
http://yourstoryclub.com/short-stories-love/love-note-after-twelve-years/
thank you all in advance for helping me out