Skip to content

n8n community node for SEO Score API — audit any URL for SEO issues in your automation workflows

Notifications You must be signed in to change notification settings

SeoScoreAPI/n8n-nodes-seoscoreapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n-nodes-seoscoreapi

n8n community node for SEO Score API — audit any URL for SEO issues in your automation workflows.

Operations

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

Setup

  1. Get a free API key at seoscoreapi.com (no credit card needed)
  2. Install this node: Settings → Community Nodes → Install → n8n-nodes-seoscoreapi
  3. Add your API key in the credentials

Example Workflows

Scheduled SEO Monitoring

Cron (weekly)SEO Score API (Audit)IF (score < 80)Slack/Email alert

Bulk Client Audits

Spreadsheet (client URLs)SEO Score API (Audit)Google Sheets (write results)

CI/CD Quality Gate

Webhook (deploy event)SEO Score API (Audit)IF (score < 70)Slack alert

Output

The Audit operation returns:

  • score (0-100)
  • grade (A+ to F)
  • checks (28 individual check results)
  • priorities (top issues to fix, with severity)

Links

License

MIT

About

n8n community node for SEO Score API — audit any URL for SEO issues in your automation workflows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors