Roiarthur
Active member
What do you think of LLMO Pro JSON-LD
The ADD-ON is ready and test
I install LLMO Pro JSON-LD Fully Operational and Confirmed LLMO-Ready
After extensive testing, I can confirm that the Acme LLMO Pro JSON-LD 1.0.6 add-on is fully functional and perfectly suited for AI-driven (LLMO) SEO indexing on XenForo 2.3.7.
Combined with two complementary template scripts placed in the PAGE_CONTAINER, the add-on now provides a complete, standards-compliant semantic markup structure for LLM-optimized discovery.
Test Overview
The validation process was performed under PowerShell 7.5 using the official XenForo front-end as rendered to search engines.
A simulated Googlebot user agent was used to request the forum thread page directly from the server, ensuring only server-side JSON-LD output was analyzed (no JavaScript rendering involved).
Example command:
(Invoke-WebRequest -Uri "https://www.example.com/threads/sample-thread" -Headers @{"User-Agent"="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"}).Content |
Select-String '"@type"\s*:\s*"[^"]+"' -AllMatches |
ForEach-Object { $_.Matches.Value } | Sort-Object -Unique
This inspection revealed the following schema types:
DiscussionForumPosting — main entity of each thread (core SEO component)
Organization, Person, InteractionCounter, and WebPage — auxiliary structures identifying the site, author, and engagement metrics
plus, the two additional scripts introduced below.
The ADD-ON is ready and test
I install LLMO Pro JSON-LD Fully Operational and Confirmed LLMO-Ready
After extensive testing, I can confirm that the Acme LLMO Pro JSON-LD 1.0.6 add-on is fully functional and perfectly suited for AI-driven (LLMO) SEO indexing on XenForo 2.3.7.
Combined with two complementary template scripts placed in the PAGE_CONTAINER, the add-on now provides a complete, standards-compliant semantic markup structure for LLM-optimized discovery.
Test Overview
The validation process was performed under PowerShell 7.5 using the official XenForo front-end as rendered to search engines.
A simulated Googlebot user agent was used to request the forum thread page directly from the server, ensuring only server-side JSON-LD output was analyzed (no JavaScript rendering involved).
Example command:
(Invoke-WebRequest -Uri "https://www.example.com/threads/sample-thread" -Headers @{"User-Agent"="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"}).Content |
Select-String '"@type"\s*:\s*"[^"]+"' -AllMatches |
ForEach-Object { $_.Matches.Value } | Sort-Object -Unique
This inspection revealed the following schema types:
DiscussionForumPosting — main entity of each thread (core SEO component)
Organization, Person, InteractionCounter, and WebPage — auxiliary structures identifying the site, author, and engagement metrics
plus, the two additional scripts introduced below.
Last edited: