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 traffic loss that goes unnoticed for weeks. This Skill snapshots a page's SEO-critical elements and diffs future states against that baseline so regressions are caught immediately. ## Core Features & Use Cases - Baseline Capture: Records title, meta description, canonical, robots directives, headings, JSON-LD schema, Open Graph tags, Core Web Vitals, status code, and content hashes into a local SQLite database. - Rule-Based Comparison: Runs 17 comparison rules across CRITICAL, WARNING, and INFO severity levels to classify every detected change with recommended actions. - Change History: Stores all baselines and comparisons per URL so you can review when a change happened and trace regressions over time. - Use Case: Before a deployment, run a baseline on your key landing page; after the deploy, run a comparison to instantly see whether the canonical was dropped, noindex was added, or the title changed. ## Quick Start Ask the assistant to capture an SEO baseline for https://example.com and then compare it after your next deployment to detect any SEO regressions.