# 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: /cgi-bin/ Disallow: /abi99*/ Disallow: /cms/ Disallow: /gallery/ Disallow: /mt/ Disallow: /archiv_mmo/ Disallow: /japan/wp-*/ Disallow: /japan/gfx/ Disallow: /japan/eq/ Disallow: /japan/rm_alt/ Disallow: /japan/test/ Disallow: /mmo/database/ Disallow: /mmo/includes/ Disallow: /mmo/misc/ Disallow: /mmo/modules/ Disallow: /mmo/sites/ Disallow: /mmo/themes/ Disallow: /mmo/scripts/ Disallow: /mmo/updates/ Disallow: /mmo/profiles/ # Files Disallow: /mmo/xmlrpc.php Disallow: /mmo/cron.php Disallow: /mmo/update.php Disallow: /mmo/install.php Disallow: /mmo/INSTALL.txt Disallow: /mmo/INSTALL.mysql.txt Disallow: /mmo/INSTALL.pgsql.txt Disallow: /mmo/CHANGELOG.txt Disallow: /mmo/MAINTAINERS.txt Disallow: /mmo/LICENSE.txt Disallow: /mmo/UPGRADE.txt # Paths (clean URLs) Disallow: /mmo/admin/ Disallow: /mmo/comment/reply/ Disallow: /mmo/contact/ Disallow: /mmo/logout/ Disallow: /mmo/node/add/ Disallow: /mmo/search/ Disallow: /mmo/user/register/ Disallow: /mmo/user/password/ Disallow: /mmo/user/login/ # Paths (no clean URLs) Disallow: /mmo/?q=admin/ Disallow: /mmo/?q=comment/reply/ Disallow: /mmo/?q=contact/ Disallow: /mmo/?q=logout/ Disallow: /mmo/?q=node/add/ Disallow: /mmo/?q=search/ Disallow: /mmo/?q=user/password/ Disallow: /mmo/?q=user/register/ Disallow: /mmo/?q=user/login/ # disallow all files ending php, js, inc, css, txt #Disallow: /*.php$ #Disallow: /*.js$ Disallow: /*.inc$ #Disallow: /*.css$ #Disallow: /*.txt$