What does indexed but not retrieved mean?
A URL can appear as indexed in Google Search Console while remaining absent from AI-mediated answers (ChatGPT browsing, Perplexity citations, AI Overviews). Indexing confirms crawl storage; retrieval is a separate judgment about whether a fragment is worth grounding for a specific query.
What the System Is Doing
Your pages appear in Google Search Console as indexed, but generative AI systems do not retrieve them when answering relevant queries.
Why the Symptom Appears
Common causes include:
- Fragment extractability: Content is buried in long narrative or layout-dependent sections
- Entity ambiguity: The page does not disambiguate which entity it authoritatively describes
- Trust signals: Missing author, dates, or source attribution for verifiable claims
- Rendering parity: Critical text exists only after client-side hydration (silent hydration SEO)
- Intent mismatch: The page ranks for keywords but does not answer the generative query shape
Diagnostic Workflow
- Confirm indexing status in Search Console (external fact)
- Test AI answer coverage for target queries manually or via monitoring
- Audit fragment-level extractability and JSON-LD parity
- Check cannibalization—whether another URL on your site owns the same intent cluster
- Apply prechunking or entity fixes; re-test after static
dateModifiedupdates only when content changed
Remediation Path
To enable retrieval:
- Restructure content for atomic retrieval
- Implement prechunking framework
- Ensure segments are independently scorable
- See GEO fundamentals for mechanics
This is a failure state within AI Optimization, where systems fail to retrieve or select a source during AI-driven search and answer generation.
Sources
- How Google Search Works — Google Search Central
- Robots Meta Tags and Indexing Controls — Google Search Central