Publish llms.txt on docs.paperclip.ing (PAP-13264 SEO A4) - #51
Open
cryppadotta wants to merge 1 commit into
Open
Publish llms.txt on docs.paperclip.ing (PAP-13264 SEO A4)#51cryppadotta wants to merge 1 commit into
cryppadotta wants to merge 1 commit into
Conversation
Emit /llms.txt at build time alongside sitemap.xml and robots.txt: an llmstxt.org-style map of the docs (title, summary, then every guide and reference grouped by nav section with a descriptive line) so answer engines can cite the specific page. Served as text/plain with the same noindex X-Robots-Tag as the other generated text files. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Deploying paperclip-docs with
|
| Latest commit: |
4fecb80
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2f522fc8.paperclip-docs-74t.pages.dev |
| Branch Preview URL: | https://pap-13264-docs-llms-txt.paperclip-docs-74t.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of SEO Track A (PAP-13260), the A4 docs-site half of PAP-13264. The website half (blog → docs deep links + docs reference in
paperclip.ing/llms.txt) is a separate PR inpaperclip-website.What changed
site/build-release.mjsnow emits/llms.txtat build time, next to the existingsitemap.xmlandrobots.txt:# Paperclip Docstitle, a>summary, a short orientation paragraph + key links, then every guide/reference grouped by its nav section as- [Title](url): description.text/plain; charset=utf-8with the sameX-Robots-Tag: noindex, nofollowas the other generated text files (answer engines fetch it by convention at/llms.txt; we keep the raw file out of the search index while the guide pages stay indexed).Verification
npm run docs:buildsucceeds; log now reports "…plus sitemap.xml, robots.txt, and llms.txt."npm run docs:test:static-routespasses.GET /llms.txt→ 200,text/plain, 45KB.After merge + deploy,
https://docs.paperclip.ing/llms.txtwill resolve (currently 404).🤖 Generated with Claude Code