Forum Moderators: Robert Charlton & goodroi
Remember that
Disallow: lines in robots.txt have an implied trailing wildcard, so you can remove entire directories (or similarly-named files within a directory) with one line rather than including a separate line for each file. For example,
Disallow: /foo would cause Google to remove all of the following URLs from your site: /foo/, /foo/bar.html, /foo.html, /foobar.php, /foo/bar/bap/bam.asp, etc.