What problem does it solve? SEO elements like title tags, canonicals, schema markup, and Core Web Vitals can silently change after deployments or content edits, causing ranking and traffic losses that go unnoticed for weeks. This Skill captures baselines of SEO-critical page elements and diffs future states against them so regressions are caught immediately. ## Core Features & Use Cases - Baseline Capture: Snapshot 13 SEO-critical elements per URL (title, meta description, canonical, robots directives, headings, JSON-LD schema, Open Graph tags, Core Web Vitals, status code, content hashes) into a local SQLite database. - Rule-Based Comparison: Run 17 comparison rules across CRITICAL, WARNING, and INFO severity levels to classify every detected change with recommended actions. - Change History: Query the full history of baselines and comparisons per URL to pinpoint when a regression was introduced. - Use Case: Before a site deployment, run a baseline on key pages; after deployment, run compare to instantly see if a canonical was dropped, noindex was added, or schema was removed. ## Quick Start Ask the assistant to capture an SEO baseline for a URL, then later ask it to compare that URL against its baseline to see what changed.