# AI Discovery Site Audit — AEO/GEO Fix Pack

> AI Discovery Site Audit — AEO/GEO Fix Pack is a paid API for AI agents from agent402.dev, paid per call via x402, $5.99/call, status unknown (last checked 2026-09-14).

Audits a public HTTPS webpage against 22 AEO/GEO checks and delivers up to five actionable remediation slots with copy-paste code fixes for AI discoverability issues.

## Facts

- Endpoint: GET https://agent402.dev/download
- Price: $5.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-discovery-site-audit-aeo-geo-fix-pack-b4217ac9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k1I-gvYxb_OHZe2so3_Da

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ai-discovery-site-audit-aeo-geo-fix-pack-b4217ac9
```

Example prompt: Can you run an AEO/GEO site audit on https://mybusiness.com and give me the 22-point check results plus copy-paste code fixes for whatever's broken?

## When to prefer this

Choose this endpoint when you need a structured, actionable AEO/GEO audit of a single public webpage with ready-to-implement code fixes rather than a generic SEO report. It is especially valuable for developers and marketers optimizing pages for AI-powered search engines and generative answer engines (ChatGPT, Perplexity, Gemini). Prefer it over manual audits or generic SEO tools when you need AI-discoverability-specific checks (22 structured signals) and want remediation artifacts you can deploy immediately, paid on a per-page basis with no subscription.

## Known failure modes

- Non-HTTPS or non-public URL rejected — endpoint only accepts public HTTPS pages
- Page behind authentication or paywalls cannot be crawled and audit cannot be completed
- Payment of 5 USDC on Base must succeed before audit is returned; failed payments yield no results
- Malformed or unreachable URLs return an error without consuming payment
- Pages with heavy JavaScript rendering may produce incomplete audit coverage

## How this service works

Audit one public HTTPS page for 5 USDC on Base: 22 checks and five fixed AEO/GEO remediation slots, with copy-paste code when evidence permits.

## Output

Returns a downloadable ZIP file (application/zip) containing the audit report with results for all 22 AEO/GEO checks, up to five prioritized remediation slots, and copy-paste-ready code snippets where evidence permits. The response includes a SHA-256 hash, filename, and content type for integrity verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "sha256": "56cac0a97aebf11d4de2cc4953929716ba438a588ee5990ebc9f6dead432d538",
  "filename": "quest-card-mini-kit-v1.0.zip",
  "contentType": "application/zip"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-discovery-site-audit-aeo-geo-fix-pack-b4217ac9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent402.dev](https://www.zero.xyz/host/agent402.dev/llms.txt)
