Find broken links on websites
Crawl your website to find broken links and validate page content automatically

Copy prompt to run with your AI agent
Send this template to your email, or view it on your desktop for the source code.
Find broken links and validate website content
Automatically crawl your website, extract all links, and verify each one loads correctly. This template opens each link in a dedicated browser session, checks if pages load successfully, validates that content matches link text, and handles social media links appropriately. Process links in configurable concurrent batches for faster results. Perfect for QA, broken link detection, and website maintenance.
Steps
- Navigate to the target website and extract all links with their text
- Deduplicate links to avoid redundant checks
- Process links in configurable concurrent batches
- For each link: open in a browser session, verify page loads, and check if content matches link text
- Generate a comprehensive JSON with success/failure status for all links