antler-digital/SEO Reporter Action
Run SEO analysis and generate reports with artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to crawl and analyze | yes | — |
| max-depth | Maximum crawl depth (default: 3) | no | 3 |
| max-pages | Maximum number of pages to crawl (default: 1000) | no | 1000 |
| concurrency | Number of concurrent requests (default: 10) | no | 10 |
| webhook-url | Webhook URL to call when the report is complete | no | — |
| webhook-method | HTTP method for webhook (GET or POST, default: POST) | no | POST |
| output-dir | Output directory for reports (default: seo-report) | no | seo-report |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated HTML report |
| csv-path | Path to the generated CSV reports directory |