danielebarchiesi@0: # danielebarchiesi@0: # robots.txt danielebarchiesi@0: # danielebarchiesi@0: # This file is to prevent the crawling and indexing of certain parts danielebarchiesi@0: # of your site by web crawlers and spiders run by sites like Yahoo! danielebarchiesi@0: # and Google. By telling these "robots" where not to go on your site, danielebarchiesi@0: # you save bandwidth and server resources. danielebarchiesi@0: # danielebarchiesi@0: # This file will be ignored unless it is at the root of your host: danielebarchiesi@0: # Used: http://example.com/robots.txt danielebarchiesi@0: # Ignored: http://example.com/site/robots.txt danielebarchiesi@0: # danielebarchiesi@0: # For more information about the robots.txt standard, see: danielebarchiesi@0: # http://www.robotstxt.org/wc/robots.html danielebarchiesi@0: # danielebarchiesi@0: # For syntax checking, see: danielebarchiesi@0: # http://www.sxw.org.uk/computing/robots/check.html danielebarchiesi@0: danielebarchiesi@0: User-agent: * danielebarchiesi@0: Crawl-delay: 10 danielebarchiesi@0: # Directories danielebarchiesi@0: Disallow: /includes/ danielebarchiesi@0: Disallow: /misc/ danielebarchiesi@0: Disallow: /modules/ danielebarchiesi@0: Disallow: /profiles/ danielebarchiesi@0: Disallow: /scripts/ danielebarchiesi@0: Disallow: /themes/ danielebarchiesi@0: # Files danielebarchiesi@0: Disallow: /CHANGELOG.txt danielebarchiesi@0: Disallow: /cron.php danielebarchiesi@0: Disallow: /INSTALL.mysql.txt danielebarchiesi@0: Disallow: /INSTALL.pgsql.txt danielebarchiesi@0: Disallow: /INSTALL.sqlite.txt danielebarchiesi@0: Disallow: /install.php danielebarchiesi@0: Disallow: /INSTALL.txt danielebarchiesi@0: Disallow: /LICENSE.txt danielebarchiesi@0: Disallow: /MAINTAINERS.txt danielebarchiesi@0: Disallow: /update.php danielebarchiesi@0: Disallow: /UPGRADE.txt danielebarchiesi@0: Disallow: /xmlrpc.php danielebarchiesi@0: # Paths (clean URLs) danielebarchiesi@0: Disallow: /admin/ danielebarchiesi@0: Disallow: /comment/reply/ danielebarchiesi@0: Disallow: /filter/tips/ danielebarchiesi@0: Disallow: /node/add/ danielebarchiesi@0: Disallow: /search/ danielebarchiesi@0: Disallow: /user/register/ danielebarchiesi@0: Disallow: /user/password/ danielebarchiesi@0: Disallow: /user/login/ danielebarchiesi@0: Disallow: /user/logout/ danielebarchiesi@0: # Paths (no clean URLs) danielebarchiesi@0: Disallow: /?q=admin/ danielebarchiesi@0: Disallow: /?q=comment/reply/ danielebarchiesi@0: Disallow: /?q=filter/tips/ danielebarchiesi@0: Disallow: /?q=node/add/ danielebarchiesi@0: Disallow: /?q=search/ danielebarchiesi@0: Disallow: /?q=user/password/ danielebarchiesi@0: Disallow: /?q=user/register/ danielebarchiesi@0: Disallow: /?q=user/login/ danielebarchiesi@0: Disallow: /?q=user/logout/