# $Id: robots.txt,v 1.9 2007/06/27 22:37:44 goba 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: * # Disallow all directories and files within Disallow: /cgi-bin/ Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/plugins Disallow: /wp-content/cache Disallow: /wp-content/themes Allow: /wp-content/uploads # Google Image User-agent: Googlebot-Image Disallow: Allow: /* # Disallow all files ending with these extensions Disallow: /*.inc$ Disallow: /*.css$ Disallow: /*.js$ Disallow: /*.php$ Allow: /news-sitemap.php # Disallow parsing individual post feeds, categories and trackbacks.. Disallow: /*/feed/$ Disallow: /*/feed/rss/$ Disallow: /category/ Disallow: /page/ Disallow: /tag/ Disallow: /date/ Disallow: /*/trackback/$ # BEGIN XML-SITEMAP-PLUGIN Sitemap: http://blog.foolsmountain.com/sitemap.xml.gz # END XML-SITEMAP-PLUGIN