Free tool

llms.txt Generator for WordPress

Build a spec-compliant /llms.txt file in 30 seconds so ChatGPT, Claude and Perplexity can read, cite and answer questions about your site.

Your site

llms.txt preview

# Acme WordPress

> Independent WordPress studio building fast, accessible sites for B2B companies.

We design, develop and maintain WordPress sites with a focus on Core Web Vitals, accessibility (WCAG 2.2 AA) and structured data. Based in Berlin, working worldwide.

## Docs
- [Getting started](https://example.com/docs): 5-minute setup guide
- [API reference](https://example.com/docs/api): REST + Webhooks

## Optional
- [Changelog](https://example.com/changelog): Release notes

Upload this file so it is reachable at https://yourdomain.com/llms.txt.

How to implement llms.txt on WordPress

  1. 1. Generate the file — fill the form above and click Download. You'll get a single text file named llms.txt.
  2. 2. Upload it to the site root — connect to your host with SFTP, cPanel File Manager, or a plugin like WP File Manager, and place llms.txt at the same level as wp-config.php and .htaccess.
  3. 3. Verify it serves — open https://yourdomain.com/llms.txt in a browser. You should see your Markdown — not a 404 and not your home page.
  4. 4. Re-scan with AI Grader by Magnetic WP — run a fresh scan to confirm the Content / llms.txt check flips to green.

FAQ

What is llms.txt?
A plain-Markdown file served at the root of your site. It gives AI agents like ChatGPT, Claude and Perplexity a curated map of your most important pages and the context they need to answer questions about you.
Is llms.txt the same as robots.txt?
No. robots.txt tells crawlers what they may or may not fetch. llms.txt tells AI agents what is most important and how to summarise it. Keep both.
Does llms.txt help SEO?
Not classic Google rankings directly — but it materially improves how ChatGPT, Claude, Perplexity, and Gemini cite and answer questions about your site, which is the new layer of AI-driven discovery.
How big should llms.txt be?
Small. Aim for under 10 KB and link out to deeper pages rather than copy-pasting their content. The spec values curation over completeness.