AI Agent Compatibility Example: Robots, Schema and Form Issues
This example shows the AIWebPageSEO AI Agent Compatibility Audit for a SaaS marketing site. Agent Score is 58 out of 100. The audit found 5 of 8 AI crawler directives configured, 62% structured data coverage, 23 form accessibility issues blocking autonomous agents, and no llms.txt file. ChatGPT Operator and Claude Computer Use would struggle to complete signup or contact tasks on this site.
| Crawler | Purpose | Status | Recommendation |
|---|---|---|---|
| GPTBot | OpenAI training | ✅ Allowed | Keep allowed for OpenAI visibility |
| ChatGPT-User | Live answer fetch | ✅ Allowed | Critical for ChatGPT citation |
| OAI-SearchBot | OpenAI search index | 🔴 Not specified | Add User-agent: OAI-SearchBot |
| ClaudeBot | Anthropic | 🔴 Not specified | Add ClaudeBot directive |
| PerplexityBot | Perplexity | 🔴 Not specified | Add PerplexityBot directive |
| Google-Extended | Gemini training | ✅ Allowed | Required for Gemini visibility |
| CCBot | Common Crawl | ⚠ Default deny | Decide deliberately — CC feeds many AI models |
| Bytespider | ByteDance | ⚠ Default deny | Block if China traffic not relevant |
Signup form — missing autocomplete
Your signup form has no autocomplete attributes on email, password or name fields. ChatGPT Operator and Claude Computer Use rely on autocomplete tokens to fill fields correctly. Add autocomplete="email", autocomplete="new-password", autocomplete="given-name".
Checkout — fields missing labels
Six checkout fields use placeholder text but no <label> elements. Agents cannot reliably identify what each field expects. Add explicit <label for="..."> tags for every input.
Captcha on contact form
hCaptcha blocks agent-driven contact submissions. Consider Cloudflare Turnstile or invisible captcha that allows verified agent traffic through.
| Issue | Count | Example | Impact |
|---|---|---|---|
| "Click here" or "Learn more" | 14 | <a>Learn more</a> | ⚠ Agents can't predict destination |
| Buttons without text | 6 | <button><svg/></button> | 🔴 Critical — no aria-label |
| Checkout reachable in > 4 clicks | 1 path | Home → category → product → cart → form → checkout | ⚠ Reduce to 3 clicks |
| Critical action behind hover-only menu | 1 | Pricing link in hover dropdown | 🔴 Agents can't trigger hover |
Related Demo Reports
Run AI Agent Compatibility Audit on Your Own Site
Get your real agent compatibility audit covering all 8 categories — robots, schema, semantic HTML, forms, actions, content, auth and llms.txt.