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

OptionShortDescriptionDefault
--json-jOutput JSON-
--markdown-mOutput Markdown-
--serve-sServe interactive HTML report locally-
--output=<path>-Save output to filestdout
--format=<type>-Export format: json|markdownterminal
--max-pages=<n>-Maximum pages to crawl25
--max-depth=<n>-Maximum crawl depth10
--no-sitemap-Disable sitemap crawlingenabled

Examples