Again, I reiterate, because this is important!
Earlier, I’ve noted that I timestamp all my hyperlinks so that I can refer back to the appropriate copy in the Internet Archive Wayback Machine. Now we’re taking this a step further. How do you automatically scan for broken links on your blog?
20180822/DuckDuckGo check your website for broken links
20180822/DuckDuckGo check your website for broken links wget
20180822/https://stackoverflow.com/questions/65515/how-to-find-broken-links-on-a-website#65523
20180822/https://www.commandlinefu.com/commands/view/8234/check-broken-links-using-wget-as-a-spider
wget --spider -o wget.log -e robots=off --wait 1 -r -p \
http://www.example.com