"Git for SEO" — captures baselines of SEO-critical page elements, then diffs against current state to detect regressions. Contributed to Claude SEO v1.9.0 by Dan Colta.
Security-hardened: uses only fetch_page.py for URL fetching (SSRF-protected). Original submission had a curl fallback that bypassed SSRF protection — completely removed during integration.
Commands
/seo drift baseline <url> # Capture current state
/seo drift compare <url> # Compare against baseline
/seo drift history <url> # Show all checks over time