Replies: 1 comment 2 replies
-
Hi, Justo echo this entry - #80692 (comment) - I understand your request is more in line with the functionality we have for sitemap, robots etc... but just so that people know there's a way to do it yourself. Vercel also has https://vercel.com/docs/llms.txt And since yesterday, so does Next.js https://nextjs.org/docs/llms.txt - I was just about to announce this - |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Add
llm.txt
support for dynamic content in similar fashion of sitemap.xml and robots.txt is implementedNon-Goals
Generate the content for the website based on the site, just stick to a similar format compared to the current similar implementations.
Background
From the proposal format website: https://llmstxt.org/
A few companies already adopting the format:
Proposal
Implement a
llm.(js|ts)
file that would live in the app directory in similar way we utilise sitemap or robots.txt.Beta Was this translation helpful? Give feedback.
All reactions