The ultimate guide to meta name="robots"
The meta tags for robots you can have on your pages have been around for quite a while. Search engines have slowly been adding features to it. This page lists an overview of all the different values you can have in your tag. First, the official syntax:
<meta name="robots" value=" <value> ">
The different robots meta tag values
An explanation of all the different values you can use in the robots meta tags:
- index
- Allow search engines robots to index the page, you don't have to add this to your pages, as it's the default.
- noindex
- Disallow search engines from showing this page in their results.
- none
- This is a shortcut for noindex,nofollow, or basically saying to search engines: don't do anything with this page at all.
- follow
- Tells the search engines robots to follow the links on the page, whether it can index it or not.
- nofollow
- Tells the search engines robots to not follow any links on the page at all.
- noarchive
- Prevents the search engines from showing a cached copy of this page.
- nocache
- Same as noarchive, but only used by MSN/Live.
- nosnippet
- Prevents the search engines from showing a snippet of this page in the search results and prevents them from caching the page.
- noodp
- Blocks search engines from using the description for this page in DMOZ (aka ODP) as the snippet for your page in the search results.
- noydir
- Blocks Yahoo! from using the description for this page in the Yahoo! directory as the snippet for your page in the search results. No other search engines use the Yahoo! directory for this purpose, so they don't support the tag.
The resources from the search engines
The search engines themselves have pages about this subject as well:
- Google did a blogpost on the Google Webmaster Central Blog
- Live has a site owner help page for it
- You can search Yahoo!'s Webmaster resources
- Ask.com has some info about it in it's Webmaster resource page
And of course there's always the official robots.txt pages and Danny Sullivan's big robots meta write up.
Which search engine supports which robots meta tag values?
This table shows which search engines supports which values:
| Robots value | Yahoo! | MSN / Live | Ask | |
|---|---|---|---|---|
| index | Yes | Yes | Yes | Yes |
| noindex | Yes | Yes | Yes | Yes |
| none | Yes | Doubt | Doubt | Yes |
| follow | Yes | Doubt | Doubt | Yes |
| nofollow | Yes | Yes | Yes | Yes |
| noarchive | Yes | Yes | Yes | Yes |
| nosnippet | Yes | No | No | No |
| noodp | Yes | Yes | Yes | No |
| noydir | No use | Yes | No use | No use |
You can block all robots at once by the markup above, or just block one robot by specifying it specifically:
- GOOGLEBOT
- Yahoo!
- SLURP
- MSN / Live
- MSNBOT
- Ask
- TEOMA





