Checks · url

Repetitive Path

Opportunity url.repetitive_path

What it means

The same path segment appears twice (/blog/blog/post). Almost always a relative link resolved against the wrong base, and every such URL duplicates a real one.

How to fix it

Fix the relative link that creates it, and canonicalise or redirect the duplicate.

Where to find it in Truelint

Open the Issues pane on the right of the workspace and select Repetitive Path. 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.repetitive_path