Page Is Indexed But Has Zero Impressions in Search Console

Search Console says the page is indexed, but the Performance report shows it has never gotten a single impression. Here is what that actually means.

URL Inspection says “URL is on Google,” site: finds it, but the Performance report shows this URL with 0 impressions over 28 days. Meaning: Google indexed the page, but has never shown it to any user — not even at SERP page 50.

This isn’t “not indexed” — it’s a different state. Google decided “this page isn’t competitive enough to display for any query.” Almost always an intent / depth / freshness problem, not a technical one.

Symptoms

  • URL Inspection says “URL is on Google”
  • Performance report shows 0 impressions over 28 days
  • site:yourdomain.com/your-url returns the page
  • No manual action or coverage issue

Quick verdict

Indexed only means Google has the page in its index. It does not mean the page is competitive enough to be shown for any query yet. This is almost always an intent / depth / freshness problem, not a technical one.

Common causes

1. Targets a keyword cluster where Google already has many stronger alternatives

You wrote about “AI tools recommendations,” but the top 50 for that query are Forbes, TechCrunch, major company blogs — a new site has zero shot.

How to confirm: Search your target keyword and see what tier of sites populate the top 10. All high-authority = you need a more specific long-tail variant.

2. Title / H1 doesn’t match how anyone actually searches

You wrote “5 Modern AI Writing Techniques” but users actually search “how to write articles with AI.” Similar words, different search phrase → zero match.

How to confirm: Paste your title into Google. If your page isn’t even top 10, no one is searching that phrase.

3. Content too thin to enter any SERP top 100

Even if indexed, Google can decide not to deliver an under-thin page to any query.

How to confirm: Does your word count + unique signals hit the median of the top 10 for your target query? If not, no SERP placement.

Orphan pages can enter the index but Google won’t assign them ranking score for any query.

How to confirm:

rg -l 'href="/this-page/"' src/ | wc -l
# 0 = orphan; < 3 = weak signal

5. Brand new, Google hasn’t assigned stable ranking yet

New articles with 0 impressions for 2-4 weeks is normal. Beyond 8 weeks at zero is worth addressing.

6. Keyword misalignment (article is about something different)

The body is about A but the title / H1 / meta description all say B. Google won’t rank you for either A or B.

Shortest path to fix

Step 1: Paste your title into Google as a query

If your page isn’t in the top 5 results, your title doesn’t match how people search for this topic.

Example: title is “5 Modern AI Writing Techniques.” You search it and the top 5 are different pages about “writing articles with AI” or “ChatGPT writing.” You need to switch to real search wording.

Step 2: List long-tail variants with a Keyword tool

Open Google Keyword Planner / Ahrefs Keywords Explorer / Google Suggest (the autocomplete bar):

Enter “AI write,” see real volumes:

  • “AI write article” — 2200/mo
  • “AI writing” — 1800/mo
  • “how to write with AI” — 1100/mo
  • “AI writing tool” — 900/mo

Pick what you can realistically compete for (volume 100-1000, low/medium competition). New sites especially avoid 10k+ keywords.

Step 3: Rewrite title + H1 around the closest long-tail

Old: 5 Modern AI Writing Techniques
New: How to Start an AI-Written Article: 5 Opening Prompts That Don't Sound Like AI

The new version:

  • Includes the real search phrase “AI-written article”
  • Provides a unique angle (don’t sound like AI)
  • Implies concrete actionability (5 prompts)

Step 4: Audit body depth

Add:

  • An actual argument / original data
  • Your own tested examples
  • A FAQ section
  • Edge cases

Not word count padding — actual specific information density.

Anchors must include the target query:

For AI articles that don't read like canned text, see [How to Start an AI-Written Article](/articles/ai-writing-opening/) — the 5 prompt templates in particular.

Step 6: Resubmit via URL Inspection, wait 2-4 weeks

Ranking signals take time. After changes:

  • Within 1 week: occasional impressions may appear
  • 2-4 weeks: stable rankings emerge
  • 8 weeks: full effect

Don’t change title weekly hoping for instant impact.

When this is not on you

On a brand-new site, even well-written pages routinely sit at 0 impressions for 4-12 weeks before any traffic arrives. Patience first, structural changes second.

Easy to misdiagnose

  • “Google hates my page”: people change canonical / robots / sitemap — none affect ranking once indexed
  • More Request Indexing will boost rank: nope, it only refreshes the index entry
  • 0 impressions = deindexed: no. Deindexed = removed from index. 0 impressions = in index but never shown.
  • Sitemap resubmission boosts impressions: no. Sitemap affects discovery, not ranking.

Prevention

  • Before writing, pick a long-tail keyword you can realistically compete for given your site age
  • Always include the target phrase in title, H1, intro, and at least one H2
  • Every new article links from at least 2 existing strong articles in the same cluster
  • Validate search volume with Keyword Planner — there must be real demand

FAQ

Q: Does Request Indexing improve impressions? A: No. It refreshes the index entry but doesn’t affect ranking signals.

Q: How long should I wait before rewriting? A: 2-4 weeks for established sites, 6-12 weeks for brand-new domains. Active rewriting only after 8 weeks of zero.

Q: Is 0 impressions the same as deindexed? A: No. Deindexed = removed from index. 0 impressions = in index but never shown.

Q: Can paid ads “activate” organic rankings? A: No. Google Ads data and organic rankings are separate systems.

Tags: #SEO #Google #Search Console #Indexing #Troubleshooting #Impressions