On-page SEO audit for any live URL
On-page SEO audit for any live URL. Returns a 0-100 SEO score plus the raw signals behind it: title tag and meta description with their lengths, canonical URL, robots directives, the full H1-H3 heading map, image alt-text coverage, Open Graph and Twitter card completeness, and whether schema.org structured data is present. Fetches the live page on every call, so results reflect the page as it is now. Use it to audit a landing page, diagnose weak search rankings, or inspect a competitor.
10000 (raw units)
price
37
calls / 30d
2
unique payers
2026-09-18
updated
Provider
seo.cyberwarex.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"url": "https://example.com"
},
"type": "http"
},
"output": {
"example": {
"canonical": "https://example.com",
"h1_h3_map": {
"h1": [
"Example Domain"
],
"h2": [],
"h3": []
},
"image_alt_coverage": {
"coverage_pct": 75,
"missing_alt": 1,
"total_images": 4,
"with_alt": 3
},
"meta_description": "Illustrative example domain for documentation.",
"meta_description_length": 46,
"og_twitter_complete": false,
"robots": "index, follow",
"schema_org_present": true,
"score": 78,
"title": "Example Domain",
"title_length": 14,
"url": "https://example.com"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Absolute http(s) URL of the page to audit.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"canonical": {
"type": [
"string",
"null"
]
},
"h1_h3_map": {
"description": "Arrays of h1, h2 and h3 heading text.",
"type": "object"
},
"image_alt_coverage": {
"description": "total_images, with_alt, missing_alt, coverage_pct.",
"type": "object"
},
"meta_description": {
"type": [
"string",
"null"
]
},
"meta_description_length": {
"type": "integer"
},
"og_twitter_complete": {
"type": "boolean"
},
"robots": {
"type": [
"string",
"null"
]
},
"schema_org_present": {
"type": "boolean"
},
"score": {
"description": "Overall on-page SEO score, 0-100.",
"type": "integer"
},
"title": {
"type": [
"string",
"null"
]
},
"title_length": {
"type": "integer"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://seo.cyberwarex.com/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://seo.cyberwarex.com/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://seo.cyberwarex.com/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/6859.json, and this resource appears in /discovery/resources and /discovery/search.