Help & Knowledge Hub
Everything you need to run on-page SEO audits with SEOScope — from your first free audit to bulk audits, competitor comparisons, monitoring and webhooks over the REST API.
Quick start
Audit your first URL — no signup
Paste any public URL into the audit box on the homepage and hit Audit. You get a 0-100 score, five category scores (Content, Meta, Social, Technical, Performance) and a full pass/warn/fail check list with a concrete fix for every issue.
Get your API key
Sign up at /signup for a free key (3 audits/month) — it arrives instantly on screen and by email. Got a lifetime-deal coupon from DealMirror? Redeem it at /redeem to unlock unlimited audits on the same key.
Call the REST API
Send your key in the X-API-Key header: curl "https://seoscope.dev/api/v1/audit?url=https://example.com" -H "X-API-Key: seo_...". The JSON response carries score, categories (including the new performance score), categoryBreakdown and every check with severity + fix. Add ?format=csv for a spreadsheet-ready download.
Read the score and categories
The overall score is a weighted average of all checks (pass=1, warn=0.5, fail=0; important checks like title, H1 and render-blocking scripts weigh double). Each category — Content, Meta, Social, Technical, Performance — is scored 0-100 the same way, so you can see at a glance where a page loses points.
Go further: bulk, compare, share, monitor
On Premium and higher you can POST up to 10 URLs in one bulk call, diff two URLs side-by-side with /api/v1/audit/compare, and register URL monitors that re-audit on a schedule and alert on regressions. Any result can be published as a public share page with an embeddable score badge.
Features & API map
| Feature | Plan | API |
|---|---|---|
| Single URL audit (all checks, 0-100 score) | Free (3/mo) and up | GET/POST /api/v1/audit |
| Performance checks (render-blocking, HTML size, CLS) | All plans | categories.performance |
| CSV / JSON export | All plans | ?format=csv |
| Broken internal link probing | Premium+ | GET/POST /api/v1/audit |
| Bulk audit (batch of URLs) | Premium+ (Business: up to 100) | POST /api/v1/bulk/audit |
| A/B competitor compare | Premium+ | POST /api/v1/audit/compare |
| Public share pages + score badge | All plans (badge needs no key) | POST /api/share, GET /api/badge/{token} |
| Live badge for any URL | Public, no key | GET /api/widget?url=... |
| URL monitoring + regression alerts | Premium (10) / Business (50) | /api/v1/monitors |
| Signed outbound webhooks (audit.completed) | Premium+ | /api/v1/webhooks |
| Encrypted BYOK secret vault | All plans | /api/v1/secrets |