Add llms.txt for LLM-friendly site discovery #11

Merged
jknapp merged 1 commits from add-llms-txt into main 2026-08-03 02:51:19 +00:00
Owner

Adds public/llms.txt, served at https://kb.anhonesthost.com/llms.txt.

llms.txt (see https://llmstxt.org) is a convention that gives LLMs and AI assistants a concise, curated markdown map of a site: a one-line summary plus sectioned links with descriptions. This one mirrors the KB sidebar (WHP sections, cPanel, Domains, Email, Support) using each page's frontmatter title and description verbatim, with absolute trailing-slash URLs, and an Optional section linking the homepage and sitemap. It helps AI tools answer customer questions with accurate links into our docs.

Adds `public/llms.txt`, served at https://kb.anhonesthost.com/llms.txt. `llms.txt` (see https://llmstxt.org) is a convention that gives LLMs and AI assistants a concise, curated markdown map of a site: a one-line summary plus sectioned links with descriptions. This one mirrors the KB sidebar (WHP sections, cPanel, Domains, Email, Support) using each page's frontmatter title and description verbatim, with absolute trailing-slash URLs, and an Optional section linking the homepage and sitemap. It helps AI tools answer customer questions with accurate links into our docs.
jknapp added 1 commit 2026-08-03 02:51:14 +00:00
Publishes /llms.txt per the llmstxt.org convention: an H1, a summary
blockquote, an orientation paragraph, and H2 sections mirroring the
sidebar with links to every doc page (frontmatter titles and
descriptions, absolute URLs with trailing slashes), plus an Optional
section with the homepage and sitemap.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
jknapp merged commit 0e3ae941eb into main 2026-08-03 02:51:19 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cloud-hosting-platform/kb-anhonesthost#11