Learning Hub — Beginner's Guide
⭐ Beginner — No coding experience needed

What you will learn in this guide

1 What is llms.txt?

llms.txt is a plain text file you place at the root of your website — just like robots.txt or sitemap.xml. It is designed to help AI language models (LLMs) like ChatGPT, Claude and Perplexity understand what your website is about and which pages are most important.

The standard: llms.txt was proposed by fast.ai in 2024 and has been adopted by thousands of websites. It is not an official W3C standard but is widely recognised by AI crawlers. See llmstxt.org for the full specification.

2 What goes in a llms.txt file

A basic llms.txt file contains your site name, a brief description, and links to your most important pages with descriptions of what each one covers.

✅ Example llms.txt
# AIWebPageSEO

> Free SEO tools for website owners — page speed, site audit, schema, content and local SEO.

## Core tools
- [Performance Tools](https://aiwebpageseo.com/performance-tools.html): Page speed, CLS, accessibility and HTTP error auditing
- [Audit Tools](https://aiwebpageseo.com/audit-tools.html): Site crawl, hreflang, redirects and meta analysis
- [Pricing](https://aiwebpageseo.com/pricing.html): Pay-as-you-go credits from 10p

3 How to create and deploy your llms.txt

  1. 1Generate your llms.txt automaticallyGo to content-tools.html#llms and enter your site URL. The tool fetches your pages, scores your current llms.txt if one exists, and generates a corrected version.
  2. 2Upload the file to your server rootSave the generated content as llms.txt and upload it to the root of your site. It should be accessible at https://yoursite.com/llms.txt
  3. 3Verify it is accessibleVisit https://yoursite.com/llms.txt in your browser and confirm it returns plain text, not a 404 or HTML page.
  4. 4Update it when your site changesWhenever you add major new pages or change your site structure, re-run the LLMs.txt Auditor and update your file. Treat it like your sitemap — keep it current.
Written by
John
Founder, AIWebPageSEO

llms.txt is one of the simplest things you can add to your website right now to future-proof your AI visibility. It takes 10 minutes to set up and costs nothing. The sites that do this today will have an advantage as AI search continues to grow.