May 22, 2026 · 3 min read
How to fix the 'Discovered – currently not indexed' error in 14 days
Step-by-step playbook to push pages out of Google's 'Discovered - currently not indexed' purgatory. Diagnose the cause, apply the right fix, verify resolution.
By Imad Benzrak · Founder, Rapid Indexer
Discovered – currently not indexed is the most frustrating Google Search Console status. Google knows your URL exists. It just hasn't crawled it yet — and it's not telling you when (or if) it will.
This isn't an error in the traditional sense. Google's crawler has finite budget; not every discovered URL gets crawled immediately. But it's still a problem: pages stuck here drive zero organic traffic.
Here's the actual playbook to push pages out of this status.
Understand the status precisely
Search Console has four "not indexed" categories. Each needs a different fix:
| Status | What it means | Fix priority |
|---|---|---|
| Discovered – currently not indexed | Google found the URL but hasn't crawled it | High — actionable |
| Crawled – currently not indexed | Google crawled but decided not to index (often quality/duplicate) | Medium — content fix needed |
| Page with redirect | URL redirects to another page | Often expected — check redirect target |
| Excluded by 'noindex' tag | Page has explicit noindex meta | Easy — remove the tag |
The fixes below target the FIRST status only. If you're in one of the others, the approach differs.
Cause #1 — Thin content
Google deprioritizes crawl on pages with less than ~300 words of unique text. Pages with minimal product descriptions, duplicate boilerplate, or auto- generated category listings get pushed to the back of the queue.
Fix: expand the content. For products, write 250+ words of unique description. For category pages, add an intro paragraph explaining what's in the category. For blog posts, ensure body length is at least 500 words.
Cause #2 — Weak internal linking
Pages with zero or minimal internal links from already-indexed pages get treated as "low priority discoveries." Google reasons: if even YOU don't link to this page from your important pages, it's probably not important.
Fix: add internal links from your highest-authority pages (homepage, top blog posts, footer) to the stuck URL. 2-3 contextual links is enough.
Cause #3 — Crawl budget exhaustion
If your site has thousands of low-value URLs (faceted search, paginated archives, parameter variants), Google may exhaust its crawl budget on those before reaching your important content.
Fix: in robots.txt, disallow the low-value patterns:
User-agent: *
Disallow: /search?
Disallow: /tag/page/*
Disallow: /?sort=
Be careful — overly aggressive blocking can hide content you DO want indexed.
Cause #4 — Marketplace URL (Etsy, Amazon, etc.)
If the URL is on a marketplace, you can't fix this through Search Console (you don't own the domain). Google's crawler decides when to visit Etsy/ Amazon listings based on signals it controls — not anything you can directly influence.
Fix: use the satellite-page method (described in our Etsy URL submission guide). A satellite page on an owned DR-domain with a canonical link delegating to your marketplace URL gives Google a strong "please crawl this" signal it would otherwise lack.
Cause #5 — Brand-new shop / domain
Brand-new domains face a "trust onboarding" period where Google crawls sparingly to evaluate whether the site is legitimate. Even high-quality content on a new domain can sit in "Discovered" for 4-12 weeks.
Fix: time + external signals. Get a few inbound links from established sites (a guest post on a niche blog, mentions on Reddit, Pinterest pins). Each external signal accelerates trust-building. Don't buy links — quality of signal matters more than quantity.
When to give up
If a URL has been "Discovered" for more than 30 days despite applying all fixes, the URL is probably not going to index naturally. Causes are usually:
- Page quality genuinely below Google's threshold
- Duplicate of another already-indexed URL
- Niche/topic Google considers low-demand
Either improve the page substantially (rewrite, add value) or accept that some URLs won't index. Not every page can or should be in Google's index.
After indexation — track CTR
Once a URL moves from "Discovered" to "Indexed," your next priority is ranking. Watch Search Console's Performance report for impressions on the URL. If it's getting impressions but no clicks, the listing/title/meta description needs work. If it's getting clicks but ranking deep, that's a backlink-building project (different problem).
Indexation is the prerequisite. It's not the goal.