Checks · url
Uppercase in URL
Opportunity url.uppercase
What it means
The URL path contains uppercase characters. Paths are case-sensitive on most servers, so the lowercase version is a different URL that may serve the same content.
How to fix it
Standardise on lowercase URLs and 301 the mixed-case variants to them.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Uppercase 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.uppercase