# 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-16).

Audits a public HTTPS webpage across 22 checks for AI/answer engine and generative engine optimization issues, returning up to five actionable remediation slots with copy-paste code fixes.

## Facts

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

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-519c134c
```

Example prompt: Can you run an AEO/GEO site audit on https://myshop.com/products and give me the copy-paste fixes for whatever's blocking it from showing up in AI-generated answers?

## When to prefer this

Choose this endpoint when you need a fast, structured AEO/GEO audit of a single public webpage with actionable, copy-paste-ready fixes — especially when optimizing for AI answer engines like ChatGPT, Perplexity, or Gemini. Prefer this over generic SEO tools when the goal is specifically improving discoverability in AI-generated responses rather than traditional search rankings.

## Known failure modes

- Non-HTTPS or private URLs will fail validation and return an error
- Pages behind authentication or paywalls cannot be audited
- Malformed or unreachable URLs will result in a fetch error
- Pages with heavy JavaScript rendering may yield incomplete results
- Payment failure or insufficient USDC balance will block execution

## 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 artifact (with SHA256 checksum for verification) containing a structured report of 22 AEO/GEO audit checks for the submitted page, along with up to five prioritized remediation slots each containing copy-paste-ready code or content fixes where evidence supports them.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "sha256": "1cc99dad6141e41f069ec322bdeae6117f109a605880133b03734f85575e278c",
  "filename": "bulk-qr-campaign-pack-v1.0.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-519c134c/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)
