FOR AI AGENTS & CRAWLERS

How Wander is agent-ready

This demo implements every standard checked by isitagentready.com, across discoverability, content accessibility, bot access control, protocol discovery and agentic commerce. Each row links to the live artifact.

Quick start for agents: read /llms.txt, connect to the MCP server at https://agentready-travel.agreatorganization.com/mcp, or fetch any page with Accept: text/markdown.
CategoryStandardHow we satisfy itWhere
Discoverabilityrobots.txtServed with crawl rules + Sitemap + AI-bot rules + Content-Signal/robots.txt
DiscoverabilitySitemapXML sitemap of every stay & flight page/sitemap.xml
DiscoverabilityLink headersHomepage emits Link: rel=alternate (markdown), api-catalog, llms.txt, .../
DiscoverabilityDNS-AIDSVCB records at _mcp/_a2a._agents + TXT index at _index._agents (set in DNS)DNS
ContentMarkdown negotiationAny HTML page returns text/markdown when you send Accept: text/markdownAccept: text/markdown
Bot controlAI bot rulesrobots.txt lists GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc./robots.txt
Bot controlContent SignalsContent-Signal: search=yes, ai-input=yes, ai-train=no in robots.txt/robots.txt
Bot controlWeb Bot AuthSigned JWKS key directory (Ed25519, RFC 9421 message signature)/.well-known/http-message-signatures-directory
DiscoveryAPI CatalogRFC 9727 linkset+json listing our APIs/.well-known/api-catalog
DiscoveryOAuth discoveryRFC 8414 authorization-server metadata/.well-known/oauth-authorization-server
DiscoveryOAuth Protected ResourceRFC 9728 metadata + WWW-Authenticate on the API/.well-known/oauth-protected-resource
Discoveryauth.mdMarkdown describing how agents authenticate/auth.md
DiscoveryMCP Server CardServer card pointing at our MCP endpoint/.well-known/mcp/server-card.json
DiscoveryA2A Agent CardAgent2Agent card with skills + AP2 payment extension/.well-known/agent-card.json
DiscoveryAgent SkillsAgent Skills index + SKILL.md files/.well-known/agent-skills/index.json
DiscoveryWebMCPnavigator.modelContext tools registered on every page(in-page JS)
Commercex402402 Payment Required with x402 challenge body/api/v1
CommerceMPP402 + WWW-Authenticate: Payment, described in OpenAPI/openapi.json
CommerceUCPUniversal Commerce Protocol business profile/.well-known/ucp
CommerceACPAgentic Commerce Protocol discovery + product feed/.well-known/acp.json
CommerceAP2Agent Payments Protocol extension declared in the A2A card/.well-known/agent-card.json