=== Massblogger LLM.txt ===
Contributors: massblogger
Tags: llm, ai, llm.txt, chatgpt, seo
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds an llm.txt file to your WordPress site so AI language models can understand your content. Fully customizable from Settings → LLM.txt.

== Description ==

**Massblogger LLM.txt** automatically generates an `llm.txt` file for your WordPress site — the emerging standard for helping AI language models (ChatGPT, Claude, Gemini, Perplexity, etc.) understand your website.

Think of it like `robots.txt`, but for AI models instead of search engine crawlers.

**Features:**

* **Auto-generated content** — Instantly creates an llm.txt with your site name, description, recent posts, pages, and categories.
* **Fully editable** — Customize the content from Settings → LLM.txt in your WordPress admin. Add custom instructions, remove sections, or write from scratch.
* **One-click revert** — Made a mess? Revert to the auto-generated default with a single click.
* **Robots.txt checker** — Built-in checker that warns you if your robots.txt is blocking known AI bots.
* **Lightweight** — Single file, no external dependencies, zero impact on page load times.
* **Free & open source** — GPL v2 licensed, no account or API key required.

**How it works:**

After activation, your llm.txt is immediately available at `yoursite.com/llm.txt`. The plugin registers a rewrite rule so WordPress serves the file dynamically — no physical file is created.

== Installation ==

1. Download the plugin zip file.
2. In your WordPress admin, go to **Plugins → Add New → Upload Plugin**.
3. Select the zip file and click **Install Now**, then **Activate**.
4. Your llm.txt is live at `yoursite.com/llm.txt`.
5. To customize, go to **Settings → LLM.txt**.

== Frequently Asked Questions ==

= What is llm.txt? =

llm.txt is an emerging standard that provides AI language models with structured information about your website. It helps AI tools like ChatGPT, Claude, and Gemini understand and accurately reference your content.

= Will this slow down my site? =

No. The plugin only responds when `/llm.txt` is requested. It adds no CSS, no JavaScript, and no database queries to your regular pages.

= Do I need a Massblogger account? =

No. This plugin is completely standalone and free. No account, no API key, no sign-up required.

= Can I control what AI models see? =

Yes. Go to Settings → LLM.txt to fully customize the content. You can remove sections, add custom instructions, or restrict what's shared.

== Screenshots ==

1. The Settings → LLM.txt admin page where you can edit your llm.txt content.
2. The robots.txt AI bot checker showing which bots can access your site.

== Changelog ==

= 1.1.0 =
* Added robots.txt AI bot checker with support for 13 known AI crawlers.
* Added re-check button for robots.txt status.
* Improved admin settings page styling.

= 1.0.0 =
* Initial release.
* Auto-generates llm.txt from site posts, pages, and categories.
* Editable content from Settings → LLM.txt.
* One-click revert to auto-generated default.
* Clean uninstall removes all plugin data.

== Upgrade Notice ==

= 1.1.0 =
New robots.txt AI bot checker helps you see if AI crawlers are blocked.
