# 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 # The following is from "Wordpress for Business Bloggers" # Need to create the following sitemap file first: # # Sitemap: http://www.skatecolumbus.com/sitemap.xml # DK - Applies to ALL Web Crawlers User-agent: * # DK - 10 seconds between page crawls -- ?? don't know why this matters Crawl-delay: 10 # Prevent robots from indexing any part of this site # Disallow: / # Prevent robots from indexing only some of this Wordpress site Disallow: /cgi-bin/ Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/plugins/ Disallow: /wp-content/cache/ Disallow: /wp-content/themes/ Disallow: /wp- Disallow: /category/ Disallow: /comments/ Disallow: /tag/ Disallow: /author/ Disallow: /trackback/