Robots meta element in markup
<meta name="robots" content="noindex,nofollow" />
- name="robots"
- content
- index or noindex
- follow or nofollow
- noarchive
- none
- all
The Robots meta element can be used on a per document basis.
HTTP Header: X-Robots-Tag
index
— index the pagenoindex
— don't index the pagefollow
— follow links from the pagenosnippet
— don't display descriptions or cached linksnofollow
— don't follow links from the pagenoarchive
— don't cache/archive the pagenone
— do nothing, ignore the pageall
— do whatever you want, default behavior