🔗
AB-082
llms.txt Linked from HTML
What it means
Checks that the homepage HTML includes a <link> tag pointing to /llms.txt for agent discovery.
Why it matters
Agents crawling your homepage can automatically discover the llms.txt file without guessing URLs.
✗
What's wrong
No <link rel='alternate' href='/llms.txt'> in homepage <head> — agents must guess the URL.
✓
What's right
<link rel='alternate' type='text/plain' href='/llms.txt'> present in homepage <head>.
Check this rule on your site
Enter your URL to check just this one rule (AB-001).