# $Id: robots.txt,v 1.7.2.1 2007/03/23 18:57:07 drumm 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: pagine_xxx/ Disallow: pagine/database/ Disallow: pagine/includes/ Disallow: pagine/misc/ Disallow: pagine/modules/ Disallow: pagine/sites/ Disallow: pagine/themes/ Disallow: pagine/scripts/ Disallow: pagine/updates/ Disallow: pagine/profiles/ # Files Disallow: pagine/xmlrpc.php Disallow: pagine/cron.php Disallow: pagine/update.php Disallow: pagine/install.php Disallow: pagine/INSTALL.txt Disallow: pagine/INSTALL.mysql.txt Disallow: pagine/INSTALL.pgsql.txt Disallow: pagine/CHANGELOG.txt Disallow: pagine/MAINTAINERS.txt Disallow: pagine/LICENSE.txt Disallow: pagine/UPGRADE.txt # Paths (clean URLs) Disallow: pagine/admin/ Disallow: pagine/aggregator/ Disallow: pagine/comment/reply/ Disallow: pagine/contact/ Disallow: pagine/logout/ Disallow: pagine/node/add/ Disallow: pagine/search/ Disallow: pagine/user/register/ Disallow: pagine/user/password/ Disallow: pagine/user/login/ # Paths (no clean URLs) Disallow: pagine/?q=admin/ Disallow: pagine/?q=aggregator/ Disallow: pagine/?q=comment/reply/ Disallow: pagine/?q=contact/ Disallow: pagine/?q=logout/ Disallow: pagine/?q=node/add/ Disallow: pagine/?q=search/ Disallow: pagine/?q=user/password/ Disallow: pagine/?q=user/register/ Disallow: pagine/?q=user/login/