# Seo Drift

> SEO drift monitoring with local SQLite snapshots. Tracks on-page title, schema, heading, and content changes across deployments with 17 comparison rules.

- **Type:** Skill
- **Install:** `agentstack add skill-seoskillsai-seo-skills-ai-seo-drift`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [seoskillsai](https://agentstack.voostack.com/s/seoskillsai)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [seoskillsai](https://github.com/seoskillsai)
- **Source:** https://github.com/seoskillsai/seo-skills-ai/tree/main/skills/seo-drift
- **Website:** https://seoskillsai.com

## Install

```sh
agentstack add skill-seoskillsai-seo-skills-ai-seo-drift
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SEO Drift Monitoring with SQLite Baselines

Tracks subtle code regressions, accidental metadata deletions, and content drift across production deployments.

---

## 🗄️ CLI Commands

```bash
# Capture new baseline snapshot in local SQLite database
python scripts/drift_baseline.py --url "https://example.com"

# Compare live site against latest baseline
python scripts/drift_compare.py --url "https://example.com"

# View drift change history
python scripts/drift_history.py --url "https://example.com"
```

## ⚖️ The 17 Drift Comparison Rules (3 Severity Levels)

- **P0 (Critical / Blocker):**
  1. Title tag missing or changed >50%
  2. Meta robots changed to `noindex` or `nofollow`
  3. Canonical tag modified or removed
  4. H1 tag deleted or altered
  5. JSON-LD schema syntax invalid or removed

- **P1 (High):**
  6. Word count decreased by >20%
  7. Key H2/H3 headings removed
  8. Primary internal link conduits broken
  9. `robots.txt` AI crawler permissions changed
  10. `llms.txt` feed missing or modified

- **P2 (Medium / Informational):**
  11. Meta description updated
  12. Image alt text modified
  13. OpenGraph tags changed
  14. Secondary schema properties adjusted
  15. HTML size variance >30%
  16. Minor CSS class changes on centerpiece fold
  17. Outbound external links modified

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [seoskillsai](https://github.com/seoskillsai)
- **Source:** [seoskillsai/seo-skills-ai](https://github.com/seoskillsai/seo-skills-ai)
- **License:** MIT
- **Homepage:** https://seoskillsai.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-seoskillsai-seo-skills-ai-seo-drift
- Seller: https://agentstack.voostack.com/s/seoskillsai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
