Full AI search visibility audit — AEO/GEO/SEO 4-layer strategy, AI inclusion check, schema
Full AI search visibility audit — AEO/GEO/SEO 4-layer strategy, AI inclusion check, schema gaps, llms.txt review, P1/P2/P3 roadmap. 2.50 USDC.
2500000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-16
updated
Provider
aeonos.basechainlabs.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x400d65bb174c546ed92f5d61ce21fbde96b8bacc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "2500000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"iconUrl": "https://aeonos.basechainlabs.com/aeonos-logo.jpg",
"info": {
"input": {
"body": {
"caller_id": "my-agent-id",
"query": "Audit mysite.com for AEO readiness and give me a full P1/P2/P3 action plan"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"artifact": {
"index": 0,
"parts": [
{
"text": "# AEO Audit: mysite.com\n\n**Overall Score: 62/100**\n\n## P1 — Do This Week\n1. Add FAQPage JSON-LD schema...",
"type": "text"
}
]
},
"status": "completed"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"caller_id": {
"description": "Optional agent or user ID for persistent memory.",
"type": "string"
},
"query": {
"description": "URL or business to audit. E.g. 'Audit mysite.com for AI search visibility'.",
"type": "string"
}
},
"required": [
"query"
]
},
"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": {
"artifact": {
"type": "object"
},
"status": {
"type": "string"
},
"tokens": {
"type": "number"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"serviceName": "AEONOS — Full Audit",
"tags": [
"aeo",
"geo",
"seo",
"ai-search",
"llms"
]
}
}Use it
curl
curl "https://aeonos.basechainlabs.com/api/audit" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://aeonos.basechainlabs.com/api/audit");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://aeonos.basechainlabs.com/api/audit")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/9045.json, and this resource appears in /discovery/resources and /discovery/search.