# # 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/robotstxt.html User-agent: * Crawl-delay: 10 # CSS, JS, Images Allow: /site/misc/*.css$ Allow: /site/misc/*.css? Allow: /site/misc/*.js$ Allow: /site/misc/*.js? Allow: /site/misc/*.gif Allow: /site/misc/*.jpg Allow: /site/misc/*.jpeg Allow: /site/misc/*.png Allow: /site/modules/*.css$ Allow: /site/modules/*.css? Allow: /site/modules/*.js$ Allow: /site/modules/*.js? Allow: /site/modules/*.gif Allow: /site/modules/*.jpg Allow: /site/modules/*.jpeg Allow: /site/modules/*.png Allow: /site/profiles/*.css$ Allow: /site/profiles/*.css? Allow: /site/profiles/*.js$ Allow: /site/profiles/*.js? Allow: /site/profiles/*.gif Allow: /site/profiles/*.jpg Allow: /site/profiles/*.jpeg Allow: /site/profiles/*.png Allow: /site/themes/*.css$ Allow: /site/themes/*.css? Allow: /site/themes/*.js$ Allow: /site/themes/*.js? Allow: /site/themes/*.gif Allow: /site/themes/*.jpg Allow: /site/themes/*.jpeg Allow: /site/themes/*.png # Directories DisAllow: /site/includes/ DisAllow: /site/misc/ DisAllow: /site/modules/ DisAllow: /site/profiles/ DisAllow: /site/scripts/ DisAllow: /site/themes/ # Files DisAllow: /site/CHANGELOG.txt DisAllow: /site/cron.php DisAllow: /site/INSTALL.mysql.txt DisAllow: /site/INSTALL.pgsql.txt DisAllow: /site/INSTALL.sqlite.txt DisAllow: /site/install.php DisAllow: /site/INSTALL.txt DisAllow: /site/LICENSE.txt DisAllow: /site/MAINTAINERS.txt DisAllow: /site/update.php DisAllow: /site/UPGRADE.txt DisAllow: /site/xmlrpc.php # Paths (clean URLs) DisAllow: /site/admin/ DisAllow: /site/comment/reply/ DisAllow: /site/filter/tips/ DisAllow: /site/node/add/ DisAllow: /site/search/ DisAllow: /site/user/register/ DisAllow: /site/user/password/ DisAllow: /site/user/login/ DisAllow: /site/user/logout/ # Paths (no clean URLs) DisAllow: /site/?q=admin/ DisAllow: /site/?q=comment/reply/ DisAllow: /site/?q=filter/tips/ DisAllow: /site/?q=node/add/ DisAllow: /site/?q=search/ DisAllow: /site/?q=user/password/ DisAllow: /site/?q=user/register/ DisAllow: /site/?q=user/login/ DisAllow: /site/?q=user/logout/