Same here..
According to webmastertools my only blocked source would be this: /wp-admin/js/media-upload.min.js
It’s causing to block some pages on my site inclusing the homepage.
Is it normal that this file is inside the wp-admin/?
And I got confused with the solution; should we remove all in robots.txt and leave it blank or do we have to put the list in of disallow and allow?
User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/cache/
Allow: /wp-content/themes/
Allow: /wp-content/plugins/
Allow: /wp-content/uploads/
Allow: /wp-includes/css/
Allow: /wp-includes/js/
Allow: /wp-includes/images/
OR:
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/cache/
User-agent: Googlebot
Disallow: /wp-admin/
OR:
********************************
******THE SOLUTION******
********************************
We should just keep all our robots.txt files blank from now on. There is no longer a need to block core wp directories.
Thanks!