SEO crawl comparison

See what changed between two saved crawl snapshots without fetching the site again. Check that both crawls covered a comparable part of the site before celebrating a fix or reporting a regression.

Install and run the report

Install the CLI once, then run seo start to connect your site and Google data. After setup you can run this report yourself or ask your agent to run it.

Runafter install

Compare two saved crawl snapshots.

seo crawl-reports --compare latest --against previous

What you get from this report

Compare two saved SEO crawls to find new, fixed and changed technical issues. Check the crawl scope before treating the difference as real or complete.

Best for
You need to verify a deployment, migration, or technical cleanup.
Needs
Earlier saved crawl report
You get
Compare two saved SEO crawls to find new, fixed and changed technical issues. Check the crawl scope before treating the difference as real or complete.
Use next
Find URLs affected by a crawl issue

Every report follows the same rules for missing data and outside estimates.See how report data works.

What you need before you run it

The report uses the information below. Optional sources are only used when you ask for them.

Earlier saved crawl report

Provides the baseline pages, issues, config, limits, and source status.

Later saved crawl report

Provides the current snapshot and its own scope, caps, failures, and evidence.

Use a different report for these jobs

These jobs need a different report or a manual review.

You have one saved baseline but still need to fetch the current site before comparing it.

Run crawl diff. It fetches the current limited scope, compares it with the compatible monitoring snapshot, and keeps failures or scope changes separate from real regressions.

SEO crawl diff

Use the report with an agent or in code

The command above is enough for most work. These options let an agent, script or application run the same report with explicit input and structured output.

Use the report catalog when an agent, script or CI job needs predictable JSON instead of the normal terminal output. Check the current input first, then run the report with the validated parameters.

Check the current input before the agent or script runs the report.

seo reports describe compare-crawls --json

Once the input is valid, run the report through the report catalog.

seo reports run compare-crawls --params '{"after":"latest","before":"previous","site":"sc-domain:example.com"}' --json

What to do next

Confirm that both crawls covered comparable pages before calling a difference a regression or recovery. Audit representative changes directly, then use affected URLs when the same rule spans a larger group.

  1. 01Audit representative regressions directly.
  2. 02Run affected URLs when a changed rule spans many pages.