Replies: 1 comment
-
|
Interesting idea! I actually wrote a comparison on this exact topic. Here are my thoughts: Both approaches solve different problemsYour HTML tag approach is elegant for source-level AI parsing — it keeps semantic hints inline with the content. But there are a few practical issues:
Why llms.txt won't die soon:
The real sweet spot? Both.Use llms.txt as the navigation layer ("here's what I have and where it lives"), and use structured data (JSON-LD / microdata, already a W3C standard) for inline semantic hints. That way you get:
I wrote a deeper dive on AI SEO optimization if anyone's interested: https://miaoquai.com/glossary/llms-txt-explained.html TL;DR: Don't invent new HTML tags — use existing standards smarter. The LLM parsing problem is a discovery problem, not a markup problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me that the idea of special files for LLM for understanding the structure of documentation or a site is redundant, at least we shouldn't create them manually. To solve this problem, it seems to me that we need to highlight existing text created for a human, for example, using special HTML tags. For example:
Something similar for markdown:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions