← Catalog

seo.page_audit

live

Instant on-page audit of one URL: status, title, description, headings, links, timing, on-page score and the failing checks.

live coverage

DataForSEO: all inputs ✓

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
DataForSEO live

Billing

Unit: per_page · unmatched results billed: no

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "seo.page_audit",
    "input": { "url": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "url": {
      "description": "Absolute URL",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}

Normalized output fields

url · status_code · score · title · description · h1 · links · timing_ms · issues