IndexerNow

Coverage states

Fix: "URL is not on Google" in URL Inspection

updated 2026-05-28
The symptom

URL Inspection: "URL is not on Google. It cannot appear in search results."

TL;DR — the fix

This is URL Inspection's headline verdict for any URL that isn't currently indexed. The reason underneath it is what matters. Run 'Test live URL' to check it's crawlable and indexable right now, fix whatever's flagged, then request indexing or push it through the Indexing API.

"URL is not on Google" sounds final, but it's just the summary line URL Inspection shows for anything not in the index. The useful information is in the coverage details directly below it, and in the 'Test live URL' result. Read those and the path forward is usually obvious.

Read the details, not the headline

  1. Expand 'Page indexing' under the verdict — it shows whether Google has crawled the URL and what it concluded.
  2. Click 'Test live URL' (top right). This fetches the page right now and tells you whether it's currently crawlable and indexable, independent of Google's last cached view.
  3. Check three lines in the live test: 'URL is available to Google' (crawlable), 'Indexing allowed?' (no noindex), and 'User-declared canonical' vs 'Google-selected canonical' (no canonical conflict).

Common reasons and their fixes

  • Brand-new URL Google hasn't found — request indexing or submit via the Indexing API and make sure it's linked internally.
  • Crawled but not indexed — a quality/duplication problem; improve and differentiate the page.
  • Discovered but not crawled — a crawl-priority problem; add internal links and a crawl hint.
  • noindex or robots.txt block — remove the directive blocking it.
  • Canonical points to another URL — Google indexes that other URL instead; make the canonical self-referential if this page should be the one indexed.
'Test live URL' beats the cached verdict

The main verdict reflects Google's last crawl, which may be stale. If you just fixed the page, run 'Test live URL' — if it now says indexing is allowed and the canonical is clean, request indexing and the verdict will catch up.

IndexerNow runs on your own Google account, your own Cloud project, and your own quota — we never pool submissions through a shared account. Connect your GSC and push the URL through Google's Indexing API in two clicks.

Connect your own GSC and index now

Frequently asked

Does 'URL is not on Google' mean I was penalized?

No. It's the default status for any URL not currently in the index, including brand-new pages Google simply hasn't gotten to. Check the details underneath for the actual reason.

I clicked 'Request indexing' — why is it still not on Google?

Requesting indexing queues the URL; it isn't instant and isn't guaranteed. If the page has a blocking issue (noindex, canonical, thin content), fix that first or the request won't stick.

What's the fastest way to get a URL on Google?

Make sure it's crawlable and indexable, link to it from an already-indexed page, and push it through the Indexing API — the strongest crawl hint Google exposes. Then confirm with 'Test live URL.'

Related fixes