WordPress version: 3.5.1
WordPress SEO version: 1.3.4.4
I did this: added my index_sitemap.xml to google webmasters
I expected the plugin to do this: work ? (not sure what to put here?)
Instead it did this: google thinks all of my sitemaps and its urls are being blocked by robots.txt
robots.txt says this:
User-Agent: *
Disallow: /wp-content/plugins/
.htaccess says this
# 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