seo-drift

Tracks crop growth anomalies and predicts harvest windows from sensor and satellite data feeds.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/dereknguyen269/Codex-SEO --skill seo-drift-dereknguyen269
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-drift
Source: https://github.com/dereknguyen269/Codex-SEO/tree/main/skills/seo-drift
Command: npx skills add https://github.com/dereknguyen269/Codex-SEO --skill seo-drift-dereknguyen269

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SEO drift monitoring captures baselines of SEO-critical elements, detects changes, and tracks regressions over time to help you maintain stable rankings.

Core Features & Use Cases

  • Baseline capture: stores core signals like title, meta description, canonical, robots, headings, OG data, CWV, and schema for a domain.
  • Change detection: compares current pages against baselines to surface drift with severity and cross-skill recommendations.
  • History & reporting: aggregates baselines and comparisons to diagnose when and what changed, supporting troubleshooting and audits.

Quick Start

Baseline a URL with /seo drift baseline <url> to establish a known-good state, then use /seo drift compare <url> to detect changes and /seo drift history <url> to review the drift timeline.

Frequently Asked Questions about seo-drift

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor SEO drift after a site deployment?

You can monitor SEO drift by capturing a baseline of SEO-critical elements before deployment, then running a comparison check afterward to detect changes and track regressions across pages using 17 comparison rules and CWV checks.

What is SEO drift and how does baseline monitoring detect regressions?

SEO drift is the unintended change of SEO-critical elements over time. Baseline monitoring detects regressions by capturing a known-good state of signals like headings and OG data, then comparing current pages against that historical snapshot to surface severity.

Can I track Core Web Vitals changes as part of an SEO audit?

Yes, you can track Core Web Vitals changes during an SEO audit. The monitoring process includes CWV checks within its baseline capture and comparison workflows to help diagnose when and what changed on your domain.

How do I review the history of SEO changes on my domain?

You review the history of SEO changes by aggregating past baselines and comparisons. This creates a drift timeline that supports troubleshooting and audits to identify exactly when and what changed on your domain.

What's the best way to check for regressions in schema and meta tags?

The best way to check for regressions in schema and meta tags is using a baseline-driven comparison workflow. It stores these core signals in a known-good state and compares current pages against them to surface drift with severity.

Does this SEO drift monitoring approach require external dependencies?

No, this SEO drift monitoring approach requires no external dependencies. It uses SQLite persistence internally to store baselines and comparison history, ensuring your regression tracking and audit data remain self-contained.