User-Agent: * Disallow: /forum/ # $Id: robots.txt,v 1.9 2007/06/27 22:37:44 goba Exp $ # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save bandwidth and server resources. # # This file will be ignored unless it is at the root of your host: # Used: http://example.com/robots.txt # Ignored: http://example.com/site/robots.txt # # For more information about the robots.txt standard, see: # http://www.robotstxt.org/wc/robots.html # # For syntax checking, see: # http://www.sxw.org.uk/computing/robots/check.html # File identity - # So that the contents of this file are copied only once to DocumentRoot/robots.txt at # installation time the file must contain a unique string. # The copy_robots_text.pl program looks for a line with a string of the form "hhh ddd vvv ooo" # where hhh is '#' # ddd is 'Drupal' # vvv is 'version' # ooo is some other chars to make it unique. For instance, using the version and installation directory (see 3 lines down). # If copy_robots_text.pl finds that string in DocumentRoot/robots.txt it assumes that the data is already there and does not copy again. # DO NOT REMOVE THE NEXT LINE - it prevents copying to DocumentRoot more than once. # Drupal version 6.15 /TEST_SITE/ User-agent: * Crawl-delay: 10 # Directories Disallow: /TEST_SITE/database/ Disallow: /TEST_SITE/includes/ Disallow: /TEST_SITE/misc/ Disallow: /TEST_SITE/modules/ Disallow: /TEST_SITE/sites/ Disallow: /TEST_SITE/themes/ Disallow: /TEST_SITE/scripts/ Disallow: /TEST_SITE/updates/ Disallow: /TEST_SITE/profiles/ Disallow: /TEST_SITE/_files/ # Files Disallow: /TEST_SITE/xmlrpc.php Disallow: /TEST_SITE/cron.php Disallow: /TEST_SITE/update.php Disallow: /TEST_SITE/install.php Disallow: /TEST_SITE/_files/INSTALL.txt Disallow: /TEST_SITE/_files/INSTALL.mysql.txt Disallow: /TEST_SITE/_files/INSTALL.pgsql.txt Disallow: /TEST_SITE/_files/CHANGELOG.txt Disallow: /TEST_SITE/_files/MAINTAINERS.txt Disallow: /TEST_SITE/_files/LICENSE.txt Disallow: /TEST_SITE/_files/UPGRADE.txt # Paths (clean URLs) Disallow: /TEST_SITE/admin/ Disallow: /TEST_SITE/comment/reply/ Disallow: /TEST_SITE/contact/ Disallow: /TEST_SITE/logout/ Disallow: /TEST_SITE/node/add/ Disallow: /TEST_SITE/search/ Disallow: /TEST_SITE/user/register/ Disallow: /TEST_SITE/user/password/ Disallow: /TEST_SITE/user/login/ # Paths (no clean URLs) Disallow: /TEST_SITE/?q=admin/ Disallow: /TEST_SITE/?q=comment/reply/ Disallow: /TEST_SITE/?q=contact/ Disallow: /TEST_SITE/?q=logout/ Disallow: /TEST_SITE/?q=node/add/ Disallow: /TEST_SITE/?q=search/ Disallow: /TEST_SITE/?q=user/password/ Disallow: /TEST_SITE/?q=user/register/ Disallow: /TEST_SITE/?q=user/login/