Scheduled Scans and Alerts Estimated reading: 2 minutes 63 views Summary: Put your link maintenance on autopilot. Configure automated background scans on a Daily, Weekly, or Monthly basis, and receive email alert digests whenever new issues are detected. Manually triggering scans is useful for real-time verification, but maintaining a healthy site requires constant vigilance. Antimanual allows you to put your link auditing on complete autopilot using automated background schedules and instant email alerts. Configuring Automated Background Monitoring You can leave the monitoring entirely to Antimanual. To configure your background schedules: Navigate to theย Scheduleย tab on the Broken Link Checker dashboard. Toggle theย Enable scheduled scansย switch to active. In theย Frequencyย dropdown, choose how often you want the background scheduler to audit your links: Dailyย (runs every 24 hours) Weeklyย (runs every 7 days) Monthlyย (runs every 30 days) Specify whichย Post typesย you want to monitor under this automated schedule (e.g.ย Postsย andย Pages). Click theย Save scheduleย button to register the task. Configuring Email Alert Digests When a background scan is executed by the scheduler, you do not need to check the dashboard manually to see if new broken links have surfaced. Toggle theย Email me when new broken links are detectedย checkbox. Enter a recipient email address. If left blank, Antimanual defaults to the primary WordPress administrator email address. Clickย Save schedule. If the background engine discovers new dead links, redirect chains, or mixed content, it compiles an actionable, clean summary of the issues and delivers it directly to your inbox with quick-action links to resolve them immediately. System Optimization for Low-Traffic Sites Automated schedules rely on WordPressโs built-in cron engine (WP-Cron). WP-Cron does not run continuously like a server-side cron job; instead, it is triggered only when a visitor loads a page on your site. Low-Traffic Workaround:ย If your site has very low traffic, background tasks may execute behind schedule. Best Practice:ย For critical production sites, we recommend disabling default WP-Cron in yourย wp-config.phpย file (define( 'DISABLE_WP_CRON', true );) and setting up a realย System Cron Jobย through your hosting panel (such as cPanel) to callย wp-cron.phpย every minute. This guarantees your background scheduled link scans trigger precisely at the scheduled time. Scheduled Scans and Alerts - PreviousScanning and AuditingNext - Scheduled Scans and AlertsChangeloger