This workflow automates the process of monitoring and reporting broken links on your website. Scheduled to run weekly every Tuesday at midnight, it fetches the sitemap or a list of website URLs using an HTTP request, then checks each link’s HTTP status. Links returning a 404 status are filtered as broken links. The workflow compiles a list of these broken URLs and sends an alert to a Slack channel for the web team to review. Valid links are ignored, making this an efficient way to maintain website integrity without manual effort. Ideal for website administrators and content managers, this automation ensures quick detection and response to broken links, enhancing user experience and SEO health.
Weekly Website Link Checker with Auto Alerts for Broken URLs
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | cron, function, httpRequest, if, noOp, slack, stickyNote |
Reviews
There are no reviews yet.