Checks · js
Links Only in Rendered HTML
Warning js.links_only_rendered
What it means
The page has internal links that exist only after JavaScript runs. Pages reachable only through them are discovered late, or not at all by crawlers that do not render.
How to fix it
Emit navigation and content links as real anchors in the server-rendered HTML.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Links 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.links_only_rendered