# SEO Technical Audit Report

> SEO Technical Audit Report 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).

Runs a comprehensive technical SEO audit on a given website URL and returns a 0-100 score with prioritized issues covering titles, meta descriptions, headings, canonical tags, robots, sitemap, HTTPS, Open Graph, structured data, hreflang, image alt coverage, word count, and page weight.

## Facts

- Endpoint: GET https://intel.rallylive.ca/site/seo-report
- 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-technical-audit-report-ac8b437d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hTGLYyjNBbfVSdjxRunrN

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-technical-audit-report-ac8b437d
```

Example prompt: Can you run a full technical SEO audit on https://example.com and give me the 0-100 score plus a list of the most critical issues to fix?

## When to prefer this

Choose this endpoint when you need a broad, all-in-one technical SEO snapshot of a site in a single call, including on-page signals (titles, H1, meta), discoverability signals (sitemap, robots.txt), performance signals (page weight, word count), and social/structured data signals (Open Graph, schema.org, hreflang). Prefer this over narrow single-signal checkers when you want a ranked issues list and a composite score. It's ideal for pre-launch checklists, competitor benchmarking, or periodic SEO health checks.

## Known failure modes

- Invalid or unreachable URL returns an error with no score
- Slow-loading sites may time out before audit completes
- Sites behind authentication walls return incomplete or inaccurate results
- Dynamically rendered (JavaScript-only) pages may yield partial SEO data if server-side rendering is absent
- Non-HTTP/HTTPS URLs are rejected

## How this service works

Technical SEO report for a site with a 0-100 score: title and description lengths, H1, canonical, robots meta and robots.txt, sitemap presence and size, HTTPS and www redirects, Open Graph, structured data, hreflang, image alt coverage, word count and page weight. Prioritised issues list. $0.01 per site.

## Output

Returns a structured technical SEO report with a 0-100 overall score and individual findings across: title and meta description character lengths, H1 presence and count, canonical tag status, robots meta tag, robots.txt existence, sitemap presence and size, HTTPS enforcement, www redirect behavior, Open Graph tag coverage, structured data (JSON-LD/schema.org), hreflang tags, image alt attribute coverage percentage, word count, and total page weight. Also includes a prioritized list of actionable issues to address.

## 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-technical-audit-report-ac8b437d/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)
