Summary
Timeline: 7 days • Stack: Static site + CDN • Goal: Agent discoverability + recommendation readiness
- Published
/.well-known/agent.jsonand/.well-known/ai.txtwith correct headers - Added Organization + WebSite + FAQPage JSON‑LD to key pages
- Exposed
/agent-sitemap.jsonand refreshed/sitemap.xml - Enabled fast, cacheable responses with security headers
Key Snippets
Agent Manifest
{
"agent_manifest_version": "1.0",
"identity": "did:web:example.com",
"name": "Example Store",
"endpoints": {"agent_sitemap": "https://example.com/agent-sitemap.json"}
}
Organization JSON‑LD
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Example Store",
"url": "https://example.com"
}
Outcomes
- Agent recommendation likelihood: +38 points (internal benchmark)
- Schema coverage: 100% on primary templates
- Zero‑click readiness: Enabled via FAQ and summary blocks