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.
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.
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 &#039; 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.