{
  "name": "AI Site Health Checker",
  "description": "Audits any website for AI-agent readiness across readability, discoverability (AEO), and navigability (A2A).",
  "url": "https://aisitehealth.com/",
  "provider": {
    "organization": "AI Site Health"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false
  },
  "skills": [
    {
      "id": "audit-website",
      "name": "Audit a website",
      "description": "Fetch a URL and return a graded agent-readiness report with per-check results.",
      "tags": ["seo", "aeo", "a2a", "audit"]
    },
    {
      "id": "generate-fixes",
      "name": "Generate fix files",
      "description": "Generate robots.txt, llms.txt, an A2A agent card, and Schema.org JSON-LD for a site.",
      "tags": ["robots", "llms", "structured-data"]
    }
  ]
}
