# $Id: robots.txt,v 1.7 2007/01/08 12:02:18 dries 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 User-agent: * Crawl-delay: 10 # Directories Disallow: /sites/database/ Disallow: /sites/includes/ Disallow: /sites/misc/ Disallow: /sites/modules/ Disallow: /sites/sites/ Disallow: /sites/themes/ Disallow: /sites/scripts/ Disallow: /sites/updates/ Disallow: /sites/profiles/ # Files Disallow: /sites/xmlrpc.php Disallow: /sites/cron.php Disallow: /sites/update.php Disallow: /sites/install.php Disallow: /sites/INSTALL.mysql.txt Disallow: /sites/INSTALL.pgsql.txt Disallow: /sites/CHANGELOG.txt Disallow: /sites/MAINTAINERS.txt Disallow: /sites/LICENSE.txt Disallow: /sites/UPGRADE.txt # Paths (clean URLs) Disallow: /sites/admin/ Disallow: /sites/aggregator/ Disallow: /sites/comment/reply/ Disallow: /sites/contact/ Disallow: /sites/logout/ Disallow: /sites/node/add/ Disallow: /sites/search/ Disallow: /sites/user/register/ Disallow: /sites/user/password/ Disallow: /sites/user/login/ # Paths (no clean URLs) Disallow: /sites/?q=admin/ Disallow: /sites/?q=aggregator/ Disallow: /sites/?q=comment/reply/ Disallow: /sites/?q=contact/ Disallow: /sites/?q=logout/ Disallow: /sites/?q=node/add/ Disallow: /sites/?q=search/ Disallow: /sites/?q=user/password/ Disallow: /sites/?q=user/register/ Disallow: /sites/?q=user/login/