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:

  1. Open the Framer dashboard.

  2. In the left sidebar, find your domain under Domains.

  3. Open the Files section.

  4. Upload your llms.txt file.

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 llms.txt implementations

JSON

Structured machine-readable data

Verify your file

After publishing:

  1. Open your website in a browser.

  2. Navigate to /llms.txt.

  3. Confirm that the file loads successfully and displays the expected 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:

  1. Open the Framer dashboard.

  2. In the left sidebar, find your domain under Domains.

  3. Open the Files section.

  4. Upload your llms.txt file.

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 llms.txt implementations

JSON

Structured machine-readable data

Verify your file

After publishing:

  1. Open your website in a browser.

  2. Navigate to /llms.txt.

  3. 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.txt file 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.txt path.

  • Which Framer plans support file hosting?

    Static file hosting for llms.txt is available on the Pro, Scale, and Enterprise plans.

Updated