# Define access-restrictions for robots/spiders # http://www.robotstxt.org/wc/norobots.html # By default we allow robots to access all areas of our site # already accessible to anonymous users User-agent: * Disallow: /?* Disallow: /article* Disallow: /references* Disallow: /fsearch/?* Disallow: /fsearch/article* Disallow: /fsearch/references* Disallow: /fsearch/chartdata* # Add Googlebot-specific syntax extension to exclude forms # that are repeated for each piece of content in the site # the wildcard is only supported by Googlebot # http://www.google.com/support/webmasters/bin/answer.py?answer=40367&ctx=sibling User-Agent: Googlebot Disallow: /?* Disallow: /article* Disallow: /references* Disallow: /fsearch/?* Disallow: /fsearch/article* Disallow: /fsearch/references* Disallow: /fsearch/chartdata*