# 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: /apps/ # Kavi stuff Disallow: /private/ # Self-evident Disallow: /members/ # Self-evident Disallow: /member/ # Self-evident Disallow: /stats/ # Not accessible, don't waste time trying to get in Disallow: /images/ # Our images don't need indexing Disallow: /home/img/ # ibid. Disallow: /home/cache/ # Our RSS caches don't need indexing Disallow: /home/magpierss # Or our RSS libraries Disallow: /home/s5/ # Or random tour libraries Disallow: /includes/ # Neither do our includes Disallow: /news/cache/ # Neither do our includes Disallow: /news/rss/ # Neither do our includes Disallow: /css/ # CSS and JavaScript don't need indexing Disallow: /js/ Disallow: /jp/css/ Disallow: /jp/js/ Disallow: /jp/includes/ Disallow: /jp/images/ Disallow: /cn/css/ Disallow: /cn/js/ Disallow: /cn/includes/ Disallow: /cn/temp/ # Files Disallow: /update.php # Nothing but code in here