How Google decides which pages get indexed (and which ones wait)
Not every page you publish gets indexed immediately or at all. Google runs a prioritization system that decides which URLs are worth crawling, evaluating, and storing in its index. Understanding that system is the fastest way to stop guessing and start making decisions that actually move pages out of limbo.
This page documents how that decision works, what signals matter most on newer domains, and why some pages seem to skip the queue while others sit in "Discovered – currently not indexed" for weeks.
The three stages before a page is indexed
Google Search Console surfaces four indexing states. Three of them are waiting rooms, not failures:
Google knows the URL exists from your sitemap or a link but hasn't sent Googlebot to fetch it yet. No crawl has happened.
Googlebot fetched the page and read it. Google decided the page wasn't worth adding to the index — usually thin content, near-duplicate, or low perceived value.
Google knows the URL but has explicitly deprioritized it. The crawl hasn't happened yet because the domain hasn't earned the crawl budget for this URL type.
The page passed all checks and is stored in Google's index. It can appear in search results.
The most frustrating state "Discovered - currently not indexed" means Google hasn't even sent a crawler yet. The bottleneck isn't the page. It's the domain's crawl priority.
What signals Google uses to prioritize crawling
Domain-level trust
How long the domain has been active, how many pages are already indexed, and whether those pages have earned engagement. New domains start with a low trust floor regardless of content quality.
Page intent risk
Informational pages (guides, definitions, tutorials) are indexed faster because they're harder to spam and carry less manipulation risk. Transactional pages (pricing, comparisons) are held longer because the cost of indexing spam is higher.
Internal link depth
Pages receiving multiple internal links from already-indexed pages get crawled sooner. A page that's only in your sitemap but not linked from anywhere in your content is a low-priority crawl target.
External link signals
Even one legitimate external link from an indexed third-party page sends a strong crawl signal. It tells Google that another trusted domain found the URL worth referencing.
Why bottom-of-funnel pages wait the longest
Pricing, use-case, and comparison pages hit every crawl deprioritization signal at once on a new domain:
High commercial intent highest risk category for spam
Few or no internal links from trusted content (because there isn't much yet)
No external references pointing to them
Domain trust is near-zero in the first 60–90 days
Thin word count relative to the conversion intent of the page
The pattern in practice: I documented this exact split happening on this domain informational pages indexed within days while BOF pages stayed stuck. The full breakdown is in why Google delays indexing bottom-of-funnel pages on new SaaS sites.
What actually moves a page from "Discovered" to indexed
Publish and index informational content first
Each indexed page raises domain trust. The more indexed pages you have, the more crawl budget Google allocates to your domain overall.
Add internal links from indexed pages to stuck pages
Don't link directly from new content to BOF pages. Link to an indexed informational page, then link from that page to the BOF page. Multi-hop internal links carry more weight than direct ones from low-authority content.
Earn one external link from an indexed third-party page
A Reddit mention, a community post, or a partner blog entry anything with a real URL that Google has already indexed. This single signal often unlocks a batch of previously stuck pages.
Wait (with the above in place)
With trust signals building, the remaining stuck pages typically move within weeks 6–12. Patience plus the above is the full strategy.
Experiment updates (live observations)
Update (Day 25): Informational pages on this domain continue to index within days of publishing. BOF pages remain in "Discovered – currently not indexed." No structural changes have been made to the BOF pages themselves. The only active strategy is increasing indexed informational content and building internal link paths toward commercial pages.
This page is part of that strategy expanding topical coverage around indexing mechanics to reinforce domain authority in the SEO space before the commercial pages enter the index.
Related reading
If this is the context here's what we're building
We ran into this exact indexing problem while building ChatRAG an AI support agent for SaaS teams that answers strictly from your documentation. Writing these guides is part of the strategy: earn trust with informational content, then let it carry the commercial pages.