# SitePulse SEO Audit

> SitePulse SEO Audit is a paid API for AI agents from sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Runs a deterministic SEO audit on a given website URL and returns a score, verdict, and prioritized list of fixes, paid per request in USDC on Base via x402.

## Facts

- Endpoint: POST https://sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site/api/x402/seo
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sitepulse-seo-audit-62482218
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6YpX_7jrzrRQHylWMNbVx

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 sitepulse-seo-audit-62482218 -d '<json body>'
```

Example prompt: Can you run an SEO audit on https://www.myshopsite.com and tell me the score, whether I need to improve, and what the top fixes are?

## When to prefer this

Choose this endpoint when you need a structured, deterministic SEO score and actionable fix list for a specific URL, paid per-call without subscription overhead — especially useful for agents that need programmatic SEO signals on demand.

## Known failure modes

- Invalid or unreachable URL returns an error or empty audit result
- Payment failure via x402 prevents the audit from executing
- Paywalled or bot-blocked sites may return incomplete audit data
- Malformed URI input rejected by schema validation

## How this service works

Deterministic SEO, conversion, accessibility, and website audits paid per request in USDC on Base through x402.

## Output

Returns a JSON object containing a numeric SEO score (0–100), the service name, a verdict string (e.g. 'improve' or 'good'), and a list of top recommended fixes to address identified SEO issues.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "site_url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 78,
  "service": "SitePulse SEO Audit",
  "verdict": "improve",
  "top_fixes": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitepulse-seo-audit-62482218/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site](https://www.zero.xyz/host/sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site/llms.txt)
