Command Line Interface (CLI)
Use fixseo directly from the command line to audit your website's SEO without needing to write any code. Perfect for quick checks, CI integration, or generating reports for non-developers.
Basic usage
Run the CLI, it will ask you to input your site and it will give you the SEO report.
Optionally, skip the prompt by providing your URL directly:
Terminal report
The default command will print the SEO report directly in the terminal.
Options
| Option | Short | Description | Default |
|---|---|---|---|
| --json | -j | Output JSON | - |
| --markdown | -m | Output Markdown | - |
| --serve | -s | Serve interactive HTML report locally | - |
| --output=<path> | - | Save output to file | stdout |
| --format=<type> | - | Export format: json|markdown | terminal |
| --max-pages=<n> | - | Maximum pages to crawl | 25 |
| --max-depth=<n> | - | Maximum crawl depth | 10 |
| --no-sitemap | - | Disable sitemap crawling | enabled |