Noindex and nofollow are meta robots directives that control Google's behavior on your pages and links. They are implemented via the meta robots tag or the X-Robots-Tag HTTP header.
Syntax
<meta name="robots" content="noindex, nofollow" />
<meta name="robots" content="noindex, follow" />
<!-- On a specific link: --> <a href="..." rel="nofollow">Text</a>
Decision tree: index or noindex?
Always index
Always noindex
Case by case
| Directive | Effect on indexation | Effect on links | Use case |
|---|---|---|---|
| index, follow | Indexed | Links followed | All important pages |
| noindex, follow | Not indexed | Links followed | Internal pages (account, cart) |
| noindex, nofollow | Not indexed | Links not followed | Admin, preview, test pages |
| index, nofollow | Indexed | Links not followed | Sponsored content pages |
Audit your robots directives
30 min call · no commitment
