Setting up LLMS.TXT
Last updated
Last updated
The LLMS page is a standard Webflow page that you manage in the designer- however its goal is to specify the content that you want in your /llms.txt
and nothing else.
No styling or artwork are needed, and should be avoided.
Hyperflow LLMS converts the page to Markdown, following your content structure;
<h1>Heading 1</h1>
# Heading 1
<li>List item</li>
* List item
The /llms.txt
file is Markdown but follows a specific format;
An H1 with the name of the project or site. This is the only required section
A blockquote with a short summary of the project, containing key information necessary for understanding the rest of the file
Zero or more markdown sections (e.g. paragraphs, lists, etc) of any type except headings, containing more detailed information about the project and how to interpret the provided files
Zero or more markdown sections delimited by H2 headers, containing “file lists” of URLs where further detail is available
Each “file list” is a markdown list, containing a required markdown hyperlink [name](url)
, then optionally a :
and notes about the file.
Examples;
Links should be suffixed with .md
extension.
Use Webflow's Heading elements, and arrange them in the correct hierarchical order;
e.g.
You can use regular Webflow List and List Item elements,
Or if you want more control over the formatting, you can use Embeds.
Use an Embed element, with HTML Table content in it.
In llms.txt
,
Relative links will be converted to absolute links, using the same path.
All links within the site will be suffixed with .md
This is automatically handled by Hyperflow LLMS.