Forum Moderators: mack
User-agent: *
Disallow: /path/to/your/file.html
To prevent the contents of a page from being indexed, use the robots meta tag. It can be configured to have the spider not index the page you've put it on, but to follow the links:
<meta name="robots" content="noindex, follow">