Symptoms
Low word count vs very large DOM / HTML payload, repeated nav/footer blocks on every page, huge inline JSON, or content buried behind client-side rendering.
/radar/domains/DOMAIN pages.If token bloat is high, you usually have a “UI-heavy” DOM with relatively little main content. This is often worse on JS apps where the rendered DOM includes lots of repeated components.
Low word count vs very large DOM / HTML payload, repeated nav/footer blocks on every page, huge inline JSON, or content buried behind client-side rendering.
Move primary content earlier in the DOM, reduce duplicated boilerplate, remove unnecessary inline data, and ensure server-rendered primary text exists without JS.
Token bloat is exposed in JSON reports under a dedicated field (name may evolve; use the report JSON as source of truth).
curl -s "https://seodiff.io/radar/domains/airbnb.com?format=json" | jq '.token_bloat_ratio'