Download

All XenForo Resources for only 35.00 $ Months.

Support

Support 24/7 via DM.

Payment

Paypal secure payment.

Refunds

Once you download any Premium files, refunds will not be issued..

Resource icon

Free Qubn - SEO Audit 1.3.4

No permission to download
fixes duplicate <meta name="description"> tags on thread pages when meta description auto-fix is enabled. Reported by @briansol.

Bug Fix
  • Thread pages no longer produce two meta description tags. The addon now replaces XF's default tag instead of adding a second one alongside it. SEO tools (ahrefs, etc.) will no longer flag duplicate meta descriptions.

SEO Audit v1.3.3 - Sitemap Parsing Fix​

Fixes an issue reported by @akok where large sitemaps were incorrectly flagged as "invalid XML."



  • Sitemap XML false positive on large sitemaps - the scanner used streamed reads capped at 512KB, which truncated large sitemaps mid-tag and caused false "invalid XML" errors. Now reads the full response body (capped at 10MB for safety). Tested against a 2.1MB sitemap with 14,743 URLs.

Upload the ZIP via Admin CP > Add-ons > Install/upgrade from archive. No database migration needed. Code-only update.

  • XenForo 2.3.0+

SEO Audit v1.3.2 - URL Extraction Fix​

Fixes a remaining issue reported by @akok where internal and external links were flagged as broken due to a trailing quote being appended during URL extraction.


Bug Fix​

  • Link checker trailing quote - the plain URL regex was re-matching inside already-parsed [URL='...'] BBCode blocks, capturing the closing quote as part of the URL. This caused valid links to be reported as broken with ' appended. The fix strips all [URL] blocks before running the plain URL regex, making duplicate extraction impossible.

Upgrading​

Upload the ZIP via Admin CP > Add-ons > Install/upgrade from archive. No database migration needed. Code-only update.

Requirements​

  • XenForo 2.3.0+
Back
Top