First page Back Continue Last page Graphics
Preventing Search Engines from indexing your site
<meta name="robots" content="noindex" />
- Don't take any info from this page
<meta name="robots" content="noindex, nofollow" />
- Don't take any info from this page, and don't go looking at any links
<meta name="robots" content="noindex, follow" />
- Don't take any info from this page, but go ahead and index links.
You can also create a text file called robots.txt specifying your exclusion desires.
- http://en.wikipedia.org/wiki/Robots.txt