02 / evidence# fleet sweep · 2026-07-28
I ran it on everything I own first
Twelve deployed sites — games, shops, scrapers, a Slack app, the registry itself — audited on the same 13 checks, fixed, and audited again. This is the whole fleet, not the flattering half.
★ before / after · 12 sites · same 13 checksaverage 68.6 → 97.5
| site | before | after |
| index.kc-it.pl | A 100 | A 100 |
| kc-it.pl | E 48 | A 100 |
| 110kc3.github.io | C 79 | A 100 |
| …/polish-sweepstakes | A 93 | A 100 |
| …/rentgen-ofert | C 78 | A 100 |
| …/bankier-street-bets | C 73 | A 100 |
| przetargimiejskie.pl | D 69 | A 100 |
| …/puzle | D 67 | A 100 |
| …/pool-gliwice-automation | D 60 | A 100 |
| stareaparaty.com | E 54 | A 90 |
| protocolindex.eu | D 64 | A 90 |
| overtimelog.com | F 38 | A 90 |
| average | 68.6 | 97.5 |
// the three sites at 90 fail exactly one check: their CDN injects a managed AI-crawler block into robots.txt
// above the file in the repo. That is a dashboard setting, not a commit — reported as such rather than papered over.
Two things that sweep taught me, and that you are paying me to already know:
Unmeasured sites are the worst sites. Three of the twelve were invisible to my own collector — Cloudflare Pages projects with nothing in the repo naming the domain — and those same three were the three lowest scores in the fleet. Anything nobody audits drifts.
Most origin-level checks are inherited, so the per-page work is the <head>. llms.txt, robots.txt, sitemap.xml and /.well-known/agent.json resolve against the origin — fix them once and every page on the domain benefits. What is left per page is title, meta description, canonical, Open Graph and JSON-LD. Knowing which is which is the difference between an afternoon and a fortnight.