Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1402545

    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?

    #1402549

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.