# Pa1m SEO – URL Structure Check

> Pa1m SEO – URL Structure Check is a paid API for AI agents from seo.hypa1m.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Instantly audits the URL structure of any website for SEO best practices, returning a scored analysis of URL-related issues.

## Facts

- Endpoint: GET https://seo.hypa1m.xyz/check/url-structure
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pa1m-seo-url-structure-check-755375eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0cN_OV7WW1pmdctzb9e5o

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 pa1m-seo-url-structure-check-755375eb
```

Example prompt: Can you run a URL structure SEO check on https://www.mybrand.com and tell me if there are any issues with my URL format, slug naming, or folder hierarchy that could be hurting my search rankings?

## When to prefer this

Use this endpoint when you need a fast, single-category SEO check specifically focused on URL structure without running a full site audit. Ideal when you already know URL hygiene is a concern, want to verify a specific site quickly, or need to embed URL-structure scoring into a larger automated SEO workflow. Prefer the full /scan/full endpoint if you need comprehensive multi-category analysis across all 20 SEO dimensions.

## Known failure modes

- Missing or invalid 'url' query parameter returns an error
- Unreachable or non-existent domain may return a scan failure or empty result
- Rate limiting or payment failure (x402) prevents the call from completing
- Very large or complex sites may return partial results for this single-category check
- Redirect chains on the target URL may cause inconsistent analysis

## How this service works

SEO audit any website — 200 rules across 20 categories: technical health, Core Web Vitals, content quality, AI-GEO signals, accessibility, security headers, structured data, and more. Async job flow: POST /scan/quick or /scan/full → poll GET /status/{job_id} → get JSON result with per-category scores (0–100) and issue lists. Use /brief for an AI action plan, /analyze for free-form SEO questions, or /check/{category} for instant single-category audits.

## Output

Returns a JSON object with a 'result' payload and category set to 'core-seo', containing a score (0–100) for the URL structure category along with a list of detected SEO issues, rule violations, and actionable recommendations related to URL format, slug quality, depth, parameters, and canonicalization.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Page or site URL to audit"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": {},
  "category": "url-structure"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-url-structure-check-755375eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo.hypa1m.xyz](https://www.zero.xyz/host/seo.hypa1m.xyz/llms.txt)
