Indexing

Crawled — Currently Not Indexed: What It Means and How to Fix It

Empty gold picture frames in a dark hall, one frame holding a faint ghost of a website
Google can fetch a page and still decline to list it. The frame exists; the exhibit does not.

Search Console’s Crawled — currently not indexed status is the most misread line in the whole product. People treat it like a technical error. Sometimes it is. More often Google is telling you, politely, that the page is not worth keeping.

Three Google index states Not crawled Google has no path to the URL yet Crawled, not indexed Fetched, then dropped as not worth listing Indexed Eligible to rank for some query
The three states. Only the right-hand box can rank. Search Console’s “Crawled — currently not indexed” is the middle box.

First: are you even supposed to index this URL?

Thank-you pages, cart steps, faceted filters, print views, and parameter copies of the same article should not be in the index. If that is what you submitted, the status is Google doing you a favour. noindex those and stop requesting them.

If it is a real commercial or article URL, keep going.

Rule out the fatal three

  1. noindex. View source. Search for noindex. Theme headers and security plugins hide this in production more often than anyone admits.
  2. Canonical to a different URL. If this page canonicalises to the homepage or to a similar post, Google will drop it as a duplicate. That is working as designed.
  3. Soft 404. The URL returns 200 with “page not found” copy, or almost no content. Google treats that as a 404 even when the status code is polite.

A noindex checker and a canonical checker catch the first two in seconds. Soft 404 you still have to look at with your eyes.

The usual real cause: the page is thin or duplicated

Google does not index every URL it can fetch. A 90-word location page that repeats the homepage, a product with a manufacturer’s generic blurb, a “category” that is five lines of lorem — those get crawled and discarded. You will not request-index your way out of that.

Fix:

  • Write something only this URL can say. Specifics, photos you own, FAQs you actually get asked.
  • Merge near-duplicates into one URL and 301 the rest.
  • Give it an internal link from a page that already ranks, with an anchor that names the topic.

Then ask again — once

URL Inspection → Request indexing. Do not hammer it daily. Crawl budget on a small site is not the bottleneck; uniqueness is.

Run the live SEO checker on the URL before you resubmit. If the checker still shows noindex, a cross-page canonical, or under 200 words, Search Console will keep saying the same thing.

Frequently asked

Is “Crawled — currently not indexed” a penalty?

No. It means Googlebot retrieved the URL and chose not to add it to the index. Thin, duplicate, or low-value pages get this constantly. It is a judgement, not a manual action.

How long should I wait after fixing the page?

Request indexing in Search Console after you have actually changed the content. Recheck in a week. If nothing changed on the page, requesting again does nothing.

Can a sitemap force indexing?

No. A sitemap is a suggestion. Google still decides. Listing a thin URL in a sitemap can even waste crawl budget.

Keep reading