LLMs.txt for WP
Customizable llms.txt file for your WordPress site.
by Balázs Piller · github.com/wp-autoplugin/llms-txt-for-wp · website
★ 48stars
9forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wp-autoplugin/llms-txt-for-wp/archive/refs/heads/main.zipFrom the readme
LLMs.txt for WP
LLMs.txt for WP is a WordPress plugin designed to generate machine-learning-friendly content from your site. It automatically creates an llms.txt file that compiles key content in a standardized format, making your site ready for Large Language Models (LLMs). This ensures that your content can be easily discovered and utilized by AI tools and applications.
Additionally, this plugin allows you to access Markdown versions of your posts by appending .md to the post URLs or by sending an Accept: text/markdown header. Posts automatically include a tag in their HTML , and a Link HTTP response header pointing to the Markdown version for better discoverability. Markdown responses include an X-Markdown-Tokens header indicating the token count of the output.
About the llms.txt Standard
The llms.txt standard provides a simple, machine-readable file format for webmasters to communicate how their content should be utilized by Large Language Models (LLMs). It works similarly to robots.txt, enabling websites to specify which content is intended for training or reference by AI models. By implementing llms.txt, you can:
- Promote Discovery: Help LLMs understand the structure a
Read the full README on GitHub →