# Site SEO Audit by Cult OS

> Site SEO Audit by Cult OS is a paid API for AI agents from www.cultos.dev, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Runs a comprehensive SEO audit on a given website URL and returns actionable findings

## Facts

- Endpoint: POST https://www.cultos.dev/services/site-seo-audit
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/site-seo-audit-by-cult-os-2bf979d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fzhL5z_q54WkxBdZ8liqO

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 site-seo-audit-by-cult-os-2bf979d9 -d '<json body>'
```

Example prompt: Can you run an SEO audit on https://www.myshop.com and tell me what's hurting my search rankings?

## When to prefer this

Choose this endpoint when you need a quick, on-demand SEO audit of a specific website URL without setting up a full SEO toolchain. It is ideal for agents that need to programmatically surface SEO issues for a single domain or page, especially in workflows where per-call pricing ($0.2 USDC) is acceptable. Prefer this over manual tools or heavier SEO platforms when you want a fast, API-native audit result that can be parsed and acted upon automatically.

## Known failure modes

- Invalid or unreachable URL returns an error
- Private or login-gated pages may not be fully crawlable
- Very large sites may only audit the submitted URL rather than the entire domain
- Payment failure via x402 protocol prevents audit from running
- Timeout if the target site is slow to respond

## How this service works

Site SEO Audit by Cult OS

## Output

Returns a structured SEO audit report for the submitted URL, likely including findings on on-page factors (title tags, meta descriptions, headings, canonical tags), technical SEO issues (crawlability, redirects, broken links, sitemap), page speed signals, and actionable recommendations to improve search engine visibility.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": "00000000-0000-4000-8000-000000000000",
  "status": "queued",
  "service": "site-seo-audit",
  "statusUrl": "/services/jobs/00000000-0000-4000-8000-000000000000"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/site-seo-audit-by-cult-os-2bf979d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.cultos.dev](https://www.zero.xyz/host/www.cultos.dev/llms.txt)
