Descripziun
Website LLMs.txt helps search engines and AI systems better understand your website content by automatically generating and managing LLMS.txt files. It integrates seamlessly with popular SEO plugins like Yoast SEO and RankMath.
Features:
- Automatic LLMS.txt generation
- Custom post type selection and ordering
- SEO plugin integration (Yoast SEO, RankMath)
- Sitemap integration
- Cache management
- Configurable update frequency
Installaziun
- Upload the plugin files to
/wp-content/plugins/website-llms-txt
- Activate the plugin through the ‚Plugins‘ screen in WordPress
- Use the Settings->LLMS.txt screen to configure the plugin
FAQ
-
LLMS.txt is a standardized file that helps AI language models better understand your website content structure and hierarchy.
-
Yes, the plugin integrates with both Yoast SEO and RankMath for sitemap generation and cache management.
-
You can choose between immediate, daily, or weekly updates in the plugin settings.
Reviews
Contributors & Developers
“Website LLMs.txt” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Website LLMs.txt” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
5.0.0
🛠 Improvements & Fixes
✅ Added support for excluding noindex pages from Rank Math SEO
- The plugin now properly detects and excludes pages that have the
noindex
directive set in Rank Math SEO. - Ensured that pages with
rank_math_robots
meta key containingnoindex
will not be included in the LLMS-generated files. - This enhancement improves search engine indexing by preventing noindex-marked pages from being processed.
✅ Extended support for Yoast SEO & Rank Math
- Now supports both Yoast SEO and Rank Math SEO for detecting
noindex
pages. - Ensured that
meta-robots-noindex
in Yoast andrank_math_robots
in Rank Math are respected. - Improved meta query logic to exclude noindex-marked pages efficiently.
✅ Better performance & stability
- Optimized post query handling to reduce unnecessary database queries when filtering indexed content.
- Improved support for large-scale websites by ensuring efficient exclusion of noindex pages.
🚀 This update ensures full compatibility with both Yoast SEO and Rank Math SEO, improving site indexing and preventing unwanted pages from being processed.
4.0.9
🛠 Improvements & Fixes
✅ Fixed compatibility issue with Yoast SEO sitemap generation
Resolved a problem where the llms-sitemap.xml file was not properly integrated with Yoast SEO’s sitemap indexing.
Ensured that the custom llms-sitemap.xml is correctly registered and included in Yoast’s sitemap structure.
✅ Enhanced XML sitemap handling
Added support for llms-sitemap.xml in the Yoast SEO wpseo_sitemaps_index filter.
Improved automatic detection and registration of the custom sitemap to avoid conflicts.
✅ Better performance & stability
Optimized the sitemap generation process to ensure compatibility with WordPress rewrite rules.
Fixed potential issues where the custom sitemap URL might not be accessible due to incorrect rewrite rules.
🚀 This update ensures full compatibility between the LLMS sitemap and Yoast SEO, improving site indexing and search engine visibility.
4.0.8
🛠 Improvements & Fixes
✅ Fixed an issue where post revisions triggered the post deletion handler
The handle_post_deletion() function now ignores post revisions by checking the post type (post_type !== ‚revision‘).
This prevents unnecessary updates when WordPress auto-saves revisions or when users delete revisions manually.
✅ Enhanced stability of the content update process
Ensured that the handle_post_deletion() function only executes when an actual post is deleted, reducing unnecessary file rewrites.
✅ General code improvements
Added additional validation to prevent errors when handling deleted posts.
Optimized database queries for better performance.
🚀 This update improves the plugin’s efficiency by reducing unnecessary processing and ensuring more stable content updates.
4.0.7
🛠 Improvements & Fixes
✅ Fixed rewrite rule conflicts:
Resolved an issue where the add_rewrite_rule() function was overriding WordPress post editing URLs.
Implemented a check to ensure the llms.txt rule does not overwrite existing permalink structures.
Used wp_rewrite_rules() to verify if the rule already exists before adding it.
✅ Enhanced rewrite rule handling:
Prevented duplicate rules from being registered.
Improved compatibility with custom post types and WordPress core URLs.
✅ Code Optimization & Performance:
Added additional security checks when handling requests.
Improved overall plugin stability and reliability.
🚀 This update ensures smoother permalink handling, better compatibility with WordPress core features, and improved stability for future updates.
4.0.6
- Updated Descriptions
4.0.5
- Adding an option to limit the maximum description length for post types when generating the llms.txt file – the default is 250 words.
4.0.4
- Considered the specifics for hosting providers wpengine.com and getflywheel.com.
4.0.3
- Resolved the issue with generation for websites with a large amount of content, as well as those with low memory capacity – tested with 128 MB.
4.0.2
- The data-saving logic in llms.txt has been reworked to reduce CPU and database load.
4.0.1
- The issue with displaying links to working files in llms.txt has been fixed.
4.0.0
- Fixed issue with cron and loading server’s CPU to 100%.
3.0.0
- Fixed character encoding issue in llms.txt on the Korean site.
- Resolved support-reported issues with llms-sitemap.xml.
- Updated the class cleaner file to the latest version.
- The newest version is now available on AgentVoice.com and is compatible with other shortcodes.
2.0.0
- Added support for custom post type ordering
- Improved cache management
- Enhanced SEO plugin integration
- Added manual file upload option
1.0.0
- Initial release