Prevent SEO regressions by adding automated SEO audits to your deployment pipeline with GitHub Actions.
This post is being migrated to markdown format. Full content coming soon.
Run a free SEO audit on any URL:
curl "https://seoscoreapi.com/audit?url=https://example.com" -H "X-API-Key: YOUR_KEY"
Or use the Python client:
from seoscoreapi import audit, signup
key = signup("you@example.com")
result = audit("https://example.com", api_key=key)
print(f"Score: {result['score']}/100 ({result['grade']})")
Try SEO Score API free