n8n community node for SEO Score API — audit any URL for SEO issues in your automation workflows.
| Operation | Description |
|---|---|
| Audit URL | Run a full 28-check SEO audit on any URL |
| Batch Audit | Audit up to 10 URLs in one call (paid plans) |
| Check Usage | View your API usage and limits |
- Get a free API key at seoscoreapi.com (no credit card needed)
- Install this node: Settings → Community Nodes → Install →
n8n-nodes-seoscoreapi - Add your API key in the credentials
Cron (weekly) → SEO Score API (Audit) → IF (score < 80) → Slack/Email alert
Spreadsheet (client URLs) → SEO Score API (Audit) → Google Sheets (write results)
Webhook (deploy event) → SEO Score API (Audit) → IF (score < 70) → Slack alert
The Audit operation returns:
score(0-100)grade(A+ to F)checks(28 individual check results)priorities(top issues to fix, with severity)
MIT