# SEO Quick Audit

> SEO Quick Audit is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Performs an on-page SEO audit for a single URL, returning a 0-100 score and a ranked list of issues covering title, meta tags, headings, canonical, Open Graph, image alt text, links, and structured data.

## Facts

- Endpoint: GET https://intel.rallylive.ca/site/seo-audit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seo-quick-audit-56f6b01e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HOpStTB_74j6nNiR8EuoO

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 seo-quick-audit-56f6b01e
```

Example prompt: Can you run an SEO audit on https://example.com/blog/my-article and tell me the score and which issues are the most critical to fix?

## When to prefer this

Choose this endpoint when you need a fast, affordable ($0.01/call), structured on-page SEO snapshot for a single URL with a numeric score and prioritized issue list. It is ideal for automated audits of individual pages, pre-launch QA checks, or client reporting workflows where you need objective SEO signals without running a full crawl.

## Known failure modes

- URL is unreachable or returns non-200 status — audit cannot be completed
- URL points to a non-HTML resource (PDF, image, etc.) — parser may return empty or error
- Redirected URL not followed — audit may reflect redirect page rather than destination
- Paywall or bot-blocking on target page — partial or empty results
- Malformed URL input — returns error without score

## How this service works

On-page SEO quick audit for a single URL with a 0-100 score: title and meta-description presence and lengths, H1 count and heading order, canonical tag (self-referencing?), meta robots/noindex, Open Graph and Twitter cards, image alt-text coverage, internal/external link counts, word count, lang attribute, viewport, and structured data presence. Returns the issues list ranked by weight. $0.01 per page.

## Output

Returns a 0-100 SEO score for the given URL along with a weighted, ranked list of on-page issues. Issues cover: title tag presence and length, meta description presence and length, H1 count and heading hierarchy, canonical tag (self-referencing check), meta robots/noindex status, Open Graph and Twitter card tags, image alt-text coverage percentage, internal and external link counts, word count, lang attribute, viewport meta tag, and structured data presence.

## 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",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seo-quick-audit-56f6b01e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
