# Control Freelance SEO Audit

> Control Freelance SEO Audit is a paid API for AI agents from control-freelance-kit.saiikork.chatgpt.site, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Audits a public HTTPS webpage and returns an SEO score with findings and actionable recommendations

## Facts

- Endpoint: POST https://control-freelance-kit.saiikork.chatgpt.site/api/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/control-freelance-seo-audit-5b9cf2d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pvgn1mVEjrq560-uUskIO

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 control-freelance-seo-audit-5b9cf2d7 -d '<json body>'
```

Example prompt: Can you run an SEO audit on https://myfreelanceportfolio.com and tell me the score, any missing meta descriptions or H1 issues, and what I should fix?

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.05 USDC) on-page SEO snapshot of any public webpage — covering title, H1s, structured data, and a recommendations list — without needing a full-crawl SEO platform. Ideal for freelancers auditing client sites or their own portfolio pages one URL at a time.

## Known failure modes

- Invalid or non-HTTPS URL returns a validation error
- Private or password-protected pages cannot be fetched and return an access error
- Timeout if the target page is too slow to respond
- Malformed URL format triggers schema validation failure
- Pages with heavy JavaScript rendering may return incomplete findings

## How this service works

Control Freelance: plantilla editable para organizar clientes, cobros y flujo de caja. Compra por PayPal o entrega automática x402 en USDC.

## Output

Returns a JSON object with an overall SEO score (0–100), page findings including title tag, H1 count, and number of JSON-LD structured data blocks, plus a list of actionable text recommendations such as adding a meta description.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "description": "Public HTTPS page to audit"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com/",
  "score": 82,
  "findings": {
   "title": "Example Domain",
   "h1_count": 1,
   "json_ld_blocks": 0
  },
  "recommendations": [
   "Add a concise meta description."
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/control-freelance-seo-audit-5b9cf2d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from control-freelance-kit.saiikork.chatgpt.site](https://www.zero.xyz/host/control-freelance-kit.saiikork.chatgpt.site/llms.txt)
