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'
Explore more AI-readiness metrics for your site.
Detect robots.txt, WAF, and blocklists that prevent AI crawlers from fetching your pages.
Audit structured data presence and discover which schema.org types to add for richer AI citations.
See how the world's top sites rank on AI-Crawler visibility in the live ACRI leaderboard.
Continuous monitoring of 100k+ domains. Compare performance, track trends, benchmark against competitors.