ShieldFont disrupts AI scrapers by serving them nonsense while humans read normally

1 hour ago 2



Two designers got tired of watching AI companies hoover up the entire internet for training data and decided to fight back with, of all things, a font. ShieldFont, created by Isaque Seneda and Gabriel Abrucio, renders perfectly readable text for human visitors while embedding subtly altered, meaning-mangled words in the underlying HTML that scrapers actually parse. How the trick works ShieldFont exploits a feature baked into modern font technology called OpenType ligature and glyph substitution. In plain terms, the font file tells the browser to display one set of characters while the source code underneath contains entirely different words. When a human looks at the page, their browser renders the intended text. When a scraper reads the raw HTML, it pulls the swapped-in gibberish instead. The system swaps roughly 24.4% of all words on a protected page, which translates to about 45.8% of content words, the ones that actually carry meaning. That’s enough to thoroughly corrupt any dataset built from the scraped material. According to the project’s white paper, titled “The Consent Layer” and released on July 30, 2026, over 90% of pages using ShieldFont get flagged and rejected by auto...

Read Entire Article