Checks · redirect

Temporary Redirect (302/307)

Warning redirect.temp_internal

What it means

An internal URL uses a temporary redirect. Search engines treat these as provisional and may keep the old URL indexed.

How to fix it

If the move is permanent, return 301 or 308 instead. Keep 302 only for genuinely temporary redirects such as A/B tests.

Where to find it in Truelint

Open the Issues pane on the right of the workspace and select Temporary Redirect (302/307). 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/redirect.temp_internal