Checks · url

Double Slash in URL

Warning url.multiple_slashes

What it means

The URL path contains a double slash, almost always from a template joining a path fragment that already had a trailing slash. It resolves to a different URL from the clean version.

How to fix it

Fix the template that builds the path, and 301 the double-slash URLs to their clean form.

Where to find it in Truelint

Open the Issues pane on the right of the workspace and select Double Slash in URL. 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/url.multiple_slashes