# AI Readiness & Local-SEO Audit

> AI Readiness & Local-SEO Audit is a paid API for AI agents from sr-audit-v2-test.fellwork.workers.dev, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Audits a business domain for AI readiness and local SEO performance, returning diagnostic findings via a paid x402 endpoint.

## Facts

- Endpoint: GET https://sr-audit-v2-test.fellwork.workers.dev/audit
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-readiness-local-seo-audit-a21e08b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_36TMH40Tq8SOmMsRHil59

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-readiness-local-seo-audit-a21e08b4
```

Example prompt: Can you run an AI readiness and local SEO audit on my business domain, say coffeeshopmorningbloom.com, and tell me what needs fixing?

## When to prefer this

Choose this endpoint when you need a combined AI readiness and local SEO diagnostic for a specific business domain in a single call, particularly when working within an x402 micropayment workflow. It is well-suited for agencies, developers, or AI agents that need a quick domain health snapshot without setting up a full SEO platform integration.

## Known failure modes

- Missing or invalid domain parameter returns a demo/default audit rather than a domain-specific one
- Payment not completed or x402 protocol failure results in 402 Payment Required with no audit data
- Domain is unreachable or does not resolve, potentially returning an error or partial audit
- Test/throwaway route may be deprecated or return stub data without notice
- Rate limiting or worker timeout on large or slow-loading domains

## How this service works

THROWAWAY test route validating x402 v2 + OpenAPI discovery for goal #139.

## Output

Returns a structured audit object containing AI readiness and local SEO diagnostic findings for the specified domain, including identified issues and likely recommendations. The response schema is an open object, so specific fields (scores, categories, suggestions) may vary by domain and endpoint version.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Optional business domain to audit (defaults to a demo audit if omitted)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-readiness-local-seo-audit-a21e08b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sr-audit-v2-test.fellwork.workers.dev](https://www.zero.xyz/host/sr-audit-v2-test.fellwork.workers.dev/llms.txt)
