One-click install
npx skills add https://github.com/REVREBEL/seo-api --skill seo-drift-revrebel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-drift
Source: https://github.com/REVREBEL/seo-api/tree/main/review/seo-drift
Command: npx skills add https://github.com/REVREBEL/seo-api --skill seo-drift-revrebel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, playwright, sqlite3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides SEO drift monitoring, capturing baselines of SEO-critical elements, detecting changes, and tracking regressions over time.

Core Features & Use Cases

  • SEO Drift Monitoring: Capture baselines and detect changes to SEO elements.
  • Change Tracking: Monitor and track changes over time.
  • Baseline Comparison: Compare current page state to stored baseline.
  • History Review: Review all baselines and comparisons for a URL.
  • Cross-Skill Integration: Recommend specialized skills for specific findings.

Quick Start

Capture the current SEO state of a page using 'seo drift baseline [url]'.

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 and track changes over time?

To monitor SEO drift, you capture a baseline of SEO-critical elements and compare the current page state against it to detect regressions over time. This process relies on Python scripts to parse HTML and fetch page data.

What is SEO baseline comparison and when do I need it?

SEO baseline comparison is the process of storing a snapshot of critical page elements and evaluating future versions against it. You need it to detect regressions and track changes during SEO audits or performance monitoring.

How do I capture an SEO baseline for a specific URL?

You capture an SEO baseline for a URL by running a command like 'seo drift baseline [url]'. This fetches the page data and records the SEO-critical elements as a stored snapshot for future comparisons.

Do I need Python and Playwright to run SEO change tracking?

Yes, you need Python, Playwright, and sqlite3 to run SEO change tracking. Python scripts handle parsing HTML and fetching page data, sqlite3 stores baselines, and Playwright manages browser-based fetching.

Can I review the history of SEO drift comparisons for a single page?

Yes, you can review the history of SEO drift comparisons for a single page. The Skill stores all captured baselines and comparisons for a URL, allowing you to track changes and regressions over time.

What's the best way to detect SEO regressions without manual audits?

The best way to detect SEO regressions without manual audits is using automated drift monitoring. By capturing baselines and comparing the current page state automatically, you instantly track changes to SEO-critical elements over time.