User-agent: * disallow: /ludadmin/ # Comments/Instructions # Place this file on the root directory of site: www.YourSite.com/robots.txt # # How to allow all spiders to index all files on a site. # Add the following to the uncommented section, without the proceeding number sign: # User-agent: * # disallow: # # How to block all spiders from every file on a site. # Add the following to the uncommented section, without the proceeding number sign: # User-agent: * # disallow: / # # How to disallow a single file. # Add the following to the uncommented section, without the proceeding number sign: # disallow: /FilePath/file.php # # How to disallow a complete directory. # Add the following to the uncommented section, without the proceeding number sign: # disallow: /images/ # # How to pass instruction to a specific User-agent. # Add the following to the uncommented section, without the proceeding number sign; # User-agent: googlebot # The above would specify instruction only for google's search spider. # Needs to be paired with a disallow statemtent. # #