🤖
AB-161
AI-Agent Discovery meta tags
🔍 Discovery
Pillar: Discovery
Quick fix
Severity: high
Est. cost: $0
Gap: documentation
Fix: deterministic
What it means
Your HTML head declares ai-agent-discovery and ai-agent-onboarding meta tags pointing to machine-readable entry points.
Why it matters
AI agents landing on any page immediately know where to find your llms.txt and onboarding guide, without guessing URL conventions.
✗
What's wrong
<head>… no AI-agent meta tags …</head>
✓
What's right
<meta name="ai-agent-discovery" content="https://example.com/llms.txt"> <meta name="ai-agent-onboarding" content="https://example.com/skill.md">
Check this rule on your site
Enter your URL to check just this one rule (AB-001).
Related rules in Discovery
Machine-Readable
This rule is also available as JSON: /rules/AB-161.json
Explore More
-
All Rules
Browse the complete rules catalog
-
Agent Guide
Learn how to fix this rule
-
Blog
Related articles on agent readiness