Resource icon

SEO Audit 1.3.0

No permission to download
qubn updated SEO Audit with a new update entry:

SEO Audit v1.2.0 - Thread Auto-Fix, Email Digest & More

SEO Audit v1.2.0 Update​

v1.2.0 adds runtime auto-fix for thread pages, a periodic digest email, and graceful handling of restricted HTTP environments.



New Features​

  • Thread meta description auto-fix - generates fallback descriptions for threads with empty or very short first posts. Cleans BBCode artifacts that slip through XF's regex stripping, and extends short descriptions (<120 chars) with forum and board context...

Read the rest of this update entry...
 
bug report / false-positive.

1)
not all brackets are bbcode.

1773937636568.webp

user simply put an edit in brackets.

1773937609602.webp





2)
Clicking how to fix does nothing.

1773938095224.webp


3) feature request.

I need to be able to drill down into these numbers. Having a list of 27,000 things to look at, and no where to go look for them to correct is not helpful.

click the number, it will take you to a list of those threads/etc that show that error so that I can assign moderators to correct.

1773938208519.webp
 
qubn updated SEO Audit with a new update entry:

SEO Audit v1.3.0 - Thread JSON-LD Enrichment, Drill-Down & Bug Fixes

SEO Audit v1.3.0 Update​

v1.3.0 enriches thread structured data by extending XF core's output instead of injecting duplicates, adds drill-down navigation for large reports, and fixes several issues reported by users.



New Features​

  • Thread JSON-LD enrichment - extends XF core's native DiscussionForumPosting via class extension to add commentCount, isPartOf (DiscussionForum with forum name and URL), and author fallback for...

Read the rest of this update entry...
 
bug report / false-positive.

1)
not all brackets are bbcode.

View attachment 335302

user simply put an edit in brackets.

View attachment 335301





2)
Clicking how to fix does nothing.

View attachment 335303


3) feature request.

I need to be able to drill down into these numbers. Having a list of 27,000 things to look at, and no where to go look for them to correct is not helpful.

click the number, it will take you to a list of those threads/etc that show that error so that I can assign moderators to correct.

View attachment 335304
Thanks for the report, really appreciate the screenshots. All three are addressed in v1.3.0 which just went up.
  1. BBCode false positives
    • You're right, the detection was way too aggressive. It was matching anything in brackets as BBCode when most of it is just users typing normally. Fixed it so it only flags the actual XenForo BBCode tags (b, url, quote, img, etc.). Things like [EDIT], [SOLVED], dates in brackets, all good now. Won't flag those anymore.
  2. "How to fix" link
    • Found the bug, there was a JS/CSS mismatch causing it to toggle backwards. Clicking it was essentially hiding something that was already hidden. Works properly now, click it and you'll see the recommendation text expand.
  3. Drill-down
    • Totally fair ask, especially at 27k issues. Every number in the report is now a clickable link, issue type counts, severity counts, category counts, per-forum breakdown. Click any of them and it filters right to that subset. Also added a per-page selector (50/100/200/500) and you can now sort the full list by impact (severity × page views) so the biggest bang-for-buck fixes float to the top.
Let me know how it works for you.
 
Back
Top Bottom