Checks · content
Low Text-to-HTML Ratio
Opportunity content.low_text_ratio
What it means
Very little of the page's payload is readable text. Often a sign of heavy templating or content that only appears after JavaScript runs.
How to fix it
Check the page renders its main content in the initial HTML. Truelint v1 does not execute JavaScript, so client-rendered text will not be seen here — or by any crawler that does not render.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Low Text-to-HTML Ratio. The grid filters to every affected URL and the detail pane shows the specific finding for each. Export the list with Export → Current view, or from the API:
GET /api/v1/crawls/{handle}/issues/content.low_text_ratio