# Tinstop AI SEO Readiness Audit

> Tinstop AI SEO Readiness Audit is a paid API for AI agents from tinstop.com, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Analyzes a domain's AI and SEO readiness by auditing DNS, SSL/TLS, HTTP security headers, email authentication (SPF/DKIM/DMARC), and optionally Google PageSpeed metrics

## Facts

- Endpoint: POST https://tinstop.com/v1/website/ai-seo-readiness
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tinstop-ai-seo-readiness-audit-1510f867
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rrUHjHMSamzxhYthg1uta

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 tinstop-ai-seo-readiness-audit-1510f867 -d '<json body>'
```

Example prompt: Can you run a full AI SEO readiness audit on example.com, including the PageSpeed performance metrics, and check the pages at https://example.com/about and https://example.com/blog?

## When to prefer this

Choose this endpoint when you need a combined, pay-per-call domain security and SEO readiness report without setting up API keys or accounts — particularly useful for AI agents that need DNS, SSL, email authentication, and performance data in a single call via x402 micropayment on Base.

## Known failure modes

- Invalid or non-existent domain returns an error or empty results
- More than 5 pages provided may cause rejection or truncation
- PageSpeed data unavailable if Google's API is unreachable
- Payment failure via x402/USDC results in 402 response and no audit data
- Network timeouts if the target domain is slow or unreachable

## How this service works

Tinstop is a machine-payable Website Intelligence API for domain security and performance audits: DNS, SSL/TLS, HTTP security headers, SPF/DKIM/DMARC email authentication, and Google PageSpeed. Pay per call with x402 using USDC on Base. No accounts or API keys.

## Output

Returns a structured report covering DNS configuration, SSL/TLS certificate status, HTTP security headers, SPF/DKIM/DMARC email authentication records, and optionally Google PageSpeed metrics for the specified domain and pages, along with an overall AI and SEO readiness assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pages": {
   "type": "string",
   "description": "Optional absolute URLs to inspect (max 5)."
  },
  "domain": {
   "type": "string",
   "description": "Primary domain to analyze."
  },
  "include_performance": {
   "type": "boolean",
   "description": "Include PageSpeed metrics in the readiness review."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Response Ai Seo Readiness V1 Website Ai Seo Readiness Post",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinstop-ai-seo-readiness-audit-1510f867/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tinstop.com](https://www.zero.xyz/host/tinstop.com/llms.txt)
