Seeing "Discovered - currently not indexed" in Google Search Console? It's one of the most frustrating SEO issues.
What it means: Google found your page but decided not to index it (yet).
The problem: Your content isn't appearing in search results, even though Google knows it exists.
The good news: This is usually fixable. Let me show you how.
What "Discovered - Currently Not Indexed" Means
Google's process:
- Discovery: Found your URL (via sitemap, links, etc.)
- Crawl queue: Added to list of pages to crawl
- Decision: Decided not to crawl/index it yet
Why Google does this:
- Limited crawl budget
- Low perceived value
- Quality concerns
- Technical issues
Important: This is NOT a penalty. It's a prioritization decision.
Common Causes
1. Low-Quality Content
Issues:
- Thin content (under 300 words)
- Duplicate content
- Auto-generated content
- Little unique value
How to check: Read your page objectively. Would YOU find it valuable?
2. Low Crawl Budget
Issues:
- New or low-authority site
- Slow server response time
- Too many pages
- Infrequent updates
Impact: Google prioritizes other pages.
3. Poor Internal Linking
Issues:
- Orphan pages (no internal links)
- Deep in site structure (5+ clicks from homepage)
- Low PageRank
Impact: Google sees page as unimportant.
4. Technical Issues
Issues:
- Slow page load time
- Mobile usability problems
- JavaScript rendering issues
- Redirect chains
Impact: Google deprioritizes problematic pages.
5. New Pages
Reality: New sites or pages often wait in this status for weeks.
Timeline:
- New sites: 2-4 weeks normal
- Established sites: 1-2 weeks normal
How to Fix It
Solution 1: Improve Content Quality
Actions:
- Add more content: Aim for 1,000+ words
- Make it unique: Add original insights
- Add value: Answer user questions thoroughly
- Add media: Images, videos, infographics
- Update regularly: Keep content fresh
Example:
Before: 200-word product description
After: 1,500-word comprehensive guide with FAQs, comparisons, use cases
Solution 2: Build Internal Links
Strategy:
- Link from homepage
- Link from popular pages
- Link from related content
- Add to navigation/footer
Implementation:
<!-- Add to homepage -->
<section class="featured-content">
<h2>Latest Guides</h2>
<a href="/new-page">New Comprehensive Guide</a>
</section>
<!-- Add to related posts -->
<aside>
<h3>Related Articles</h3>
<a href="/new-page">Check out our new guide</a>
</aside>
Impact: Signals importance to Google.
Solution 3: Request Indexing
Steps:
- Go to Google Search Console
- Use URL Inspection tool
- Enter the URL
- Click "Request Indexing"
Limitations:
- Daily quota (~10-20 URLs)
- Not guaranteed
- Best for high-priority pages
Solution 4: Improve Page Speed
Actions:
- Optimize images: Compress, use WebP
- Minimize JavaScript: Remove unused code
- Enable caching: Browser and server-side
- Use CDN: Faster content delivery
Test:
curl -o /dev/null -s -w "Time: %{time_total}s\n" https://example.com/page
Target: Under 2 seconds
Solution 5: Build External Links
Tactics:
- Share on social media
- Reach out for backlinks
- Guest posting
- PR and outreach
Impact: External links signal value and trigger crawling.
Solution 6: Update Your Sitemap
Ensure:
- Page is in sitemap (see our creation guide)
- Accurate
<lastmod>date - No errors in sitemap
- Sitemap submitted to Search Console
Check:
<url>
<loc>https://example.com/your-page</loc>
<lastmod>2025-11-26</lastmod> ← Recent date
<priority>0.8</priority> ← High priority
</url>
Solution 7: Fix Technical Issues
Common fixes:
- Improve mobile usability
- Fix JavaScript errors
- Remove redirect chains
- Ensure HTTPS
- Fix broken links
Test in Search Console:
- Mobile Usability report
- Core Web Vitals
- Page Experience
Solution 8: Be Patient
Sometimes waiting is the answer:
- New sites: 4-8 weeks normal
- New pages: 2-4 weeks normal
- Low-priority pages: Can take months
When to wait:
- Content is good quality
- No technical issues
- Site is new
- Page isn't time-sensitive
Diagnostic Checklist
1. Content Quality
- [ ] Page has 1,000+ words
- [ ] Content is unique and valuable
- [ ] Includes images/media
- [ ] Answers user questions
- [ ] Better than competitors
2. Technical Health
- [ ] Page loads in under 2 seconds
- [ ] Mobile-friendly
- [ ] No JavaScript errors
- [ ] HTTPS enabled
- [ ] No redirect chains
3. Internal Linking
- [ ] Linked from homepage
- [ ] Linked from 3+ other pages
- [ ] In main navigation or footer
- [ ] Less than 3 clicks from homepage
4. Sitemap
- [ ] Page is in sitemap
- [ ] Sitemap has no errors
- [ ]
<lastmod>is accurate - [ ] Sitemap submitted to Search Console
5. External Signals
- [ ] Has at least 1 external link
- [ ] Shared on social media
- [ ] Mentioned in other content
What NOT to Do
❌ Don't Panic
Reality: This status is common and usually temporary.
❌ Don't Request Indexing Repeatedly
Problem: Won't speed things up, wastes your quota.
Better: Request once, then wait 1-2 weeks.
❌ Don't Delete and Recreate
Problem: Resets any progress Google has made.
Better: Improve the existing page.
❌ Don't Ignore Quality Issues
Problem: Google won't index low-quality content.
Better: Improve content first, then request indexing.
Monitoring Progress
Google Search Console
- Go to Coverage report
- Click "Discovered - currently not indexed"
- Monitor count over time
- Check individual URLs
Good sign: Count decreasing over time
Bad sign: Count increasing
Track Specific Pages
- Use URL Inspection tool
- Check status weekly
- Look for status changes
- Note any error messages
Success Timeline
Realistic expectations:
- Week 1: Implement fixes
- Week 2: Request indexing
- Week 3-4: Monitor for changes
- Week 4-8: Most pages should index
Factors affecting speed:
- Site authority
- Content quality
- Technical health
- Competition
Example Scenario: Fixing Discovered Pages
Hypothetical scenario: 50 blog posts stuck in "Discovered - not indexed"
Typical actions to take:
- Expanded thin content (300 → 1,500 words)
- Added internal links from homepage
- Improved page speed (4s → 1.2s)
- Built 5 external links per post
- Requested indexing for top 10 posts
Typical timeline (results may vary):
- Week 2: Some posts begin indexing
- Week 4: More posts indexed
- Week 8: Majority of quality content indexed
- Week 12: Most eligible posts indexed
Key learning: Combination of tactics works best. Individual site results depend on authority, content quality, and competition.
Next Steps
- Identify affected pages in Search Console
- Run diagnostic checklist for each page
- Implement fixes (content, technical, links)
- Request indexing for priority pages
- Monitor progress weekly
- Be patient - it takes time
Key Takeaways
- "Discovered - not indexed" is common - Not a penalty
- Multiple causes - Quality, technical, crawl budget
- Improve content quality first - Most important fix
- Build internal links - Signals importance
- Fix technical issues - Speed, mobile, errors
- Be patient - Can take 4-8 weeks
- Monitor progress - Track in Search Console
Bottom line: This status means Google found your page but hasn't prioritized indexing it yet. Improve quality, fix technical issues, build links, and be patient.
Need help diagnosing the issue? Analyze your sitemap to ensure your pages are properly configured for indexing.