-
Notifications
You must be signed in to change notification settings - Fork 0
Running a Scan
Teamdma edited this page Aug 19, 2026
·
1 revision
A scan reads the selected WordPress content and builds a fresh internal-link index.
The scanner works in batches to reduce memory and server load. It records things such as:
source and destination URLs incoming and outgoing links anchor text orphan pages redirects and broken destinations SEO-related link issues
Scan progress is stored so longer scans can continue safely instead of starting from zero after every request.
After the scan finishes, the plugin uses that indexed data for reports, visual maps, anchor analysis, and link opportunities.
For large sites, smaller batches are safer even if the scan takes a little longer. Faster is lovely until PHP decides otherwise.