LLMs-TXT生成器
DTCPack将任何URL转化为符合GEO规范的内容———让大模型更了解您的网站
Loading...
正在生成内容,请稍候...
生成结果
详见结果下方的实施指南Markdown 内容
等待生成内容...
Schema JSON 内容
等待生成内容...
YAML 内容
等待生成内容...
LLMs.txt 内容
等待生成内容...
实施指南
安装步骤
- 下载为您的页面生成的 index.md 文件。
- 将其上传到文档文件夹(/docs/、/content/ 或 /knowledge-base/)。
- 如果使用 WordPress、Ghost 或 Jekyll 等 CMS:
创建新的 Markdown 文章并粘贴文件内容。如果使用 Jekyll 或 Hugo,将其存储在 /content/ 或 _posts/ 目录中。
- 通过在 CMS 或 Markdown 查看器中预览来确保 Markdown 正确渲染。
- 在您网站的标记中引用 Markdown 文件。
点击下方"查看引用选项"了解在网站标记中链接此文件的不同方式。
引用选项
Markdown 文档设置说明
✅ 使用场景
为网站页面提供AI友好的纯文本版本。
建议与主要内容页面配合使用(如 /about.html.md)。
为网站页面提供AI友好的纯文本版本。
建议与主要内容页面配合使用(如 /about.html.md)。
🔹 推荐的HTML引用方式
<link rel="alternate" type="text/markdown" href="https://dtcpack.cn/articles/details/the-end-of-seo-and-the-rise-of-geo-2025.html/docs/readme.md">
🔹 直接链接示例
<a href="https://dtcpack.cn/articles/details/the-end-of-seo-and-the-rise-of-geo-2025.html/docs/readme.md">查看Markdown版本</a>
🔹 替代方案(通过JavaScript加载)
<script>
fetch("https://dtcpack.cn/articles/details/the-end-of-seo-and-the-rise-of-geo-2025.html/docs/readme.md")
.then(response => response.text())
.then(markdown => {
document.getElementById("markdown-content").innerText = markdown;
});
</script>
<div id="markdown-content"></div>
fetch("https://dtcpack.cn/articles/details/the-end-of-seo-and-the-rise-of-geo-2025.html/docs/readme.md")
.then(response => response.text())
.then(markdown => {
document.getElementById("markdown-content").innerText = markdown;
});
</script>
<div id="markdown-content"></div>
可选增强
- 如果您的网站支持 GitHub Pages 或 MkDocs,将文件存储在公共仓库中以允许 AI 索引。
- 在 sitemap.xml 中链接该文件以便于索引。

全球超过 20,000+ 家企业的共同选择