SEEGEA

Noindex and nofollow: when to use them (and when not)

Noindex and nofollow are two robots directives that control how Google handles your pages and links. Poorly used, they can accidentally remove important pages from the index. Well used, they protect your crawl budget and prevent toxic pages from polluting your catalog.

4 min readApril 17, 2026

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

Product pages, category pages, homepage, blog posts, brand pages, FAQ pages. These pages represent your commercial and editorial value — they must be visible on Google.

Always noindex

Cart, checkout, account, order confirmation, search results, login, admin pages, preview pages. These pages have no SEO value and dilute the crawl budget.

Case by case

Filter URLs, pagination, out-of-stock products, thin content pages. Use canonical for filters, evaluate case by case for low-content pages.
DirectiveEffect on indexationEffect on linksUse case
index, followIndexedLinks followedAll important pages
noindex, followNot indexedLinks followedInternal pages (account, cart)
noindex, nofollowNot indexedLinks not followedAdmin, preview, test pages
index, nofollowIndexedLinks not followedSponsored content pages
Do not use robots.txt to block pages you want to noindex. A robots.txt block prevents crawling — Google then cannot read your noindex directive and may still index the page via external links. For noindex, always use the meta robots tag.

Audit your robots directives

30 min call · no commitment

Audit your robots directives
Created in France (Annecy – Chantilly) · Email & Google Meet support

FAQ

Noindex tells Google not to index the page (it will not appear in search results). Nofollow tells Google not to follow the links on the page (or a specific link), without affecting the indexation of the page itself.

See Seegea in action

Book a 30-min live demo on Google Meet. No commitment.

Book a demo