Permission, access, processing and eligibility

Crawling and Indexing

A robots rule can permit a crawler while a firewall blocks it. A successful crawl can still end without indexing, retrieval or visibility.

Published 2026-07-22Last reviewed 2026-07-22Primary-source analysis
The sequence

Four decisions that are often merged

Discovery

The service learns that a URL exists through links, sitemaps, submissions or other references.

Access

The crawler requests the page and receives a usable response without a login, challenge or infrastructure block.

Processing

The service renders, parses and evaluates the content, directives and canonical relationships.

Indexing

The service decides whether and how to retain the material for future search or retrieval.

robots.txt

A cooperation protocol, not a security boundary

RFC 9309 standardizes the Robots Exclusion Protocol. It defines how compliant crawlers identify groups, match paths, resolve allow and disallow rules, handle errors and cache the file.

The standard explicitly distinguishes robots rules from access authorization. Sensitive information requires authentication and server-side protection, not a disallow line.

Infrastructure checks

Why “all bots allowed” can still fail

Index controls

Directives must be read in context

noindex

Requests exclusion from a compliant search index; the crawler must access the page to read it.

Canonical URL

Signals the preferred version among duplicates or near-duplicates.

Redirect

Moves crawlers and users to another address and can consolidate a changed location.

Sitemap

Lists important canonical URLs and optional modification information.

IndexNow

Notifies participating engines that a URL was added, updated or removed.

Search Console tools

Provide platform-specific inspection and diagnostic evidence rather than universal status.

Operational rule

Test from outside the account

A file that looks correct in the repository may be altered by the host, CDN or deployment process. Verify the public URL, response code, headers, rendered content and logs after deployment.

Source trail

Primary material behind this analysis

Related reading

Continue through the discovery stack

IETF RFC 9309 and robots.txt

A standards-based explanation of robots.txt groups, matching, error handling, caching and why the protocol is not security or access authorization.