The URL Inspection Tool in Google Search Console (GSC) is a powerful feature that helps you debug indexing, rendering, and canonicalization issues for specific pages on your site.
🔍 What It Does
The tool shows how Googlebot sees your page and whether it:
-
Is indexed
-
Can be crawled
-
Is mobile-friendly
-
Has any rendering issues
-
Follows the right canonical URL
🛠️ Step-by-Step: How to Use It
✅ 1. Open URL Inspection Tool
-
Go to Google Search Console
-
Select your property
-
Use the search bar at the top to paste the full URL you want to inspect.
✅ 2. View Index Status
Once the URL loads, you'll see:
-
✅ URL is on Google (or ❌ Not indexed)
-
Crawl date
-
Sitemap association
-
User-declared canonical vs. Google-selected canonical
-
Mobile usability status
📌 If it's not indexed, look for reasons like:
-
noindex
tag -
Crawl errors
-
Redirects
-
Blocked by robots.txt
✅ 3. Click “View Crawled Page”
This opens two tabs:
-
HTML: The raw HTML Googlebot saw
-
Screenshot: How Google rendered the page
Use this to find issues like:
-
Missing or broken content
-
Render-blocking JavaScript
-
Page elements not loading
✅ 4. Test Live URL
Click “Test Live URL” to force GSC to crawl the page again in real time. This bypasses cached results.
Useful for:
-
Testing after fixing an issue
-
Checking how current the indexed page is
✅ 5. Request Indexing (If Needed)
If you've fixed issues or updated the page, click “Request Indexing” to ask Google to recrawl it.
Note:
-
You can only request indexing for a limited number of URLs per day.
-
This queues the page for reprocessing — not instant indexing.
🚩 What to Watch For
Problem Area | What to Look For |
---|---|
Indexing issues | noindex , crawl errors, canonical mismatch |
Rendering problems | Blank screenshots, missing dynamic content |
Mobile usability errors | Font size, tap targets, viewport issues |
Canonical URL mismatch | Google ignoring your canonical |
Structured data | Validation errors in schema |
✅ Bonus Tip: Use in Debugging
When fixing SEO issues:
-
Check how Googlebot renders JavaScript-heavy pages.
-
Debug why a page is not being indexed despite internal linking.
-
Compare canonical URLs to diagnose duplicate content issues.
🧠 Summary
Feature | Use Case |
---|---|
URL status | See if page is indexed |
Crawl info | Check last crawl, errors, sitemap |
Live test | Force a real-time crawl |
Screenshot & HTML | See how Google renders your page |
Canonical info | Verify self vs. Google canonical |
Request indexing | Trigger re-crawling after a fix |