How to Create an llms.txt File

    What llms.txt is, why it matters for AI citations, and how to create one for your site in under 10 minutes.

    llms.txt is an emerging standard that tells AI language models what your site is about, which pages matter, and how to interpret your content. Think of it as robots.txt but specifically for LLMs rather than crawlers. It lives at yourdomain.com/llms.txt.

    Why it matters

    When AI models encounter your site they have to infer your brand identity and content structure from context. An llms.txt file gives them that context explicitly, improving citation accuracy and reducing misrepresentation. Leading companies including Stripe, Vercel, and Framer have already published llms.txt files.

    Format

    # Brand Name
    > One sentence: what you do and who you serve.
    
    ## Product
    - Feature name: what it does
    - Feature name: what it does
    
    ## Key Pages
    - /slug: what this page contains
    
    ## Blog
    - /blog/slug: article title and one-line description
    
    ## Pricing
    - Plan name: price, inclusions, trial details

    How to publish

    1. 1.Create a plain text file named llms.txt
    2. 2.Add your content in Markdown format
    3. 3.Upload to your site root — it must be live at yourdomain.com/llms.txt
    4. 4.Verify by visiting that URL in your browser