Hi,
I’ve just recently noticed Google indexed Enfold’s framework pages. If you follow the link, you get into Enfold’s directory listing. This isn’t supposed to be. I could upload empty index.php files to each folder, would that solve the problem?
Hey thetmz,
Try blocking the directories via robot.txt
Perhaps like this:
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /*?*
Disallow: /*?
Allow: /wp-content/uploads
One possible cause could be your server using mod_autoindex see this Google Support Thread
Best regards,
Mike