--- title: "Make Your Site AI-Ready" url: "https://fahim.xyz/ai-ready.md" canonical: "https://fahim.xyz/ai-ready/" published: "2026-01-24" modified: "2026-01-24" author: "Fahim" tags: - "AI" --- # Make Your Site AI-Ready AI assistants like ChatGPT, Claude, and Perplexity are changing how people discover content. But here’s the problem: these AI models struggle to understand your website’s structure. Enter **llms.txt** — a simple text file that tells AI exactly what your site is about. ## What is llms.txt? Think of it as `robots.txt` for AI. While robots.txt tells search engines what to crawl, llms.txt tells AI assistants what content matters most. Companies like [Cursor](https://cursor.com/llms.txt) and [Mintlify](https://mintlify.com/docs/llms.txt) already use this format to help AI understand their documentation. ## Introducing LLMS.txt for WordPress We built a simple plugin that generates and manages your llms.txt file: - **One-click generation** — Create your llms.txt instantly - **Markdown endpoints** — Serve any page `/page-slug.md` for cleaner AI consumption - **AI crawler tracking** — See which bots (GPTBot, ClaudeBot, etc.) visit your site - **Full control** — Choose what gets included, customize labels, add manual links ## How It Works 1. Install the plugin 2. Go to Settings → LLMS.txt 3. Click “Generate File” That’s it. Your site now has a clean, structured file at `yoursite.com/llms.txt` that AI can read. ## The Markdown Bonus Enable “**Markdown URLs**” and your content becomes available as `.md` files: ``` yoursite.com/about → yoursite.com/about.md ``` Each `.md` The file includes YAML front matter with title, date, author, and tags — everything AI needs to understand your content. ## Try It The plugin is free and open source: - [GitHub Repository](https://github.com/plugpress-io/llms-txt) Make your WordPress site AI-ready in under a minute.