# klymax402 SEO Analyzer – Page Audit

> klymax402 SEO Analyzer – Page Audit is a paid API for AI agents from klymax402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Audits a given URL for SEO signals including meta tags, headings, Open Graph, canonical, load time, word count, and an overall SEO score

## Facts

- Endpoint: GET https://klymax402.com/api/seo-analyzer/api/audit
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-seo-analyzer-page-audit-5d5e2d1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EhxKAE_Pk2RQF6ezyciXE

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 klymax402-seo-analyzer-page-audit-5d5e2d1d
```

Example prompt: Run a full SEO audit on https://example.com and tell me the SEO score, any issues found, whether it has proper H1 tags, meta description, Open Graph tags, and how fast it loads.

## When to prefer this

Choose this endpoint when you need a quick, comprehensive on-page SEO snapshot of any publicly accessible URL — including meta tags, headings, Open Graph, canonical, schema types, and a computed SEO score — without needing a dedicated SEO platform subscription. It is ideal for automated auditing pipelines, competitor research, or pre-launch checks where pay-per-call pricing ($0.06/call) is more cost-effective than a monthly tool subscription.

## Known failure modes

- Invalid or unreachable URL returns error or empty/null fields
- Page behind authentication or firewall cannot be fetched
- Very slow pages may time out before returning results
- Pages that block crawlers (robots.txt or JS-only rendering) may return incomplete data
- Malformed URL input causes request failure

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

Returns a JSON object with: overall SEO score (0-100), page title, meta description, H1 and H2 headings arrays, Open Graph object, Twitter card object, canonical URL, robots meta directive, word count, HTTP status code, load time in milliseconds, links object (internal/external), images object, detected schema types array, and a list of SEO issues found on the page.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Full URL to audit (e.g. https://example.com)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "h1": [],
  "h2": [],
  "og": {},
  "url": "example",
  "lang": "example",
  "links": {},
  "title": "example",
  "images": {},
  "issues": [],
  "twitter": {},
  "canonical": "example",
  "seo_score": 1,
  "word_count": 1,
  "description": "example",
  "robots_meta": "example",
  "status_code": 1,
  "load_time_ms": 1,
  "schema_types": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-seo-analyzer-page-audit-5d5e2d1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
