Skip to content

Quick Start

Go from zero to your first website audit in a couple of minutes: install SiteOne Crawler, run one command, and open the HTML report with its 0โ€“10 quality score.

Terminal window
# macOS / Linux (Homebrew)
brew install janreges/tap/siteone-crawler
# Audit any site โ€” full HTML report + 0-10 quality score in one command
siteone-crawler --url=https://your-site.com

No account, no dependencies โ€” one native binary. The HTML report path is printed at the end of the run; add --upload to share it via a private link. Not sure where to start? Run siteone-crawler with no arguments for an interactive wizard.

  1. Install the crawler. The quickest way is Homebrew โ€” brew install janreges/tap/siteone-crawler โ€” or use your Linux package manager (apt/dnf/zypper/apk) or a direct binary download. See ready-to-use packages for every option.
  2. Run your first crawl on your own site:
    Terminal window
    siteone-crawler --url=https://your-site.com
    Not sure where to start? Run siteone-crawler with no arguments for an interactive wizard with 10 preset modes.
  3. Open the report. The HTML report path is printed at the end of the run โ€” open it in any browser and start with the โ€œFix firstโ€ panel, which lists the highest-impact issues in priority order. Want to share it? Add --upload. Whatโ€™s in the report โ†’
  4. Go further โ€” explore basic usage, advanced usage, real-world examples, and the full command-line options.

You now have an interactive HTML report with a 0โ€“10 quality score for your whole site, and a prioritized list of what to fix first.