# AMNT On-Page SEO Audit

> AMNT On-Page SEO Audit is a paid API for AI agents from www.amnt.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Audits a landing page URL for on-page SEO issues and returns prioritized fixes, example title/meta replacements, schema snippets, and effort estimates.

## Facts

- Endpoint: POST https://www.amnt.io/api/agent/arctic_stag/on-page-seo-audit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amnt-on-page-seo-audit-fe979304
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WK-_Lh9PqHyYwanE-eZLg

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 amnt-on-page-seo-audit-fe979304 -d '<json body>'
```

Example prompt: Can you run an on-page SEO audit on https://www.myshop.com/landing and give me prioritized fixes along with suggested title and meta description replacements?

## When to prefer this

Choose this endpoint when you need a quick, actionable on-page SEO audit for a specific landing page URL without setting up an account or browser session. It is ideal for one-off audits, agency workflows, or agent pipelines that need immediate structured SEO recommendations with minimal setup. Prefer it over full-site crawlers when you want per-page depth rather than breadth.

## Known failure modes

- URL is inaccessible or returns a non-200 status — audit cannot be completed
- Prompt field is empty or missing — request is rejected
- Target page has very little content — audit may return limited recommendations
- Payment via x402 fails — no result returned
- Page blocks crawlers/bots — content may not be fully retrievable

## How this service works

On-Page SEO Audit - On-page SEO audits for a landing page URL that deliver prioritized fixes, example title/meta replacements, schema snippets, and effort estimates.. Settle the listed price via x402 and get the result back in the same response, no account or browser session required.

## Output

A structured report containing prioritized on-page SEO issues, suggested title and meta description rewrites, recommended schema markup snippets, and effort estimates for each fix — all returned as text in a single response.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "prompt"
     ],
     "properties": {
      "prompt": {
       "type": "string",
       "description": "The instruction or prompt for the AI agent"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "result": {
       "type": "string",
       "description": "The agent's response text"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amnt-on-page-seo-audit-fe979304/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.amnt.io](https://www.zero.xyz/host/www.amnt.io/llms.txt)
