<!-- Generated from zh/llms-txt-framer/index.html. The canonical document is the HTML page. -->

- [ 首页 ](/zh/) 
/
- [ 如何创建 llms.txt ](/zh/how-to-create/) 
/
- Framer            
# Framer 中的 `llms.txt`

Framer 允许您直接在自己的域名上托管静态文件。上传 llms.txt 只需一分钟，无需编写代码。

最近更新: 2026年7月26日

本页内容

- [ Framer 如何提供静态文件 ](#overview)
- [ 方法：在 Files 区域上传 ](#upload)
- [ 套餐要求 ](#plan)
- [ 验证设置 ](#verify)            
## Framer 如何提供静态文件

Framer 是无代码建站工具，因此没有可用于放置文件的 `public/` 文件夹供您放入文件。它改为允许您通过控制面板直接在网站或自定义域名上托管静态文件。上传的
`llms.txt` 随后会在 `https://yourdomain.com/llms.txt`.

## 方法：在 Files 区域上传

- 先编写你的 `llms.txt` 内容（使用 [操作指南](/zh/how-to-create/) 和 [生成器](/zh/generator/)），然后将其保存为 `.txt` 文件。 
- 打开 Framer 信息中心。 
- 在左侧边栏中，找到位于 **域名**. 
- 打开 **文件** 区域。 
- 上传您的 `llms.txt` 文件。 
- 发布网站。该文件将在以下位置可用： `/llms.txt`.     
示例

结构化 Markdown

Framer 建议该文件采用结构化 Markdown 格式，这与
llms.txt 格式  使用的格式：一个 H1 名称、一段块引用摘要，然后是包含带注释链接的
H2 章节。

## 套餐要求

备注

Pro、Scale 或 Enterprise

Framer 的 Pro、Scale 和 Enterprise 套餐支持托管静态文件。较低级别的套餐没有 Files
区域，因此若要提供  llms.txt  从根目录提供。

## 验证设置

发布后，打开 `https://yourdomain.com/llms.txt` 在浏览器中打开并确认它加载且显示你的内容。你也可以运行：

```
curl -sI https://yourdomain.com/llms.txt | grep -i content-type
```

另一个无代码构建器？请参见 [Webflow](/zh/llms-txt-webflow/),
[Wix](/zh/llms-txt-wix/)，以及 [Squarespace](/zh/llms-txt-squarespace/) 指南。使用以下工具验证
您的文件： [验证器](/zh/validator/).

## 来源

- [ Framer 帮助，将 llms.txt 文件添加到你的站点 ](https://www.framer.com/help/articles/llms-txt-framer/)
- [ llmstxt.org，规范参考 ](https://llmstxt.org/)
