SEO
Performance
Jul 24, 2025
How to add llms.txt to the site
If you want clear control over how your site content is used by large language models (LLMs), consider adding an llms.txt file to the .well-known folder. Framer offers easy uploads and reliable hosting for this.

Uploaded by

Translated by
Contents
Table of Contents
This document addresses the difficulties faced by domestic users learning Framer due to the lack of Korean materials, by translating the official blog content into Korean and adding practical information. We hope this will be of some help to those using Framer.
What is an llms.txt file?
The llms.txt file is provided by website operators to guide large language models (LLM) like ChatGPT or automated systems on how to use site content. Through this file, operators can provide clear guidelines on what content the LLM can learn from or reference, as well as what access should be restricted.
Why should you add an llms.txt file?
As the use of large language models increases, much of website content is automatically gathered and learned. However, operators sometimes need to manage the permission for their content to be used by LLMs. The llms.txt file clearly communicates these requirements, ensuring that the website's data is used safely and according to the operator's intentions.
Hosting llms.txt on Framer
In Framer, you can directly host a .well-known
file on your site or custom domain. This feature is available in the Pro, Launch, Scale, and Enterprise plans.
How to upload an llms.txt file
Open the project in Framer
Navigate to Site settings
Scroll to the Well-known files section
Upload the llms.txt file (supports TXT or JSON format)

Once the site is published, the file will be available at the path /.well-known/llms.txt
. For more details on .well-known
files, refer to the related guide.
Leveraging Framer's .well-known
file support ensures that the llms.txt file is provided easily and reliably, guaranteeing that automated services interacting with the site can find it effortlessly.
This article is an adaptation of the Framer official blog's 'Adding llms.txt to your site'.