Sygnal Hyperflow
Micro-Consulting
  • đź“—Overview
    • Hyperflow v2.0
    • What's New?
  • đź“—CORE FEATURES
    • Overview
    • SEO Enhancements
    • Hyperflow 2 API
    • Logging
  • đź“—HYPERFLOW APPS
    • Hyperflow Monitor
      • API
      • Alert Setup
    • Hyperflow Locale-Specific Domains
    • Hyperflow LLMS
      • Setting up LLMS.TXT
      • Setting up Markdown Pages
      • Hyperflow LLMS API
      • Future
    • Hyperflow CMS Preview
    • Hyperflow Files
    • Hyperspeed
  • đź“—INSTALLATION
    • Hyperflow Setup
    • Cloudflare DNS Setup
      • GoDaddy
    • Hyperflow Installation
    • Micro-service RPC Interface
    • Monitoring & Maintenance Setup
  • đź“—HYPERSPEED
    • About Hyperspeed
    • Hyperspeed Releases
    • Hyperspeed Caching Features
      • Purge Cache on Site Publish
    • Hyperspeed Security Features
    • Hyperspeed SEO Features
    • Hyperspeed Advanced & Custom Features
    • Hyperspeed Monitoring & Maintenance
    • Additional Notes
      • Hyperspeed API
      • Monitoring
      • Information
      • JS
      • CSS
      • Hyperflow Purge Cache
        • Purge Triggers
        • Purge HTML Only
        • Quickstart
      • Content Coverage
      • Special File Handling
      • Caching
      • Image Handler
      • Dev Setup
      • Hyperflow Inline SVGs
      • Hyperflow Image Optimization
    • Hyperflow Editor
    • Future
    • Webflow Notes
    • Troubleshooting
  • đź“—ADVANCED HYPERSPEED
    • Kingside Castle (O-O)
    • Queenside Castle (O-O-O)
Powered by GitBook
On this page
  • The LLMS.TXT Formal Specification
  • Key Points
  • Best Practices
  • Headings
  • Lists
  • Tables
  • Technical Notes
  1. HYPERFLOW APPS
  2. Hyperflow LLMS

Setting up LLMS.TXT

PreviousHyperflow LLMSNextSetting up Markdown Pages

Last updated 1 month ago

We recommend creating this as a standard Webflow page, under /_hf/llms .

  • The folder and page must be published and can not be password-protected.

  • The page should be excluded from the Sitemap, as it is not needed by search engines.

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;

e.g. HTML
e.g. Markdown

<h1>Heading 1</h1>

# Heading 1

<li>List item</li>

* List item

The LLMS.TXT Formal Specification

Hyperflow LLMS gives you full flexibility on the structure and content of your page, however it's important to follow the Formal Specifical for LLMS.TXT page construction.

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;

Key Points

  • Links should be suffixed with .md extension.

Best Practices

Headings

Use Webflow's Heading elements, and arrange them in the correct hierarchical order;

e.g.

H1 Fuzzy wuzzy was a bear
H2 Chapter 1
H3 In the beginning
H2 Chapter 2

Lists

You can use regular Webflow List and List Item elements,

Or if you want more control over the formatting, you can use Embeds.

Tables

Use an Embed element, with HTML Table content in it.

Technical Notes

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.

đź“—
https://llmstxt.org/#:~:text=An%20H1%20with,about%20the%20file.
https://developers.cloudflare.com/llms.txt
https://docs.anthropic.com/llms.txt
https://docs.perplexity.ai/llms.txt