BRYME TECH
SEPTEMBER 2026 · THE TOOL DESKPractical technology. No theatre.
THE BRYME

Practical guide · verified against the real thing

How to check if Google has indexed a page

In one line: The ten-second test, the definitive test, and the five reasons a page stays out of Google even when everything looks fine.

Every site owner eventually plays this game: you publish a page, search a phrase from it, and nothing comes back. Before assuming the worst, work down this list — it is ordered by speed, and it is the same order we use on this very site.

The ten-second test: the site: operator

Search site:yourdomain.com/your-page/. If the URL appears, the page is indexed. Two honest caveats: the number of results site: reports is a fuzzy filter, not a reliable count, and appearing under site: says nothing about where the page ranks. It answers "is it in?", never "is it visible?"

The definitive test: URL Inspection

Google Search Console's URL Inspection tool is the only authoritative answer. Paste the full URL and read the verdict: "URL is on Google" means indexed; "URL is not on Google" comes with a reason — noindex, crawl blocked, duplicate (Google chose another canonical), or simply not crawled/processed yet. That reason field is the whole game; it converts guessing into a todo.

The five usual suspects

1. The page says noindex. Check the <meta name="robots"> tag and the X-Robots-Tag HTTP header — either can block indexing, and a staging-to-production slip is the classic cause. 2. robots.txt blocks crawling. Subtle but real: a blocked page can still appear in Google "without content" because a link gave Google the URL; blocking is not noindexing, and combining both is a well-known trap. 3. The canonical points elsewhere. If the page declares (or Google infers) a preferred version, duplicates get consolidated — Search Console says "Google chose a different canonical". 4. It is simply new. Crawling and processing take time on young sites; patience plus a submitted sitemap beats frantic republishing. 5. Google saw it and declined. "Crawled — currently not indexed" and "Discovered — currently not indexed" in the Pages report usually mean quality/thinness signals, not a penalty. The fix is honest: make the page substantially useful and linked from your own navigation.

Indexed is not ranked

Indexing is entry to the library, not a seat at the front. Once a page is "on Google", ranking is a separate, slower contest — which is why we track indexing in batches on this site rather than refreshing hourly, and why our sitemap and IndexNow routine is about speed of discovery, not about rank.

Quick hygiene that prevents the mystery

Keep one canonical domain (decide www vs non-www and redirects once); never ship noindex on templates; submit sitemaps and read the Pages report monthly; and check that staging subdomains are blocked at the server, not just unlinked. For how the domain and DNS layer underneath works, see custom domains and DNS order — and if your pages are fine in Google but invisible in AI answers, that is a different (newer) problem: how to get cited by AI search tools.

Sources

Next

Related on this desk.