SEO crawl diff

Run the same limited crawl again and see which technical findings changed. This is the quick release check when you need fresh evidence rather than a comparison of two existing snapshots.

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

Repeat a limited crawl and compare it with the previous run.

seo crawl-diff --url https://example.com

What you get from this report

Repeat a limited crawl and compare it with the previous run to find technical SEO issues that appeared, changed or disappeared after a release.

Best for
A release, migration, or scheduled technical check needs a fresh comparison.
Needs
Current limited same-origin crawl
You get
Repeat a limited crawl and compare it with the previous run to find technical SEO issues that appeared, changed or disappeared after a release.
Use next
Compare two saved crawls

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.

Current limited same-origin crawl

Provides live responses, page evidence, issues, failures, limits, and crawl configuration.

Previous compatible monitoring snapshot

Provides the baseline for page and technical comparisons.

Use a different report for these jobs

These jobs need a different report or a manual review.

Both crawl snapshots already exist and you need to choose the exact earlier and later report IDs yourself.

Compare the saved crawls. It reads both local snapshots without fetching the site and checks their configuration and completeness before presenting changes.

SEO crawl comparison

There is no compatible baseline yet and you need the first technical snapshot.

Run a site crawl and save it as the baseline. A change report cannot identify regressions from a single snapshot, but the saved crawl gives the next run something comparable.

Sitemap health check and technical site crawl

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 crawl-diff --json

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

seo reports run crawl-diff --params '{"startUrl":"https://example.com/","site":"sc-domain:example.com","limit":250,"refresh":true}' --json

What to do next

Check that the repeated crawl used the same start URL, limits and discovery rules. Inspect new regressions on live pages and run the limited crawl again after the release fix.

  1. 01Audit representative regressions.
  2. 02Use affected URLs for repeated rule changes.

Sources used by this report

These primary sources define the provider data or search controls used by the result.