What Is Indexing?
Indexing is when a search engine stores a crawled page in its database so it can appear in results. Definition, how to check status, and an example.
Indexing is what happens after a page is crawled: the search engine analyzes the content and decides whether to store it in its index, the massive database that search results are actually pulled from. Being crawled does not guarantee being indexed.
Why indexing matters
A page can be perfectly crawlable, written, and linked, and still never appear in search results if Google chooses not to index it. This is the single most confusing part of technical SEO for people new to it: crawling and indexing sound like the same thing but fail independently, for different reasons. A page gets excluded from the index for reasons ranging from thin content to a canonical tag pointing elsewhere to a manual noindex directive nobody remembered was there. Diagnosing which one applies is the difference between fixing the real problem and rewriting content that was never the issue.
How indexing works
- The page is crawled and its content, HTML, and signals (canonical tag, meta robots, structured data) are read.
- Google evaluates the content for quality, uniqueness, and whether it duplicates another already-indexed page.
- Google checks for exclusion signals: a
noindexmeta tag, a canonical tag pointing to a different URL, or a robots.txt block that prevented the content from ever being read in the first place. - If nothing excludes it, the page is added to the index and becomes eligible to appear in search results, though eligibility doesn’t guarantee a ranking position.
Common reasons a page isn’t indexed
- Noindex tag left in place. Often a leftover from staging or development that never got removed before launch.
- Canonical tag pointing elsewhere. Google may respect a self-referencing or cross-page canonical over your intended URL.
- Thin or duplicate content. Google often crawls these pages but declines to index them as low-value.
- Crawled, currently not indexed status. A GSC status meaning Google saw the page but hasn’t decided to index it yet, sometimes resolves on its own, sometimes signals a quality issue.
- Blocked by robots.txt. The page can still get indexed with just a URL and no content shown, a confusing partial-indexing state.
Indexed vs. crawled vs. ranked
| Status | Meaning | Can it appear in search results? |
|---|---|---|
| Crawled only | Google fetched the page but hasn’t indexed it | No |
| Indexed | Page is stored in Google’s index | Yes, eligible |
| Indexed and ranked | Page is indexed and shown for specific queries | Yes, actively appearing |
Real example
For example, Google might crawl a thin, near-duplicate product page but decide not to index it, meaning it’s been seen but will never show up in search results, versus a well-written, unique page on the same site that gets both crawled and indexed. You can check either page’s exact status directly in Search Console’s Pages report or with the URL Inspection tool.
Indexing and AI search
Only indexed pages are eligible to be cited in Google’s AI Overviews, since the system draws from the same underlying index rather than a separate database. Some AI chatbot systems (like ChatGPT’s live search or Perplexity) use their own crawlers and indexes, so being indexed by Google doesn’t automatically mean being eligible for citation there, each system’s crawler needs its own access, typically governed by your robots.txt rules for that specific bot.
FAQ
How do I check if my page is indexed?
Use the URL Inspection tool in Google Search Console, it shows the exact indexing status and, if excluded, the specific reason. A quick site: search on Google is a rough shortcut but far less reliable.
How long does indexing take after publishing?
It varies from hours to weeks depending on the site’s crawl frequency and authority. Submitting the URL through Search Console’s Request Indexing feature can speed it up but doesn’t guarantee a timeline.
Why does GSC say “Crawled, currently not indexed”?
Google saw the page but hasn’t decided to add it to the index, often due to perceived low value, duplication, or Google simply not prioritizing it yet. Improving content depth and internal linking to the page are the most common fixes.
Can a page be indexed but not ranked for anything?
Yes. Being indexed only makes a page eligible to appear in results; whether it actually ranks for any query depends on relevance and competition, entirely separate factors.
Related terms
“Crawled” and “indexed” are not the same status, stop treating them like they are. Check both separately before you decide a page’s ranking problem is actually a content problem.