URL Is Not on Google: How to Diagnose and Fix It

No Comments
Url is not on google: how to diagnose and fix it

What this check flags

This check fires when a URL simply isn't in Google's index — a site: search returns nothing for it, and URL Inspection reports "URL is not on Google." The stakes are absolute: a page that isn't indexed can't rank, can't appear for any query, and earns exactly zero organic traffic no matter how good it is. This is the broadest of the not-indexed checks — the symptom, not yet the diagnosis.

A real example, and the fix

A client swore their new services page had been live for three weeks and was "getting no traffic." A site:example.com/services search returned nothing. URL Inspection said "URL is not on Google," and the detail line read: "Excluded by 'noindex' tag." Someone had launched the page with a staging leftover in the head:

<meta name="robots" content="noindex, nofollow">

That one tag told Google to keep the page out of the index — which it dutifully did. The page wasn't skipped on quality; it was explicitly forbidden. The fix was deleting the tag:

<meta name="robots" content="index, follow">
<!-- or simply remove the robots meta entirely -->

Then request indexing in URL Inspection. Within a couple of days the page was on Google and pulling impressions. The takeaway: "URL is not on Google" always has a specific cause underneath — the inspection detail line names it. Read that line before you do anything else.

The causes behind "not on Google"

This check is a bucket. URL Inspection's detail line tells you which of these you're actually dealing with — and each has a different fix.

Inspection detailCauseFix
Excluded by 'noindex' tagA robots meta or header blocks indexingRemove the noindex, request indexing
Blocked by robots.txtCrawler can't fetch the pageUnblock the path in robots.txt
Alternate page with proper canonicalGoogle indexed a different canonicalFix or accept the canonical choice
Crawled — currently not indexedIndexable but skipped on qualitySee Indexable URL Not Indexed
Discovered — currently not indexedKnown but not yet crawledImprove crawlability & internal links
Not found (404) / Soft 404Page doesn't return valid contentFix the response or the URL

Don't guess. The inspection detail turns "not on Google" from a mystery into a named problem with a known fix.

How to detect it on your own site

  1. Run a site: search. Search site:example.com/your-page-path in Google. No result is a strong signal the URL isn't indexed — but it's a hint, not proof, so confirm with inspection.
  2. Use URL Inspection. The authoritative check. Paste the URL into Search Console's URL Inspection tool. "URL is not on Google" plus the detail line tells you both the status and the reason.
  3. Read the Page Indexing report. The Page Indexing report groups every non-indexed URL by reason, so you can spot whether it's one page or a whole pattern.
  4. At scale, use the Inspection API. For hundreds of URLs, the GSC URL Inspection API pulls indexing status in bulk instead of pasting URLs one by one.

How to fix it

  1. Read the inspection detail first. Every fix below depends on knowing which cause you have. Get the detail line, then act.
  2. Remove indexing blocks. If it's a noindex tag or a robots.txt disallow, lift the block. These are the fastest wins — the page was eligible, something just forbade it.
  3. Fix canonical conflicts. If Google chose a different canonical, decide which URL should win and make the canonical and internal links agree. See the canonical tags reference.
  4. Address quality if it's "crawled/discovered not indexed." That's a value verdict, not a block — improve the content and internal linking, then request indexing.
  5. Confirm the page returns 200 and is in your sitemap. A 404, soft 404, or an orphaned URL Google never discovered won't index. Make sure it's reachable and submitted.
  6. Request indexing, then verify. After the fix, use "Request indexing" once and re-inspect after a few days to confirm it's on Google.

Common mistakes

  • Treating "not on Google" as one problem instead of reading the detail line for the actual cause.
  • Requesting indexing repeatedly while a noindex tag or robots block is still in place — you're asking Google to index a page you're still telling it to skip.
  • Trusting a site: search as definitive; it's a hint, and URL Inspection is the source of truth.
  • Assuming a brand-new page should already be indexed — discovery and crawl take time.

FAQ

How is this different from "Indexable URL Not Indexed"?

"URL is not on Google" is the broad symptom — the page isn't in the index, for any of several reasons. Indexable URL Not Indexed is the specific case where the page passed every technical gate and Google still chose not to index it on merit. One is the umbrella; the other is a particular cause under it.

Is a site: search enough to confirm a page isn't indexed?

It's a strong hint but not proof. site: results can be incomplete or lag. Use URL Inspection in Search Console for the authoritative answer.

My page is brand new. Should I worry it's not on Google yet?

Not immediately. New pages need to be discovered and crawled first, which can take days. Make sure it's in your sitemap and linked internally, request indexing, and give it time before treating it as a problem.

I removed the noindex tag — how long until it's indexed?

Usually days after Google re-crawls. Request indexing to speed the re-crawl, then re-inspect. If it's still absent after a week, check for a second block like robots.txt or a canonical pointing elsewhere.

Could a canonical tag be why my page isn't on Google?

Yes. If your page canonicalizes to a different URL, Google indexes that other URL and reports yours as "Alternate page with proper canonical." Check the canonical is self-referencing if you want this specific URL indexed.

Claude Vincent is a technical SEO consultant focused on crawlability, rendering, and AI-search visibility. He writes the field guides and case studies at SEO ProCheck, with a bias toward the durable, unglamorous work that decides whether search engines and AI answer engines can actually read and cite a site.

About SEO ProCheck

Technical SEO consulting and GEO strategy with 20 years of enterprise experience. Case studies, resources, and tools for search and AI visibility.

Work With Me

Technical SEO audits, GEO strategy, site migrations, and international SEO. Hourly consulting for teams who need hands-on support, not just reports.

Subscribe to our newsletter!

More from our blog