Technical SEO / crawling and indexing

How Google Crawling Works: Discovery, Fetching, Rendering, Indexing

Trace what has to happen between publishing a URL and making it eligible for Google's index, then use the lifecycle to find the first stage that failed.

A newspaper editor reviewing page proofs beside a crawl-to-index lifecycle

Direct answer: Google must first discover a URL, choose to fetch it, receive an accessible response, render any necessary JavaScript, process the content and signals, select a canonical version, and decide that the page is eligible and worthwhile to store in its index. Passing one stage does not guarantee the next. Diagnose the first stage without reliable evidence before changing content or requesting another crawl.

This guide explains the crawl-to-index lifecycle and the evidence each stage leaves behind. It stops before fixing a specific Page indexing status. If Search Console already reports Crawled - currently not indexed, use the separate diagnosis and repair workflow after identifying that crawling succeeded.

Read the lifecycle as separate decisions

Google describes Search as crawling, indexing, and serving results. For diagnosis, it helps to split crawling and indexing into smaller observable stages. The split below is a working model, not a promise that Google runs every URL through a fixed linear pipeline or publishes every internal decision.

StageWhat happensEvidence to inspectPassing does not prove
DiscoveryGoogle learns that a URL exists through links, sitemaps, or previous crawling.Internal inlinks, sitemap membership, referring page, server logsThat Google will fetch it soon
FetchGooglebot requests the URL and receives a status, headers, and response body.HTTP response, robots.txt, Crawl Stats, logs, URL InspectionThat the full content can be rendered
RenderGoogle processes the page with a recent Chromium when rendered output is needed.Rendered HTML, screenshot, loaded resources, JavaScript outputThat the URL will be indexed
ProcessGoogle analyzes main content, metadata, links, media, directives, duplicates, and other signals.Rendered title and content, robots rules, declared canonicalThat your preferred canonical will be selected
Index decisionGoogle may store the canonical page and its collected information in the index.Indexed URL Inspection result, Page indexing status, Google-selected canonicalThat the page will rank for a query
ServingFor a search, Google chooses results from the index by relevance and quality signals.Search results and Search Console performance dataStable visibility or a fixed position

Google explicitly says that crawling, indexing, and serving are not guaranteed even when a page follows Search Essentials. A technically valid page can therefore be discovered but not fetched, fetched but not indexed, or indexed but absent for the queries you test. That is why “Google knows the URL” is not a useful final diagnosis.

1. Make important URLs discoverable

There is no central registry of every web page. Google discovers many URLs by extracting links from pages it already knows, and it can also learn URLs from submitted sitemaps. Google's current Search lifecycle documentation names both routes.

For an important page, use both a real internal crawl path and accurate sitemap inclusion. The link explains where the page belongs and gives visitors a route to it. The sitemap supplies a clean inventory of preferred URLs. A sitemap is useful discovery evidence, but Google says it does not guarantee crawling, indexing, or higher rankings.

Google's crawlable link guidance says it can generally crawl links when they are anchor elements with an href. The sitemap guidance recommends listing the absolute canonical URLs you want in search results.

2. Let Googlebot fetch the right response

After discovery, Google decides whether and when to request the URL. Googlebot adjusts crawling algorithmically based on signals such as known URLs, updates, site capacity, and server responses. A new URL can wait in the crawl queue, and a discovered URL may never be fetched if Google sees little reason or cannot access it.

When the request happens, the server response becomes the next gate. An intended indexable page normally needs a stable 200 response, public access without a login, and no robots.txt rule that blocks Googlebot from requesting the page or resources needed for its main content. Redirects, 404/410 responses, authentication, repeated 5xx errors, and timeouts describe different URL states and should not be “fixed” into a blanket 200 response.

robots.txt controls crawling, not guaranteed removal from the index. Google may know and display a blocked URL without fetching its content. If you need Google to process a noindex rule, the crawler must be allowed to access that rule. Google's robots meta documentation states that indexing and serving rules cannot be read on a page blocked by robots.txt.

Use Crawl Stats and verified server logs for site-level patterns. URL Inspection is better for one URL. If logs show a crawler claiming to be Googlebot and the distinction matters, verify the request through Google's published IP ranges or reverse DNS process instead of trusting the user-agent string alone.

3. Make the rendered page complete

