Google Search Console 101: How to Use the URL Inspection Tool
- Harold Bell

- Jul 24
- 6 min read
Updated: Jul 31

Key takeaways
|
Every indexing mystery on a site I manage gets the same first move. Paste the URL into the inspection bar at the top of Google Search Console and read what comes back. In more than 16 years of doing this work, no free diagnostic has replaced it, and most teams use about a fifth of what it shows.
This guide covers the whole instrument, the verdicts, the live test, the request button, and the debugging workflows that turn one search bar into an indexing lab.
What is the URL inspection tool
It is the diagnostic in Google Search Console that reports how Google sees a single URL, including whether it is indexed, when it was last crawled, which canonical Google selected, and how the page rendered. It reads from Google’s index directly. |
You reach it through the search bar at the top of every Google Search Console screen. Paste any URL on a property you own and the tool returns Google’s file on that page. The critical thing to understand is what you are reading. This is not a simulation or a best guess. It is the index record, which makes it the ground truth that settles arguments every other report only hints at.
What does each verdict mean
URL is on Google means indexed and eligible to appear in results. URL is not on Google splits into exclusion reasons, most commonly crawled currently not indexed, discovered currently not indexed, noindex, and canonical selection. Each reason names a different problem. |
URL is on Google. Indexed and eligible. Check the user declared versus Google selected canonical fields anyway, because a mismatch means Google is crediting a different URL than you intended.
Crawled currently not indexed. Google visited and declined. This is a content and signals verdict, and my full guide to fixing crawled currently not indexed covers the recovery.
Discovered currently not indexed. Google knows the URL and has not visited. A queue position problem, covered in my guide to fixing discovered currently not indexed.
Excluded by noindex or robots.txt. You told Google to stay out, intentionally or not. Migrations leave these behind constantly, and this verdict finds them in seconds.
Alternate page with proper canonical or duplicate. Google folded this URL into another one. Fine when intended, a quiet equity leak when not.
How do you use Test Live URL
Test Live URL fetches and renders the page as it exists right now, independent of the index record. Use it to confirm a fix worked before requesting indexing, and to catch rendering problems the cached record predates. |
The main inspection result can be weeks old, which makes it useless for verifying yesterday’s fix. The live test closes that gap. Run it after removing a stray noindex, repairing a canonical, or moving content out of an embed, and open the rendered HTML in the result to confirm your critical copy actually appears. If your text lives in client side JavaScript or an embedded widget, this screenshot is where you find out Google sees a shell, a lesson that pushed every SEO critical element on this site into native text elements LLMs and crawlers can read.
How do you request indexing from the tool
After inspecting a URL, click Request Indexing. The page enters a priority crawl queue, and pages with real changes and live inbound links typically get recrawled within hours to days. Requests on unchanged pages accomplish nothing. |
Google’s own recrawl documentation is blunt that requesting does not guarantee inclusion, and that is the right expectation. The button changes timing, not judgment. The full playbook on when requests help and when they get ignored lives in my guide to requesting indexing in Google Search Console, but the short version fits in a sentence. Change the page, ship the links, then request once.
What debugging workflows should you run with it
The three highest value workflows are canonical conflict hunting, post migration noindex sweeps, and pre publish verification that a new page renders completely. Each one turns a vague traffic mystery into a named, fixable defect. |
Canonical conflicts are the sneakiest. When a page underperforms despite being indexed, compare the user declared and Google selected canonicals. A disagreement means your signals are split across URLs, the exact dual resolution problem that quietly taxes equity until someone inspects. Migration sweeps are simpler. Inspect a sample of your most important pages the week after any redesign, because stray directives ride along with template changes more often than anyone admits.
Does Bing have a URL inspection tool
Yes. Bing Webmaster Tools includes its own URL inspection with index status, crawl details, and SEO checks for Bing’s index, which feeds ChatGPT search and Copilot. Diagnosing only on Google covers half your retrieval surface. |
The Bing version answers the same questions against a different index, and that index has a different downstream audience. A page indexed on Google and missing on Bing ranks in one world and is invisible to Copilot and ChatGPT retrieval in the other. My complete Bing Webmaster Tools guide covers the Bing inspection workflow, and the engine by engine sequencing lives in my guide to getting your website indexed by Google and Bing.
Want a second set of eyes on a confusing verdict? Inspection screenshots are the fastest artifact to diagnose from. Book 30 minutes with MQL Magnet and bring the URL that is driving you crazy. |
Frequently asked questions
What is the URL inspection tool in Google Search Console?
It is the diagnostic that shows how Google sees one specific URL, including index status, last crawl date, the canonical Google selected, mobile usability, and rendering
details, read directly from Google’s index.
How do I use the URL inspection tool?
Paste a full URL into the search bar at the top of Google Search Console. The tool returns the index record. Use Test Live URL to check the current page, and Request Indexing after making changes.
What does URL is on Google mean?
The page is indexed and eligible to appear in search results. It does not guarantee rankings or traffic, and you should still verify that Google’s selected canonical matches the one you declared.
What does URL is not on Google mean?
The page is not in the index. The tool lists the reason, such as crawled currently not indexed, discovered currently not indexed, a noindex directive, robots.txt blocking, or canonical consolidation into another URL.
What is the difference between the index record and Test Live URL?
The index record shows what Google stored at its last crawl, which can be weeks old. Test Live URL fetches and renders the page right now, which is how you verify fixes before requesting a recrawl.
How often can I use Request Indexing?
Google allows a limited number of requests per property per day and does not publish the exact quota. Spend them on changed priority pages rather than resubmitting unchanged URLs, which Google says is unnecessary.
Why does the URL inspection tool show a different canonical than mine?
Google selects the canonical it believes is correct based on signals like internal links, redirects, and content similarity. A mismatch with your declared canonical means your signals disagree and need consolidation.
Can the URL inspection tool show rendering problems?
Yes. Test Live URL includes a rendered screenshot and the processed HTML. Content missing from that render, which is common with heavy client side JavaScript and embeds, is content Google cannot reliably index.
Does the URL inspection tool work for any website?
Only for properties verified in your Google Search Console account. You cannot inspect URLs on sites you do not own or manage.
Is there a URL inspection tool for Bing?
Yes. Bing Webmaster Tools includes URL inspection for Bing’s index, which supplies ChatGPT search and Copilot retrieval, so serious indexing diagnosis checks both engines.




Comments