What Is Indexability?
Indexability is whether a crawled page is actually eligible to appear in search results. Common causes, and a real example.
Indexability is whether a page that has been crawled is actually eligible to be stored and shown in search results. A page can be perfectly crawlable but still not indexable, the two are separate, independently-failing gates.
Why indexability matters
Confirming a page is both crawlable and indexable is a basic prerequisite before troubleshooting why it isn’t ranking, and skipping this check is a common cause of wasted effort spent improving content on a page that was never actually eligible to appear in results at all. Google Search Console’s URL Inspection tool directly reports a page’s indexability status and any reasons it might be excluded, checking this should be the very first step, before content, keywords, or backlinks even enter the conversation.
What determines indexability
- Absence of a noindex directive. A meta robots or X-Robots-Tag noindex instruction directly excludes the page.
- Canonical tag pointing to the page itself. If the page’s canonical points elsewhere, Google indexes the canonical target instead.
- Sufficient content quality. Thin or duplicate content is often crawled but declined for indexing on quality grounds.
- No conflicting technical signals. Consistent robots.txt, canonical, and sitemap signals all pointing toward the page being genuinely intended for indexing.
Common indexability problems
- A leftover noindex tag from staging that never got removed before or after launch.
- A canonical tag pointing to a different URL, intentionally or by CMS misconfiguration.
- Thin or duplicate content that Google crawls but declines to index as low-value.
- “Crawled, currently not indexed” status in Search Console, Google saw the page but hasn’t added it to the index, sometimes resolving on its own, sometimes signaling a genuine quality issue.
Crawlability vs. indexability
| Factor | Crawlability | Indexability |
|---|---|---|
| Question answered | Can the page be reached and read? | Will the page be stored and shown in results? |
| Common blocker | Robots.txt, broken links, orphan pages | Noindex tag, canonical mismatch, thin content |
| Sequence | Must happen first | Depends on successful crawling first |
Real example
For example, a page with a noindex tag, a canonical tag pointing elsewhere, or duplicate content flagged by the search engine can all be crawled successfully yet still excluded from the index, making them non-indexable despite Google having fully read their content.
Indexability and AI search
A page’s indexability status largely determines its eligibility for AI Overview citation as well, since these systems draw primarily from Google’s existing index rather than maintaining a wholly separate one. A page excluded from indexing for quality or duplication reasons is very unlikely to be cited in an AI-generated answer either.
FAQ
How do I check a page’s indexability status?
The URL Inspection tool in Google Search Console directly reports whether a specific URL is indexed, and if not, the specific reason Google gives for excluding it.
Why would Google crawl a page but not index it?
Usually a quality judgment, thin content, duplication with another page, or a technical signal like a noindex tag or conflicting canonical explicitly excluding it.
Can improving content fix an indexability problem?
Sometimes, if the underlying issue is genuinely thin or low-value content. It won’t help if the real cause is a technical directive like a noindex tag or canonical mismatch, check those first.
Is “crawled, currently not indexed” a permanent status?
Not necessarily, it can resolve on its own over time as Google re-evaluates the page, but persistent occurrence usually signals a genuine content quality issue worth addressing directly.
Related terms
Crawled doesn’t mean indexed, check both before you blame the content. The URL Inspection tool answers this in one lookup.