What happens when you run a scan
- The tool normalizes the site URL you enter and builds a request to the WordPress pages endpoint.
- It fetches pages in batches so larger sites can still be reviewed in one session.
- Each result is checked for missing titles, off-domain links, duplicate slugs, duplicate URLs, and slug mismatches.
- The results can be filtered, copied, and exported for handoff to a developer, content editor, or SEO specialist.
The audit is read-only. It does not edit pages, change permalinks, or touch your WordPress admin.
Before you run a scan
- Confirm the site is reachable and the WordPress REST API is enabled.
- Use the production or canonical domain when possible so host checks are meaningful.
- Run one full scan first, then use filters to focus only on flagged pages.
- If needed, export CSV for editorial teams and JSON for development follow-up.
For staging environments, make sure any basic auth, firewalls, or security plugins allow API responses to pass through.
How to prioritize fixes
- Start with off-domain URLs to prevent traffic leakage and migration errors.
- Fix missing titles next so teams can quickly identify pages in exports and reports.
- Review duplicate slugs and duplicate URLs to reduce indexing confusion.
- Treat slug mismatches as cleanup work unless they reflect intentional permalink structure.
This order usually gives the fastest improvement in scan quality after each content update.