This release makes scan results clearer when staging and production are intentionally different, and adds a small progress indicator so you can see that work is happening during longer runs.
Per-environment SEO reporting
SEO-related checks now evaluate staging and production separately by scanning each environment’s rendered homepage HTML. This helps avoid false warnings when staging has intentional differences from production.
Production is treated as the authoritative environment for these checks, so expected staging-only settings (like robots directives) are less likely to be flagged as problems.
Quality of life
Scans now show a lightweight spinner while checks run, giving you quick feedback during longer scans. The spinner writes to stderr so it does not interfere with captured or piped output.