For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check links

Find broken or failing links on a page or inside an Element.

Broken links waste journeys and hide content. Check links requests the links on the page (or inside an Element) and fails when their responses do not match the status rule you set.

Use the Flow Builder for this walkthrough.

1

Open the page

Start with Open. Continue until every link you want checked is on screen.

2

From the Check family, add Check links.

  1. Set Links Types to All Links, Internal, or External.

  2. Set Target Area to Entire Page, or Inside Element when you only want links in one region (choose the Element).

  3. Set Status to the rule that should pass. The default is No Errors (400-599).

3

Run and review failures

Start the Run. Open the step in the result to see which links failed the status rule.

Status options

Status
Passes when

All OK (200)

Every link returns 200

All Successful (200-299)

Every link returns a 2xx response

No 404 Errors

No link returns 404

No 400 or 404 Errors

No link returns 400 or 404

No Client Errors (400-499)

No link returns a 4xx response

No Server Errors (500-599)

No link returns a 5xx response

No Errors (400-599)

No link returns a 4xx or 5xx response (default)

Pro tip: Use Inside Element on nav, footer, or a content block when the full page has third-party links you do not own.

Last updated