# # 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 User-agent: * Crawl-delay: 120 # Directories Disallow: /website/includes/ Disallow: /website/misc/ Disallow: /website/modules/ Disallow: /website/profiles/ Disallow: /website/scripts/ Disallow: /website/themes/ # Files Disallow: /website/CHANGELOG.txt Disallow: /website/cron.php Disallow: /website/INSTALL.mysql.txt Disallow: /website/INSTALL.pgsql.txt Disallow: /website/install.php Disallow: /website/INSTALL.txt Disallow: /website/LICENSE.txt Disallow: /website/MAINTAINERS.txt Disallow: /website/update.php Disallow: /website/UPGRADE.txt Disallow: /website/xmlrpc.php # Paths (clean URLs) Disallow: /website/admin/ Disallow: /website/comment/reply/ Disallow: /website/logout/ Disallow: /website/node/add/ Disallow: /website/search/ Disallow: /website/user/register/ Disallow: /website/user/password/ Disallow: /website/user/login/ # Paths (no clean URLs) Disallow: /website/?q=admin/ Disallow: /website/?q=comment/reply/ Disallow: /website/?q=logout/ Disallow: /website/?q=node/add/ Disallow: /website/?q=search/ Disallow: /website/?q=user/password/ Disallow: /website/?q=user/register/ Disallow: /website/?q=user/login/