From 3c47ee92b5a046ac820c4c7216d317e9fe0c8714 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:03:40 +0000 Subject: [PATCH 1/3] Fern Editor: Update --- fern/products/docs/pages/seo/llms-txt.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fern/products/docs/pages/seo/llms-txt.mdx b/fern/products/docs/pages/seo/llms-txt.mdx index 002c9a8f8..2b1a649ec 100644 --- a/fern/products/docs/pages/seo/llms-txt.mdx +++ b/fern/products/docs/pages/seo/llms-txt.mdx @@ -3,7 +3,11 @@ title: llms.txt and llms-full.txt description: Enable tools like Cursor, GitHub Copilot, ChatGPT, and Claude to understand your documentation. --- -[llms.txt](https://llmstxt.org/) is a standard for exposing website content to AI developer tools. Fern automatically generates and maintains `llms.txt` and `llms-full.txt` files for your documentation site. When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+. +[llms.txt](https://llmstxt.org/) is a standard for exposing website content to AI developer tools. Fern automatically generates and maintains `llms.txt` and `llms-full.txt` files for your documentation site. + +## Automatically serve Markdown + +When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+. Date: Thu, 23 Oct 2025 14:05:15 -0600 Subject: [PATCH 2/3] Apply suggestion from @fern-support --- fern/products/docs/pages/seo/llms-txt.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/fern/products/docs/pages/seo/llms-txt.mdx b/fern/products/docs/pages/seo/llms-txt.mdx index 2b1a649ec..3a9a821ea 100644 --- a/fern/products/docs/pages/seo/llms-txt.mdx +++ b/fern/products/docs/pages/seo/llms-txt.mdx @@ -39,7 +39,6 @@ Example from Cash App: [developers.cash.app/llms-full.txt](https://developers.ca ## Analytics and monitoring The [Fern Dashboard](https://dashboard.buildwithfern.com/) provides comprehensive analytics for `llms.txt` usage including: - - Traffic by LLM provider (Claude, ChatGPT, Cursor, etc.) - Page-level breakdowns of bot vs. human visitors for Markdown and `llms.txt` files From a09580ee7b014aec0ab8c837edb19d7e05e3c86c Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:05:23 -0600 Subject: [PATCH 3/3] Apply suggestion from @fern-support --- fern/products/docs/pages/seo/llms-txt.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/fern/products/docs/pages/seo/llms-txt.mdx b/fern/products/docs/pages/seo/llms-txt.mdx index 3a9a821ea..074d6b947 100644 --- a/fern/products/docs/pages/seo/llms-txt.mdx +++ b/fern/products/docs/pages/seo/llms-txt.mdx @@ -24,7 +24,6 @@ Contains a lightweight summary of your documentation site with each page distill `llms.txt` is available at any level of your documentation hierarchy (`/llms.txt`, `/docs/llms.txt`, `/v1/api-reference/llms.txt`, etc.). Examples from Eleven Labs: - - Developer documentation (Prompting directory): [elevenlabs.io/docs/best-practices/prompting/llms.txt](https://elevenlabs.io/docs/best-practices/prompting/llms.txt) - API Reference (Create speech endpoint): [elevenlabs.io/docs/api-reference/text-to-speech/convert/llms.txt](https://elevenlabs.io/docs/api-reference/text-to-speech/convert/llms.txt)