Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Noindex

A robots directive that tells search engines not to include a page in their index, even if the URL is publicly reachable.

Definition

Noindex is a directive — set via a `<meta name="robots" content="noindex">` tag or an `X-Robots-Tag` HTTP header — that instructs search engines to drop a page from their index.

For Google to honour a noindex directive, Googlebot must be able to crawl the page; blocking the URL in `robots.txt` prevents Google from seeing the directive, so the page may stay indexed via inbound links. Noindex differs from a canonical tag: a canonical hints which URL to prefer, while noindex removes the page from the index entirely. The default behaviour when no directive is set is `index, follow`.

Examples

  • Internal-only page

    A staging URL adds `<meta name="robots" content="noindex, follow">` so Google removes it from search results on the next crawl, while still following links from the page to discover other content.

Sources

Related terms

Where QueryCatch uses this

Last updated: 10/05/2026

Noindex — Definition, Example & How Google Treats It | QueryCatch | QueryCatch SEO Glossary