Documentation

Clustova LLMs.txt Plugin

The Clustova LLMs.txt plugin gives WordPress sites AI-friendly output surfaces without needing custom development. It dynamically serves llms.txt, llms-full.txt, Markdown endpoints, and exportable Markdown archives from your existing WordPress content.

Core Capabilities

Virtual llms.txt and llms-full.txt

The plugin serves both files dynamically instead of writing static files into your WordPress install.

Markdown endpoints

When enabled, public posts, pages, and selected custom post types can be viewed as clean Markdown by appending .md to the URL.

Bulk ZIP export

Export site content as Markdown files with YAML frontmatter for archives, RAG pipelines, or offline processing.

Per-item controls

Editors can include or exclude individual entries and add extra notes using the metabox on supported post types.

Installation and Verification

  1. 1Install and activate the plugin from the WordPress plugin directory or upload it manually.
  2. 2Open Settings -> Clustova LLMs.txt and choose the public post types you want to include.
  3. 3Visit /llms.txt and /llms-full.txt to verify the generated output.
  4. 4If you enable Markdown endpoints, test a real URL such as /your-post-slug.md.
  5. 5After activation, re-save Permalinks or use the plugin's rewrite flush action if the routes do not resolve immediately.

Settings Areas

LLMs.txt Config

Choose which post types are included, set section limits, override the site description, and add custom preamble text or extra sections.

Markdown and Endpoints

Enable or disable public .md endpoints and control the frontmatter fields that appear in generated Markdown output.

Export Tool

Generate a ZIP archive of Markdown files for selected post types. Each file includes YAML frontmatter and cleaned content.

Advanced

Regenerate cache, flush rewrite rules, and review live generated output in the admin preview panel.

What the Plugin Publishes

Output
Purpose
/llms.txt
Short-form machine-readable site summary. This is the primary discovery surface and follows the llmstxt.org structure.
/llms-full.txt
Expanded output with longer excerpts and broader context than the primary llms.txt file.
/your-content-slug.md
Markdown view of an individual public URL, including YAML frontmatter such as title, dates, taxonomies, and optional notes.
ZIP export
Bulk downloadable archive of generated Markdown files for supported post types.

Markdown Output Notes

  • WooCommerce product URLs are supported when the product post type is enabled in settings.
  • The plugin respects noindex settings and can reuse meta descriptions from common SEO plugins when available.
  • Generated Markdown is cleaned for AI-friendly consumption and includes frontmatter for structured ingestion.
  • The plugin runs locally inside WordPress and does not send your content to external services.

WP-CLI

If WP-CLI is available on the server, the plugin includes commands for regenerating output and exporting Markdown in bulk.

wp clustova llms generate
wp clustova export markdown --zip

Troubleshooting

llms.txt or .md URLs return 404

Save Permalinks again or use the plugin's Flush Rewrite Rules action. This is especially important on subdirectory installs.

A post should not appear in output

Check the per-post metabox and confirm the item is not explicitly included, and that the post type is still enabled globally.

Markdown output is missing expected SEO descriptions

Verify the SEO plugin is active and that its meta description exists on the content. The plugin can reuse those descriptions when available.

Bulk export does not reflect recent edits

Regenerate cache from the Advanced area before exporting again.

Continue with the public product page

The docs page focuses on usage details, while the product page covers positioning, value, and the official WordPress.org link.