=== Llmify – AI Readable ===
Contributors: djkatman
Tags: ai, llms, llms.txt, markdown, chatgpt
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Make your WordPress site readable by AI. Install and activate — no configuration needed.

== Description ==

**Llmify – AI Readable** automatically makes your WordPress content accessible to AI systems like ChatGPT, Claude, Perplexity, and Gemini.

Just install and activate. That's it.

= What this plugin does =

* **llms.txt** — Generates a standard llms.txt file that introduces your entire site to AI systems. Based on the [llmstxt.org](https://llmstxt.org) specification.
* **Markdown delivery** — Serves each post and page in clean Markdown format that AI can easily read and understand.
* **AI crawler access** — Automatically adds permissions for major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) to your robots.txt.

= Who is this for? =

Anyone who runs a WordPress site and wants their content to be discovered and understood by AI search engines. No technical knowledge required.

= Endpoints added =

* `https://yoursite.com/wp-json/llmify/v1/llms.txt` — AI site overview
* `https://yoursite.com/wp-json/llmify/v1/md/{slug}` — Per-post Markdown

= Why does this matter? =

Search is changing. Tools like ChatGPT, Perplexity, and Claude are now how people find and discover information online. Llmify helps ensure your content is included in AI-generated answers.

= Privacy =

This plugin does not collect any data, make any external requests, or connect to third-party services. All content served is already publicly available on your site.

== Installation ==

1. Upload the `llmify` folder to the `/wp-content/plugins/` directory, or install directly from the WordPress plugin directory.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Done. Your site is now AI-readable.

Optionally, visit **Settings > Llmify** to turn individual features on or off.

== Frequently Asked Questions ==

= Do I need to configure anything? =

No. All three features are enabled by default when you activate the plugin.

= Will this slow down my site? =

No. The plugin generates content on-demand using WordPress's REST API. No files are written to disk, and no background processes are started.

= What is llms.txt? =

llms.txt is an emerging standard (defined at [llmstxt.org](https://llmstxt.org)) that helps AI systems understand the structure and content of a website — similar to how sitemap.xml helps search engines.

= What AI crawlers are supported? =

GPTBot (ChatGPT), ClaudeBot (Claude), PerplexityBot (Perplexity), and Google-Extended (Gemini).

= Does this plugin modify my existing robots.txt? =

It appends AI crawler permissions using WordPress's built-in `robots_txt` filter. Your existing robots.txt rules are not affected.

= Will this expose private or draft posts? =

No. Only published posts and pages are included in llms.txt and available via the Markdown endpoint.

= Does this work with custom post types? =

The current version supports standard posts and pages. Custom post type support is planned for a future release.

== Screenshots ==

1. Settings page — turn each feature on or off with a single checkbox.
2. Example llms.txt output as seen by AI crawlers.
3. Example Markdown output for a single post.

== Changelog ==

= 1.0.0 =
* Initial public release.
* llms.txt generation (llmstxt.org specification).
* Per-post Markdown delivery via REST API.
* AI crawler permissions added to robots.txt.
* Settings page with per-feature toggle.

== Upgrade Notice ==

= 1.0.0 =
Initial release.