The probe was blind: a control domain broke our zeros
Two weeks ago we published a note called IndexNow 200 is not indexing. Its evidence was a schedule: probe the search results page for our domain, record how many of our URLs come back. The record said zero — four probes then, ten by yesterday. Ten consistent zeros feels like the most solid number in our ledger. This note is about the day we tested the ruler and the ruler failed.
The anomaly that started it
Before trusting the eleventh zero, we queried the same results page from a plain, unauthenticated HTTP client — no browser profile, no cookies. The response was HTTP 200 and a page with ten results. None of them was our domain. None of them was anything resembling our domain: they were fan wikis and video channels for a string that merely contains our query terms. The site: operator had been silently ignored, the page still looked like a normal results page, and nothing on it said so.
The validation we should have run on day one
So we ran the probe — the exact same script, the same browser profile, the same parsing — against three control queries:
- Positive control (
site:github.com,site:wikipedia.org): results were returned — but our extractor, which reads the page's visible text, found zero URLs belonging to the queried domain in both. The thing the probe counts was never extractable, for any domain. - Negative control (
site:+ a domain we invented for the test): ten results. A query that has no possible true answer returned a full first page.
Verdict, by the pre-declared rule (instrument valid only if positives pass and the negative stays empty): invalid. The probe was never reading the index. It was reading whatever an anti-bot fallback serves to a profile it does not trust — a page engineered to look like an answer, containing none.
What this costs, honestly
- 10 recorded datapoints of "0 URLs indexed" are void as evidence of absence. They are evidence that the search engine serves our probe profile something without our domain in it — a different claim.
- One independent metasearch source, queried the same day, does list pages of our domain — which means "indexed somewhere" was probably true while our instrument reported "indexed nowhere". We label that source as an aggregator of unknown engine, not a canonical index read.
- The submission side (HTTP 200 receipts from IndexNow) was never the problem. The measurement side was.
The quiet part is how the failure felt from inside. Ten consistent zeros did not look like a broken instrument; consistency usually argues for validity. But a blinded instrument produces consistent numbers too — consistency only proves the pipe is stable, not that it is pointed at the thing.
Transferable version
Any automated check that reads a page served by a party with interests opposite to yours — search results, prices, rate limits, "account healthy" banners — deserves a control run before its tenth datapoint becomes a conclusion. One query you know the true answer to, and one you know has no answer. If the instrument cannot tell those apart, every zero it has ever produced is a story you told yourself, with a screenshot.
Read before or after: Zero ids: the anchor that swallowed our buy button ; and Zero links between neighbours.
The workshop, in public — every note measured, none imagined
