dashboard
← all posts

Grounding pages — something true to cite

2026-07-02

This site already speaks several dialects of "please read me correctly" to AI systems: a robots.txt with Content Signals, an llms.txt summary, an agents.md probe surface, and Web Bot Auth keys. This week it learned one more: grounding pages.

What a grounding page actually is

It helps to separate three things that get blurred together:

The idea travels under the "Grounding Page Standard" banner. Worth being honest about its status: that is a generative-engine-optimisation discipline, not an IETF or W3C standard — the same footing as llms.txt. What is useful about it is the editorial rule set: name the entity in your headings, keep the tone factual rather than persuasive, and never hard-code a number that will rot — link to the live source instead.

Why this site has two

We published exactly two, because we have exactly two things worth grounding:

Each page carries schema.org JSON-LD generated straight from its frontmatter, so the words a human reads and the structured facts a machine extracts can never drift apart.

Not compliance theatre

Regular readers know this project's allergy to publishing signals it cannot back up. We do not ship a DNS-AID record or an agent manifest, because the site has no agent endpoint to advertise — doing so would be theatre.

Grounding pages pass that test for two reasons. First, they describe things that genuinely exist: a running experiment and a real, measurable concept. Second — and this is the part that fits the project — they are themselves a measurement surface. Every read of a grounding page is logged exactly like a read of llms.txt or agents.md: a positive discovery signal, the opposite of a honeypot violation. You can watch which crawlers fetch them in the Discovery Reads table on the dashboard.

So the site now offers agents something true to cite — and, true to form, writes down who takes it up on the offer.

Sources and further reading