SEO Audit v1.1.0 Update
v1.1.0 adds webhook notifications, a CLI scanner, email alerts, impact ranking, and more.
New Features
- Webhook notifications - send scan results to Discord or Slack when a scan completes.
- CLI scanner - run scans from the command line with
qubn-seoaudit:scan. Supports flags for delta mode, forum targeting, date ranges, email notifications, and more.
- Email notifications - receive an email when scans complete. Works with scheduled scans and CLI
--email flag.
- Critical issue alerts - get emailed when new critical issue types appear.
- Score improvement hints - actionable suggestions showing which fixes will boost your SEO score the most.
- Impact-ranked issues - issues are now ranked by priority score (severity x frequency), so you fix what matters first.
- Per-forum breakdown - see how issues are distributed across your forums.
- BreadcrumbList JSON-LD - auto-injects BreadcrumbList structured data on all pages with breadcrumbs.
- ALL CAPS title case correction - auto-fix converts ALL CAPS thread titles to title case at render time.
- Auto-fix audit log - full log of every auto-fix injection with date, type, URL, and injected HTML. Includes debug logging toggle.
- AdminCP dashboard widget - your current SEO score and grade displayed on the main AdminCP page.
- Category trend chart - stacked bar chart showing config/schema/meta/content/links/HTML issue counts over time.
- Bulk dismiss and dismiss-by-type - dismiss multiple issues at once, with undo support.
Improvements
- Autofix page buttons now render inline (no longer stacking vertically)
- Fix it buttons use primary styling for better visibility
- Scan form integrated directly into the dashboard
- Scheduled scan frequency shown on dashboard
- Autofix log now humanizes raw identifiers (e.g., "missing_meta_description" → "Missing Meta Description")
- All user-facing text fully phraseified for i18n readiness (160+ new phrases)
- Fixed issue config page crash when option value is already decoded as array by XF
Upgrading
Upload the ZIP via Admin CP > Add-ons > Install/upgrade from archive. Three upgrade steps run automatically:
- Marks any pending scans as failed and adds redirect tracking to URL cache
- Adds per-forum tracking to issues
- Creates the autofix_log table
All existing scan data and reports are preserved.
Requirements