How to tell if a page is indexed on Google?
What the URL Inspection tool shows beyond a basic status
The URL Inspection tool in Search Console gives significantly more information than just 'indexed/not indexed'. It shows: the last time Google crawled the page (which tells you how frequently your site is being recrawled), the canonical Google has assigned (which may differ from your intended canonical if Google has decided a different URL is the primary version), how Google rendered the page (including a screenshot of what Googlebot actually saw, which can reveal JavaScript rendering issues invisible in a browser), and specific structured data parsed from the page, with any errors flagged.
Testing the live version vs the cached version
The URL Inspection tool has two modes: checking the indexed version (what Google currently has stored) and testing the live version (what Googlebot would see if it crawled right now). If you've recently updated a page, the indexed version may be outdated โ testing the live version confirms whether your changes have been implemented correctly and whether they would pass Google's current requirements. This is particularly useful after fixing a noindex error: test the live version first to confirm the fix is working before requesting Google re-crawl and re-index it.
Using the site: operator without Search Console
For a quick check without needing Search Console access, the site: operator in Google is the fastest option. Type site: immediately followed by the full URL (no space), for example: site:example.com/my-article. If the page appears in the results, it's indexed. If nothing appears, it likely isn't โ though the site: operator can occasionally miss pages that are technically indexed, so a negative result from the operator should be confirmed in Search Console if you have access. For brand-new pages, it can take hours to days after indexing before the site: operator reliably shows them.
Key Takeaways
- URL Inspection in Search Console shows crawl date, canonical, rendered screenshot, and structured data.
- Test the live version after making changes to confirm fixes are implemented before requesting recrawl.
- The site: operator is quick but can miss pages โ confirm negatives in Search Console.