On-page SEO/AEO audit of a public URL
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
626 msmedian answer time
$0.15listed price per call
$0.15price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agente.revenuerecoveryai.app/v1/seo/audit
| Category | Image and media |
|---|---|
| Provider host | agente.revenuerecoveryai.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.15 | 626 ms |
Example input (from the provider)
{
"body": {
"idioma": "es",
"url": "https://ejemplo.com/pagina"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"idioma": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": "es",
"description": "Idioma de las recomendaciones (ej. 'es', 'en').",
"title": "Idioma"
},
"url": {
"description": "URL p\u00fablica a auditar.",
"maxLength": 2048,
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "PeticionSeoAudit",
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"analizado_en": {
"title": "Analizado En",
"type": "string"
},
"carencias": {
"items": {
"type": "string"
},
"title": "Carencias",
"type": "array"
},
"checks": {
"items": {
"properties": {
"check": {
"title": "Check",
"type": "string"
},
"detalle": {
"title": "Detalle",
"type": "string"
},
"estado": {
"enum": [
"ok",
"aviso",
"fallo"
],
"title": "Estado",
"type": "string"
}
},
"required": [
"check",
"estado",
"detalle"
],
"title": "CheckSeo",
"type": "object"
},
"title": "Checks",
"type": "array"
},
"grade": {
"description": "A | B | C | D | F",
"title": "Grade",
"type": "string"
},
"hoja_de_ruta": {
"description": "Solo en deep: plan priorizado escrito por IA.",
"items": {
"type": "string"
},
"title": "Hoja De Ruta",
"type": "array"
},
"paginas_analizadas": {
"default": 1,
"title": "Paginas Analizadas",
"type": "integer"
},
"recomendaciones": {
"items": {
"type": "string"
},
"title": "Recomendaciones",
"type": "array"
},
"score": {
"maximum": 100,
"minimum": 0,
"title": "Score",
"type": "integer"
},
"sugerencias": {
"items": {
"properties": {
"campo": {
"description": "title | meta_description",
"title": "Campo",
"type": "string"
},
"caracteres": {
"title": "Caracteres",
"type": "integer"
},
"texto": {
"title": "Texto",
"type": "string"
}
},
"required": [
"campo",
"texto",
"caracteres"
],
"title": "SugerenciaSeo",
"type": "object"
},
"title": "Sugerencias",
"type": "array"
},
"url": {
"title": "Url",
"type": "string"
},
"uso": {
"additionalProperties": true,
"title": "Uso",
"type": "object"
}
},
"required": [
"url",
"score",
"grade",
"checks",
"carencias",
"recomendaciones",
"sugerencias",
"analizado_en",
"uso"
],
"title": "RespuestaSeoAudit",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}