2006-08-15 05:18:16 +00:00
|
|
|
# $Id$
|
|
|
|
#
|
2006-08-14 10:41:52 +00:00
|
|
|
# robots.txt
|
|
|
|
#
|
2006-08-16 22:03:56 +00:00
|
|
|
# This file is to prevent the crawling and indexing of certain parts
|
2006-08-14 20:35:11 +00:00
|
|
|
# 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,
|
2006-08-14 10:41:52 +00:00
|
|
|
# you save bandwidth and server resources.
|
|
|
|
#
|
2006-08-16 22:03:56 +00:00
|
|
|
# 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
|
|
|
|
#
|
2006-08-14 10:41:52 +00:00
|
|
|
# For more information about the robots.txt standard, see:
|
|
|
|
# http://www.robotstxt.org/wc/robots.html
|
|
|
|
#
|
2006-08-16 22:03:56 +00:00
|
|
|
# For syntax checking, see:
|
2006-08-14 10:41:52 +00:00
|
|
|
# http://www.sxw.org.uk/computing/robots/check.html
|
|
|
|
|
|
|
|
User-agent: *
|
|
|
|
Crawl-delay: 10
|
|
|
|
# Directories
|
|
|
|
Disallow: /includes/
|
|
|
|
Disallow: /misc/
|
|
|
|
Disallow: /modules/
|
2008-08-25 08:13:41 +00:00
|
|
|
Disallow: /profiles/
|
|
|
|
Disallow: /scripts/
|
2006-08-14 10:41:52 +00:00
|
|
|
Disallow: /sites/
|
|
|
|
Disallow: /themes/
|
|
|
|
# Files
|
2008-08-25 08:13:41 +00:00
|
|
|
Disallow: /CHANGELOG.txt
|
2006-08-14 10:41:52 +00:00
|
|
|
Disallow: /cron.php
|
|
|
|
Disallow: /INSTALL.mysql.txt
|
|
|
|
Disallow: /INSTALL.pgsql.txt
|
2008-08-25 08:13:41 +00:00
|
|
|
Disallow: /install.php
|
|
|
|
Disallow: /INSTALL.txt
|
2006-08-14 10:41:52 +00:00
|
|
|
Disallow: /LICENSE.txt
|
2008-08-25 08:13:41 +00:00
|
|
|
Disallow: /MAINTAINERS.txt
|
|
|
|
Disallow: /update.php
|
2006-08-14 10:41:52 +00:00
|
|
|
Disallow: /UPGRADE.txt
|
2008-08-25 08:13:41 +00:00
|
|
|
Disallow: /xmlrpc.php
|
2006-08-14 10:41:52 +00:00
|
|
|
# Paths (clean URLs)
|
|
|
|
Disallow: /admin/
|
|
|
|
Disallow: /comment/reply/
|
|
|
|
Disallow: /contact/
|
2008-11-27 07:07:01 +00:00
|
|
|
Disallow: /logout/
|
2006-08-14 10:41:52 +00:00
|
|
|
Disallow: /node/add/
|
|
|
|
Disallow: /search/
|
|
|
|
Disallow: /user/register/
|
|
|
|
Disallow: /user/password/
|
2007-01-08 12:02:18 +00:00
|
|
|
Disallow: /user/login/
|
2006-08-14 10:41:52 +00:00
|
|
|
# Paths (no clean URLs)
|
|
|
|
Disallow: /?q=admin/
|
|
|
|
Disallow: /?q=comment/reply/
|
|
|
|
Disallow: /?q=contact/
|
2008-11-27 07:07:01 +00:00
|
|
|
Disallow: /?q=logout/
|
2006-08-14 10:41:52 +00:00
|
|
|
Disallow: /?q=node/add/
|
|
|
|
Disallow: /?q=search/
|
|
|
|
Disallow: /?q=user/password/
|
|
|
|
Disallow: /?q=user/register/
|
2007-01-08 12:02:18 +00:00
|
|
|
Disallow: /?q=user/login/
|