Мониторинг дрейфа SEO-показателей
★ 8.1 · seo
seo-drift is a Claude Code skill that monitors SEO drift by capturing page baselines, detecting regressions, and tracking on-page changes over time. It works like Git for SEO: the `baseline` command stores a known-good snapshot, `compare` diffs the current state against it, and `history` surfaces all past comparisons for a URL. Each snapshot records 13 SEO-critical elements — title, meta description, canonical, robots directives, H1–H3 headings, JSON-LD schemas, Open Graph tags, Core Web Vitals, HTTP status code, and SHA-256 hashes of HTML and schema content. A comparison engine runs 17 rules across three severity levels (CRITICAL, WARNING, INFO), with all data stored locally in SQLite. It's built for teams that need to catch SEO breakage after deployments or unintended site changes before they affect organic traffic.
- #seo-monitoring
- #baseline-tracking
- #regression-detection
- #deployment-check
- #change-tracking