Sometimes it is hard to find the different supported Meta tags to help control where Live.com (MSNbot) can crawl on your site and what content they should cache. I dug up the resource on MSN's Site Owner Help section that details Use metadata tags to control page indexing and link crawling. Here is a summary of those tags.
- <META NAME="msnbot" CONTENT="noindex" /> will tell MSNbot not to index the page
- <META NAME="msnbot" CONTENT="nofollow" /> will tell MSNbot not to follow links on that page
- <META NAME="msnbot" CONTENT="noindex,nofollow" /> will tell MSNbot not to index the page or follow links on that page
- <META NAME="msnbot" CONTENT="nocache" /> OR <META NAME="msnbot" CONTENT="noarchive" /> will tell MSNbot not to store a local cache of the page
Forum discussion at WebmasterWorld.
This article was written the night before, and scheduled to go live the following morning.