Skip to content

Add support for llms.txt#2788

Open
danielwagn3r wants to merge 2 commits intonunocoracao:devfrom
danielwagn3r:llmstxt
Open

Add support for llms.txt#2788
danielwagn3r wants to merge 2 commits intonunocoracao:devfrom
danielwagn3r:llmstxt

Conversation

@danielwagn3r
Copy link

The llms.txt file is an industry standard that helps LLMs index content more efficiently, see https://llmstxt.org/

/config/_default/hugo.toml =>

[outputFormats]
  [outputFormats.llms]
    mediaType = "text/plain"
    baseName = "llms"
    isPlainText = true
    notAlternative = true

[outputs]
  home = ["HTML", "RSS", "JSON", "llms"]

From adityatelange/hugo-PaperMod@3bb0ca2

nunocoracao and others added 2 commits February 11, 2026 22:29
The llms.txt file is an industry standard that helps LLMs index content more efficiently, see https://llmstxt.org/

/config/_default/hugo.toml =>
```toml
[outputFormats]
  [outputFormats.llms]
    mediaType = "text/plain"
    baseName = "llms"
    isPlainText = true
    notAlternative = true

[outputs]
  home = ["HTML", "RSS", "JSON", "llms"]
```

From adityatelange/hugo-PaperMod@3bb0ca2
@netlify
Copy link

netlify bot commented Feb 13, 2026

Deploy Preview for snazzy-dango-efb2ec ready!

Name Link
🔨 Latest commit e30ea0a
🔍 Latest deploy log https://app.netlify.com/projects/snazzy-dango-efb2ec/deploys/698f3d65d8d5fe00085758a9
😎 Deploy Preview https://deploy-preview-2788--snazzy-dango-efb2ec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nunocoracao nunocoracao changed the base branch from main to dev February 13, 2026 15:05
@nunocoracao
Copy link
Owner

thanks @danielwagn3r I want to do this for a while but didn't have to
will review

@ZhenShuo2021
Copy link
Collaborator

Has llms.txt actually been adopted in practice? As far as I know, as of 2025 no major AI crawlers reference or honor it.

@danielwagn3r
Copy link
Author

danielwagn3r commented Feb 14, 2026

Has llms.txt actually been adopted in practice? As far as I know, as of 2025 no major AI crawlers reference or honor it.

None officially confirmed, Google semi-officially declined it. Searching the web, the picture is unclear.

It‘s a redundant to sitemap.xml in my point of view, providing the option to use it might be an options besides all that uncertainty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants