stripe.com
Minimal. Agents can crawl but can't really consume.
- ✓ robots.txt present 5pt
Serves 643 bytes
- ✗ robots.txt explicitly allows AI crawlers 10pt
No AI crawler is explicitly allow-listed
Fix: Add User-agent blocks + `Allow: /` for GPTBot, OAI-SearchBot, ClaudeBot, Claude-Web, Claude-SearchBot, ChatGPT-User, PerplexityBot. Most sites implicitly allow these, but explicit blocks beat implicit in Google + Bing's ranking signals.
- ✓ /llms.txt is live 15pt
Serves 63917 bytes
- ✗ /sitemap.xml with lastmod timestamps 8pt
Missing sitemap
Fix: Every <url> in the sitemap should have a <lastmod> — agents use it to decide re-fetch cadence.
- ✗ MCP server exposed (/api/mcp or /.well-known/mcp) 20pt
No MCP server detected at /api/mcp or /.well-known/mcp
Fix: Add a JSON-RPC 2.0 MCP server at /api/mcp exposing your site's content as typed tools (list_posts, search, get_post, etc.). The Claude Code MCP spec is ~10 pages.
- ✓ OpenGraph + Twitter meta on homepage 5pt
5 og:* tags, 5 twitter:* tags
- ✓ schema.org structured data 10pt
7 @types detected: WebSite, Organization, Person, ImageObject, ContactPoint, Place
- ✗ RSS/Atom/JSON feeds 5pt
No RSS/Atom/JSON feed discovered on homepage or /rss.xml
Fix: Ship at minimum /rss.xml. Agent-era content consumers (readers, aggregators, summarizers) fall back to RSS when MCP isn't available.
- ✗ x402 micropayments (optional, high-value) 8pt
No x402 challenges detected on /api — this is fine if you don't monetize via agent payments, but it's the easiest $10-$10k/mo new revenue surface
Fix: If your API has agent buyers, wire x402 on one paid route. The middleware is ~20 lines and settles USDC on Base. Romy builds this as a $2.5k 1-week sprint: /services#x402-integration-sprint
- ✓ canonical URL on homepage 3pt
Canonical present
- ✓ security.txt 3pt
RFC 9116 security.txt present
- ✓ HTTPS + HSTS 3pt
HTTPS + HSTS present
- ✗ Machine-readable API spec (OpenAPI) 5pt
No OpenAPI spec at /openapi.json
Fix: If your site has a public API, ship /openapi.json. Agents use it for typed discovery the same way humans use docs pages.
Want the full report?
This free checker runs 13 probes. The paid Agent-Ready Audit is ~50 checks + manual review of your schema, content strategy, and agent discoverability — plus a PR with the highest-leverage change already implemented.
Book the full audit — $1.5k ($150 deposit) → Or ask a question first