🧭 Why forums like XenForo must go native on LLMO JSON-LD (not an add-on)
📚 Introduction
Let’s be plain: AI overviews and assistants now “read the web” through structured data as much as through raw HTML. LLM Optimization (LLMO) with JSON-LD is how forums surface credible answers, preserve...
🧠 The new wave of AI browsers: from “smart tab” to agents
📚 Introduction
Simply put, the browser is no longer a passive page viewer—it’s becoming a partner that understands the page, summarizes, compares, plans, and even kicks off multi-step tasks. This informational tutorial gives you a...
The New Generation of AI Browsers: From “Assistant in a Tab” to True Web Agents
AI is changing the browser from a passive viewer into an active partner. The latest crop of “AI-first” browsers ships with built-in assistants that can summarize, compare, plan, and more ambitiously carry out...
Listener/EntityHooks.php
<?php
namespace SD\IndexNow\Listener;
use SD\IndexNow\Service\Pinger;
use XF\Mvc\Entity\Entity;
class EntityHooks
{
// Called from code event listeners (configure in Admin > Development > Code event listeners)
public static function entityPostSave(Entity...
Here’s a ready-to-install starter bundle you can drop into XenForo 2.3+. It’s split in two parts:
JSON-LD template macros you can include in thread_view, member_view, and (optionally) xfrm_resource_view.
A minimal IndexNow add-on skeleton (PHP) that pings on thread/post create/update/delete...
What XenForo 2.3+ Should Build Next for Web-3.0-Ready SEO
Search in 2025 favors three things: structured understanding of pages, fast and stable interaction, and authentic human conversations. Forums are back in the spotlight—if they speak search engines’ language and load fast. Here’s a...
Search today rewards three things: structured understanding (schema/knowledge graphs), fast and stable UX (Core Web Vitals), and authentic conversations (forums, Q&A, expert authors). Below is a practical roadmap for XenForo 2.3+ to lead on all three.
1) Ship complete, context-aware structured...
Resolved: 403 Forbidden when posting code with {{ }} on XenForo
Thanks to PlanetHoster for the quick help. The issue was caused by the Web Application Firewall blocking double curly braces. After further checks, the fix was to disable WAF rule 340130 for my site.
Action taken
In N0C →...