- Issue created by @safetypin
- π©πͺGermany a.dmitriiev
I also had the same confusion. But there is a configuration page here
/admin/content/llms-txt
where you can use various tokens to create the structure you need. Also you can create sections here/admin/content/llms-txt/sections
that will be automatically added to llms.txt file. For example you can create a section for Main Menu and use the token[llms_txt_markdown_menu:main]
inside (you might need the token_filter module). But you can also add the token directly on configuration page. You can use any token, so this makes it generic. - ππΊHungary mxr576 Hungary
I secondh a.dmitriiev regarding the module's capabilities. I'd also recommend exploring the LLM support β recipe for additional implementation ideas.
It's important to note that llms.txt differs fundamentally from a traditional sitemap. Rather than being an auto-generated file listing all pages, llms.txt is curated content specifically designed to help Large Language Models understand and consume your site's information in the most effective way possible.
- πΊπΈUnited States safetypin Memphis, Tennessee
Thanks! I think I'm beginning to get a better grasp on the purpose and what it should look like.
- ππΊHungary mxr576 Hungary
I am glad to hear that. Let us know if you have further questions related to this topic or we can consider this closed.