A broken link checker sounds like a weekend project. Fetch a page, collect every <a href> , request each URL, and report anything that returns 404 . That approach works surprisingly well—until you point it at a real website.

Source: [Dev.to](https://dev.to/david1390/how-i-built-a-broken-link-scanner-for-large-websites-3622)

Sponsored