Skip to content

Rule · AI search

llms.txt exists but isn't linked from the home page

geo/llms-txt-not-linkedinfovoid geoupdated

Why it matters

llms.txt v2 adds <link rel="describedby" href="/llms.txt"> so agents can discover it from any page.

How to fix it

Render the link in the root layout; React 19 hoists <link> elements from <body> into <head>.

Example

tsx
// app/layout.tsx
<body>
  <link rel="describedby" type="text/markdown" href="/llms.txt" />
  {children}
</body>

References

void geo reports 41 rules in this category. Generative-engine optimisation: whether AI crawlers that don't run JavaScript see the same content, valid and visible JSON-LD, an explicit AI robots policy, llms.txt, Markdown mirrors and answer-first writing.