Google can render JavaScript with a recent version of Chromium. That capability does not make rendering irrelevant. The first HTML response may be parsed before rendering, and rendered output can wait in a separate queue. Blocked resources, failed API calls, app-shell errors, slow scripts, or interaction-only content can leave Google with less than a user sees.

Google's JavaScript SEO documentation describes crawling, rendering, and indexing as distinct phases. It also notes that links found in initial or rendered HTML can return to the crawl queue. This creates a practical rule: ship the page's purpose, primary content, canonical, robots directive, and important links in reliable output. Do not make a crawler complete a customer interaction to reveal them.

In URL Inspection, compare the indexed result with Test live URL. View the tested page, rendered HTML, screenshot, response headers, resources, and JavaScript output. A successful live test shows that Google-InspectionTool can access and process the current page. Google warns that it cannot predict canonical selection, quality assessment, or actual indexing.

4. Align processing and canonical signals

After fetching and rendering, Google analyzes the page's text, title, images, links, directives, and other signals. It also groups duplicate or very similar pages and chooses a representative canonical. Your rel="canonical" is a strong preference, not an instruction Google must obey.

Make the preferred version unambiguous:

Google's current canonicalization guidance describes redirects and rel="canonical" as strong signals and sitemap inclusion as weaker. Signals can reinforce each other, but Google may still choose another representative. Fix disagreement at the generator, router, template, or internal-link source instead of changing tags one URL at a time.

5. Understand the index decision

Processing makes a page understandable and eligible for evaluation. It does not guarantee that Google will index it. Google says indexing is not guaranteed and lists low-quality content, indexing directives, and difficult site design among common reasons a page may not be stored.

Before treating non-indexing as a technical defect, confirm that the URL deserves a separate result. Ask whether it answers a distinct search task, adds useful evidence or utility beyond nearby pages, is maintained, and has a clear place in the site. A duplicate filter, thin archive, expired campaign, empty location template, and original service guide should not share one indexation target.

If Google selects another canonical, resolve the duplication and signal conflict. If the intended URL is reported as Crawled - currently not indexed, move into the focused content, canonical, rendering, and outcome diagnosis. If the page is indexed but receives no impressions, the next question is query relevance and competition, not crawling.

6. Find the first stage without evidence

Start at the earliest stage and stop when the evidence becomes weak. Do not jump from “not visible in search” to rewriting the page.

  1. Confirm the exact canonical URL. Resolve it directly and record status, redirects, canonical, robots directives, and login requirements.
  2. Prove discovery paths. Find crawlable internal links to the exact preferred URL and confirm sitemap membership.
  3. Look for a real Google fetch. Use the indexed URL Inspection result, last crawl, Crawl Stats, and verified logs when available.
  4. Compare fetched and rendered output. Use a live test after changes, then inspect visible main content, links, resources, and response headers.
  5. Compare canonical signals. Record the declared and Google-selected canonicals, then inspect duplicates and URL variants.
  6. Read the Page indexing reason. Treat it as a state and evidence lead, not a complete root-cause explanation.
  7. Choose the intended outcome. Improve, consolidate, redirect, noindex, remove, or leave alone based on the page's job.
  8. Request indexing only after a meaningful fix. Google's URL Inspection help says a request does not guarantee inclusion.
Observed evidenceLikely first investigation
No internal link and absent from sitemapDiscovery and site architecture
Discovered, not crawledImportance signals, duplicate URL space, server capacity, crawl demand
Blocked by robots.txtCrawl policy and whether the page should be fetched at all
Fetched but main content is missingRendering, blocked resources, JavaScript, API response, app-shell output
Google chose another canonicalDuplicate content and conflicting canonical signals
Crawled, currently not indexedDistinct page value, duplication, rendering, directives, and intended outcome
Indexed with no useful impressionsQuery fit, content usefulness, competition, and measurement window

What not to do

Verification checklist

The lifecycle is useful because it turns “Google is not showing the page” into a bounded question. Find whether the evidence stops at discovery, fetch, render, processing, canonical selection, indexing, or serving. Then fix that stage and validate the same evidence again.

Evidence basis

Google Search Central and Search Console Help documentation were checked on August 29, 2026. The expanded stage model and diagnostic sequence are FloxoLab implementation frameworks built from those primary sources. They are not a representation of Google's private infrastructure or a guarantee of crawling, indexing, or rankings.

Need the failed stage isolated?

FloxoLab can compare crawl paths, responses, rendered output, canonical signals, and Search Console evidence before the team spends time on the wrong fix.

Explore the SEO audit