zapier.com — Agent-Adoption Score
25 checks evaluated · score 69 / 100
Discovery surfaces extend to agentic workflows — markdown-negotiation passes.
To reach L3 Agent-Optimized, pass:
Accept: text/markdown negotiation serves HTML to humans and agent-readable markdown to agents from one URL — no duplicate-URL strategy.
Current: Server honored Accept: text/markdown
Subscores
Where zapier.com is most cited — and how those brands compare on agent-readiness
Top 4 categories where AI agents recommend zapier.com most. Each card shows the most-cited brands in that category and where each sits on the agent-adoption ladder.
- #1This scan69 L3
- #258 L1
- #318 L1
- #441 L1
- #523 L1
- #1This scan69 L3
- #258 L1
- #341 L1
- #441 L1
- #542 L1
- #132 L1
- #241 L1
- #342 L1
- #418 L1
- #5This scan69 L3
- #144 L1
- #261 L2
- #323 L1
- #444 L1
- #542 L1
- #29This scan69 L3
Per-check breakdown
Discoverability3 pass · 0 fail100
robots.txt served with 12 User-agent directives
robots.txt is the first file crawlers and agents check for access rules; silence defaults to blanket-allow. Per RFC 9309.
Sitemap served at https://zapier.com/uag6x9zaeydnbfy75xsggcsb37h8cgzf-two-service-sitemap.xml (<sitemapindex> root)
An XML sitemap is the route map agents use to find your pages. Without one they link-walk and miss deep or orphaned content.
Homepage serves a Link: header with agent-useful rel types (3 links with rel values: service-desc, service-doc, describedby)
Link: response headers expose related resources — API catalogs, service docs, alternates — before an agent parses HTML. Per RFC 8288.
Access Control3 pass · 0 fail · 1 informational100
robots.txt declares wildcard User-agent with explicit Allow: / and no cross-bot blanket blocks
A blanket-allow posture (wildcard User-agent, Allow: /, no cross-bot blocks) declares that every crawler is welcome. Informational — no pass/fail.
Content Readability7 pass · 1 fail · 1 informational85
llms.txt discovered at https://zapier.com/llms.txt
An llms.txt file gives agents a curated entry point into your docs — sitemap-equivalent, but sized for context windows. Per llmstxt.org.
llms.txt matches llmstxt.org structure
A well-formed llms.txt (H1 title, summary blockquote, linked sections) parses cleanly; a malformed one is skipped silently — worse than no file. Per llmstxt.org.
llms.txt has 7 H2 sections and 99 markdown links, no Optional section
Reports the shape of your llms.txt — Optional section, H2 count, link count — so you can tell at a glance whether agents get a skeleton or a full map.
Server-side rendering confirmed
Classifies the site as server-rendered, hydrated, or client-rendered (SPA) — what agents see without running JavaScript. A pure SPA reads as blank.
10/10 sampled pages exceed 100000 converted chars
Measures how much markdown each page feeds into an agent's context window. Under 50K fits cleanly; over 100K truncates mid-page — pages have context budgets too.
Correct HTTP 404 returned for non-existent path
Soft-404s (HTTP 200 on a missing page) make agents cache garbage as canonical content. An honest 4xx tells agents the URL is dead — drop it.
All 5/5 sampled URLs use same-eTLD+1 HTTP redirects or no redirect
Same-domain HTTP 3xx redirects work for agents. JavaScript redirects break agents without JS; cross-domain jumps read as tracking.
AGENTS.md present at /AGENTS.md (1246 bytes, text/markdown)
AGENTS.md is a coding-agent convention. ETH Zurich research (2026) found it often hurts those agents; we track presence to test the effect on websites. Informational.
Homepage response carries 2 of Cache-Control / ETag / Last-Modified: cache-control, etag
Cache-Control, ETag, and Last-Modified headers let agents re-fetch only what changed — missing headers force full re-downloads. Informational.
Agent Endpoints3 pass · 2 fail0
No OAuth Protected Resource metadata at /.well-known/oauth-protected-resource
Protected Resource metadata identifies which authorization server protects your API. Paired with oauth-discovery, agents complete auth without reading docs. Per RFC 9728.