🔗
AB-081

llms-full.txt Linked from HTML

🔍 Discovery Quick fix Est. cost: $0

What it means

Checks that the homepage HTML includes a <link> tag pointing to /llms-full.txt for agent discovery.

Why it matters

Agents crawling your homepage can automatically discover the full documentation file without guessing URLs.

What's wrong

No <link rel='alternate' href='/llms-full.txt'> in homepage <head> — agents must guess the URL.

What's right

<link rel='alternate' type='text/plain' href='/llms-full.txt'> present in homepage <head>.

Check this rule on your site

Enter your URL to check just this one rule (AB-001).

Related rules in Discovery