# seo-audit-onpage

> seo-audit-onpage is a paid API for AI agents from agente.revenuerecoveryai.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: GET https://agente.revenuerecoveryai.app/v1/seo/audit
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-seo-audit-2dda5221
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JS665Pwco6wLliD8a5I1S

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 v1-seo-audit-2dda5221
```

## How this service works

On-page SEO/AEO audit of a public URL: ~15 checks (title, meta, H1, canonical, Open Graph, schema.org, images, language). 0-100 score, gaps and fixes; AI-written title/meta replacements when they are missing or poor. / Auditoría SEO/AEO de una URL pública: ~15 checks deterministas (título, meta, H1, canonical, Open Graph, schema.org, imágenes, idioma). Nota 0-100, carencias y arreglos; reemplazos de título/meta escritos por IA si faltan o están mal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Public URL to audit. / URL pública a auditar."
      },
      "idioma": {
       "type": "string",
       "description": "Language of recommendations. / Idioma de las recomendaciones."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-seo-audit-2dda5221/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agente.revenuerecoveryai.app](https://www.zero.xyz/host/agente.revenuerecoveryai.app/llms.txt)
