Add an llms.txt file to your site
Learn how to host an llms.txt file on your Framer site to help AI systems discover and understand your content.
An llms.txt file provides information that large language models (LLMs) and AI agents can use when interacting with your website. Hosting this file can help AI-powered search and discovery tools better understand your site's content.
What is llms.txt?
llms.txt is a file that provides guidance to AI systems and automated tools that scan websites. Some AI-powered services use this file to better understand site content and improve how information is surfaced in search and discovery experiences.
We recommend using a structured Markdown format when creating your llms.txt file. For an example, see Framer's own llms.txt file.
Host llms.txt in Framer
Framer allows you to host static files directly on your site or custom domain. This feature is available on the Pro, Scale, and Enterprise plans.
To upload an llms.txt file:
Open the Framer dashboard.
In the left sidebar, find your domain under Domains.
Open the Files section.
Upload your
llms.txtfile.
After publishing your site, the file will be available at https://example.com/llms.txt.
Supported file formats
Framer supports the following file formats for llms.txt uploads:
Format | Use case |
|---|---|
TXT | Standard |
JSON | Structured machine-readable data |
Verify your file
After publishing:
Open your website in a browser.
Navigate to
/llms.txt.Confirm that the file loads successfully and displays the expected content.
FAQ
Do I need an llms.txt file for my website?
No. An
llms.txtfile is optional. However, it can provide additional information to AI systems and automated tools that interact with your site.Where is the file hosted after upload?
Once published, the file is accessible at the root of your domain using the
/llms.txtpath.Which Framer plans support file hosting?
Static file hosting for
llms.txtis available on the Pro, Scale, and Enterprise plans.
Updated