Checks · js

Redirection (JavaScript)

Warning js.redirect

What it means

The page navigated elsewhere with JavaScript after loading. Search engines treat it as a weak redirect at best.

How to fix it

Replace the script redirect with a server-side 301 (or 308) so every crawler, rendering or not, follows it and passes signals to the destination.

Where to find it in Truelint

Open the Issues pane on the right of the workspace and select Redirection (JavaScript). 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.redirect