rank-tracking

Featured

Rank tracking without a tracker subscription — position movers between any two periods from real Search Console data. Use when asked "how are my rankings", "what moved this week/month", "track my keywords", or "did the update hit me".

Data & Documents 765 stars 10 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
96
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Rank Tracking ## Requires The free Ryze MCP connector (`https://connector.get-ryze.ai/mcp`). Claude Code: `claude mcp add ryze --transport http https://connector.get-ryze.ai/mcp`. claude.ai / Desktop / Cursor: add it as a custom connector with the same URL. Setup: https://www.get-ryze.ai/how-to-connect-claude-to-google-meta-ads-mcp Rank trackers estimate your position by scraping SERPs daily. Search Console records the position Google actually served you at. Use the real number. ## Workflow 1. **Property.** `google_search_console__listSites` → pick the user's domain. 2. **Two windows.** Default: last 28 days vs previous 28. If the user names an event ("since the March update"), split around that date. GSC data lags ~2 days — never include today. 3. **Pull both periods.** `google_search_console__runRawSearchAnalytics`, dimensions `["query"]`, rowLimit high enough to cover the site (start 5000). Repeat with `["page"]` for page-level movement. 4. **Join and diff.** Match queries across periods, compute position delta, clicks delta, impressions delta. 5. **Classify:** - **Winners** — position improved ≥ 2 spots on queries with real impressions - **Losers** — dropped ≥ 2 spots (sort by clicks lost, not by delta — a 4→7 drop on a money query beats a 40→80 crash on a nothing query) - **New** — queries appearing only in the recent period - **Lost** — queries that vanished 6. **Spot-verify (optional).** For the 3–5 most important losers, if DataForSEO SERP tools are...

Details

Author
Ryze-AI-Adgent
Repository
Ryze-AI-Adgent/open-seo-mcp-skills
Created
1 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category