Technical Term Back

Noindex

Crawling

Noindex is an instruction asking that a URL not appear in search results. It is used when a page can exist for the user, but should not be part of the index.

Noindex
It matters because not everything that exists on a website should rank. Used well, it cleans the index; used badly, it can hide pages that were actually valuable.
  • Check the real server response, not only the visual appearance.
  • Review robots.txt, HTTP status codes, sitemap and indexation rules.
  • Prioritize important URLs and reduce low-value paths.
  • Validate changes after migrations, redirects or template updates.