Extensions
WT LLMs adds llms.txt and llms.json support to Joomla
WT LLMs is a Joomla component for sites running Joomla 5+ that generates llms.txt, llms-full.txt and llms.json files, giving AI agents and other machine-reading systems structured access to site information.
The extension is built around the llms.txt concept and provides an administration interface for defining a site's profile, mapping user intents and selecting canonical pages for those intents. Its stated goal is to make this information available without manually assembling Markdown or JSON files.
WT LLMs can publish an AI-oriented site map and generate the three files automatically. It also includes a REST API intended for automated data population, along with a public schema instruction that AI agents can use when processing the site's information.
Markdown page output
The package 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 LLMs, AI agents, search systems and technical integrations. The plugin also adds links to the AI-related files in the site's <head> section.
The extension documentation references the Google Lighthouse documentation in connection with llms.txt. Project resources are available through the extension page and the GitHub repository.