Checks · url

Space in URL

Warning url.space

What it means

The URL path contains a space (encoded as %20). It works, but it breaks when pasted into plain text and reads badly in results.

How to fix it

Use hyphens in place of spaces.

Where to find it in Truelint

Open the Issues pane on the right of the workspace and select Space 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.space