Checks · js

Content Only in Rendered HTML

Warning js.content_only_rendered

What it means

The raw HTML is nearly empty and the content appears only after JavaScript runs. Indexing depends on rendering, which is slower, rationed, and skipped by every non-Google crawler and AI system.

How to fix it

Server-side render or pre-render the main content.

Where to find it in Truelint

Open the Issues pane on the right of the workspace and select Content Only in Rendered HTML. 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/js.content_only_rendered