SEO Audit 1.1.0

XF 2.3 SEO Audit 1.1.0

Add-on xenforo 2

Ressources et modules complémentaires pour XenForo 2

Styles xenforo 2

Styles / Thèmes et apparence pour xenforo 2

Templates xenforo 2

Codes pour modifier les templates sur xenforo 2

Section Premium

Add-on et Styles pour membre Premium
SEO Audit 1.1.0

XF 2.3 SEO Audit 1.1.0

Catégorie Catégorie Add-Ons
Titre du sujet Titre du sujet SEO Audit 1.1.0
Auteur de la discussion Auteur de la discussion laurent68
Date de début Date de début
Réponses Réponses 2
Affichages Affichages 14
Réaction Réaction 0
Dernier message par Dernier message par laurent68

laurent68

Fondateur

Staff
fondateur
Réputation: 100%
Discussions
4 888
Messages
12 725
Solutions
85
J'aime
7 965
Points
198

SEO Audit​

A comprehensive SEO auditing dashboard for XenForo administrators. Scan your forum for SEO issues, review detailed reports with severity grades, and auto-fix common problems, all from within your Admin CP.

Overview​

SEO Audit analyzes your forum across five categories, configuration, schema markup, meta tags, content quality, and link integrity, producing an overall SEO score with a letter grade (A through F). Issues are categorized by severity and presented with actionable recommendations. Each issue includes a "How to fix" recommendation. Where the fix involves a specific AdminCP page, a "Fix it" link takes you straight there.

Features​

Scanning & Analysis
  • SEO score with letter grade (A-F) - instant overview of your forum's SEO health
  • 5 checker categories - Config, Schema, Meta, Content, and Link checkers cover all major SEO concerns
  • Delta scanning - only scan content that changed since the last scan, dramatically reducing scan time on large forums
  • Forum and date scoping - target specific forums or date ranges for focused audits
  • URL cache - previously checked URLs are cached to avoid redundant HTTP requests during link checks
  • Scheduled scans - configure automatic scans via XenForo's cron system
Auto-Fix (Runtime Injection)
  • JSON-LD schema injection - automatically adds structured data markup (CollectionPage for forums/categories, WebPage for pages, WebSite + Organization for homepage)
  • Meta description generation - generates missing meta descriptions from content
  • Open Graph tags - ensures proper og:title, og:description, and og:image tags are present
Auto-fix features are opt-in toggles that inject markup at page render time, nothing is written to the database. Configure via
Code:
admin.php?seo-audit/auto-fix
or under Admin CP > Setup > Options > SEO Audit.

Reporting & Tracking
  • Score trend charts - track your overall SEO score over time
  • Category trend charts - monitor improvement across individual checker categories
  • Scan comparison - diff view between any two scan reports to see what changed
  • Export as CSV or JSON - download full reports for external analysis or record-keeping
  • Email notifications - receive an email summary when scans complete
Configuration & Customization
  • Issue severity configuration - customize or completely disable individual issue types
  • Detection thresholds - adjust limits for thin content word count, title length, description length, and more
  • Issue dismissal - hide known or accepted issues from reports without affecting the scan

Requirements​

  • XenForo 2.3.0 or later
  • PHP cURL extension (for link checking)

Installation​

  • 1- Download and extract the release ZIP
  • 2- Upload the
Code:
Qubn/SEOAudit
directory to
Code:
src/addons/
on your server
  • 3- Go to Admin CP > Add-ons and click Install/upgrade from archive, or install via CLI:
Code:
php cmd.php xf-addon:install Qubn/SEOAudit
4- Navigate to Admin CP > Tools > SEO Audit to run your first scan

Getting Started​

1- After installation, go to Admin CP > Tools > SEO Audit
2- Click Run new scan to perform your initial full audit
3- Review issues grouped by category and severity
4- Issues with a specific AdminCP fix (configuration, forum descriptions, style properties) have a Fix it link that takes you directly to the right page
5- For automatic corrections, visit
Code:
admin.php?seo-audit/auto-fix
and enable JSON-LD injection, meta descriptions, or OG tag filling, then re-scan to verify reduced issue counts
6- Customize thresholds and severity levels under Admin CP > Setup > Options > SEO Audit
7- (Optional) Set up a cron schedule for automatic periodic scans

Support​

If you encounter any issues or have feature requests, please use the discussion tab on this resource page. When reporting problems, include:
  • Your XenForo version
  • PHP version
  • Any relevant entries from
Code:
xf_error_log
  • Steps to reproduce the issue
Télécharger V1.0.0 :

Version 1.0.1 SEOAudit - Fix JSON-LD page type checkboxes on Options page :
Bug Fixes

  • Fixed JSON-LD page type checkboxes not rendering on the Options page (Admin CP > Setup > Options > SEO Audit). The four type checkboxes (forums, categories, pages, homepage) now display correctly below the JSON-LD toggle.
  • Improved option explanation text to reference both the Options page and the Auto-Fix page for configuration.
Upgrade Notes
  • Existing v1.0.0 installs upgrade seamlessly
  • No database migration needed
  • Install via AdminCP > Add-ons > Install/upgrade from archive
Télécharger V1.0.1 :
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:
  1. Marks any pending scans as failed and adds redirect tracking to URL cache
  2. Adds per-forum tracking to issues
  3. Creates the autofix_log table
All existing scan data and reports are preserved.

Requirements
  • XenForo 2.3.0+
Télécharger V1.1.0 :
 

Pièces jointes

  • 01-dashboard-full.webp
    01-dashboard-full.webp
    40.3 KB · Affichages: 3
  • 02-report-view.webp
    02-report-view.webp
    85.9 KB · Affichages: 2
  • 03-diff-comparison.webp
    03-diff-comparison.webp
    38.4 KB · Affichages: 1
  • 04-issue-config.webp
    04-issue-config.webp
    35.6 KB · Affichages: 1
  • 05-autofix-settings.webp
    05-autofix-settings.webp
    69.3 KB · Affichages: 6
  • 06-dismissed-issues.webp
    06-dismissed-issues.webp
    24.6 KB · Affichages: 1
Contenu similaire Les plus vues Voir plus
Retour
Haut Bas