# $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: /page/database/ Disallow: /page/includes/ Disallow: /page/misc/ Disallow: /page/modules/ Disallow: /page/sites/ Disallow: /page/themes/ Disallow: /page/scripts/ Disallow: /page/updates/ Disallow: /page/profiles/ # Files Disallow: /page/xmlrpc.php Disallow: /page/cron.php Disallow: /page/update.php Disallow: /page/install.php Disallow: /page/INSTALL.mysql.txt Disallow: /page/INSTALL.pgsql.txt Disallow: /page/CHANGELOG.txt Disallow: /page/MAINTAINERS.txt Disallow: /page/LICENSE.txt Disallow: /page/UPGRADE.txt # Paths (clean URLs) Disallow: /page/admin/ Disallow: /page/aggregator/ Disallow: /page/comment/reply/ Disallow: /page/contact/ Disallow: /page/logout/ Disallow: /page/node/add/ Disallow: /page/search/ Disallow: /page/user/register/ Disallow: /page/user/password/ Disallow: /page/user/login/ # Paths (no clean URLs) Disallow: /page/?q=admin/ Disallow: /page/?q=aggregator/ Disallow: /page/?q=comment/reply/ Disallow: /page/?q=contact/ Disallow: /page/?q=logout/ Disallow: /page/?q=node/add/ Disallow: /page/?q=search/ Disallow: /page/?q=user/password/ Disallow: /page/?q=user/register/ Disallow: /page/?q=user/login/