Extensions
WT LLMs brings AI-readable site files to Joomla
WT LLMs is a new Joomla component for sites that need to expose structured, machine-readable information to large language models, AI agents and AI-focused search workflows. It generates llms.txt, llms-full.txt and llms.json, and is…
The extension follows the approach described by llmstxt.org. Its administration interface can be used to maintain a site profile, an intent map and canonical pages associated with those intents. The resulting files are intended to provide an AI-readable overview of a Joomla site without requiring manual assembly of Markdown or JSON.
Component and Markdown plugin
WT LLMs includes a Joomla system plugin that adds an alternative Markdown representation of site pages. This version presents page content in a cleaner text format for AI agents, LLMs, search systems and technical integrations.
The plugin also adds links to the AI-related files in the page <head>. A REST API is available for automatically populating the extension's data, while a public schema instruction can be exposed for AI agents.
The concept is also referenced in Google's Lighthouse documentation for agentic browsing. The project's published materials include an extension page and a GitHub repository.