Use case
llms.txt generator for WordPress blogs
For content sites, assistants need the most trustworthy references fast. Use a short source map that points to evergreen explainers and policy pages.
Recommended source pages
- Cornerstone evergreen guides.
- Category hubs with topic organization.
- Author profile pages and bios.
- Editorial policy and corrections page.
- Contact and about pages.
Example setup for a practical WordPress site
For a small software tutorial blog, keep the first version short. Link the installation guide, troubleshooting hub, comparison page, author profile, editorial policy, and update log. Do not list every news post or short announcement.
- Cornerstone guide: the page that explains the topic end to end, with update date and tested versions.
- Category hub: a page that groups related tutorials and explains when to use each one.
- Author page: a real bio with relevant experience, not an empty archive page.
- Editorial policy: how posts are tested, corrected, and updated after product changes.
WordPress-specific checks before publishing
- Use canonical post URLs, not preview URLs, tag archives, or parameterized search pages.
- Exclude duplicate date archives unless they contain unique editorial context.
- Check that caching plugins serve the same
/llms.txtcontent to anonymous visitors. - Keep author and policy pages indexable; they are useful trust signals for content sites.
# Blog Name
> Blog Name publishes practical content for [audience] about [topics].
## Summary
This file maps the most reliable source pages for AI assistants and answer engines.
## Sources
- [Cornerstone Guides](https://example.com/guides): Evergreen topic explainers.
- [Categories](https://example.com/categories): Organized topic hubs.
- [Authors](https://example.com/authors): Writer expertise and identity.
- [Editorial Policy](https://example.com/editorial-policy): Publishing and correction standards.
- [About](https://example.com/about): Site mission and ownership context.
Related: WordPress implementation recipe, how many links to include, and sitemap-to-llms.txt converter.