Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Data-driven weekly SEO optimization routine with prediction tracking. Analyzes performance, plans improvements, implements content and technical changes, and measures results.

Install to Claude Code

/plugin install seo-routine@seo-routine

Run in Claude Code. Add the marketplace first with /plugin marketplace add vladuma/seo-routine if you haven't already.

README.md

seo-routine

Data-driven weekly SEO optimization routine for Claude Code. Analyzes performance, plans improvements, implements changes, and tracks predictions vs actuals to learn what works.

Installation

# Add marketplace (one-time)
/plugin marketplace add vladuma/seo-routine

# Install into any project
/plugin install seo-routine@vladuma

Quick Start

# 1. Set up for your project (one-time)
/seo-routine calibrate

# 2. Weekly cycle
/seo-routine analyze       # Collect data, score opportunities
/seo-routine plan          # Pick top items, create plan
/seo-routine implement     # Execute in git worktree
/seo-routine review        # Compare predictions vs actuals

Commands

| Command | What it does | |---------|-------------| | calibrate | Discovers project structure, asks 3-5 questions, generates seo-config.md | | analyze | Collects data from GSC, analytics, DataForSEO, self-crawl; scores all pages | | plan | Selects top opportunities within weekly budget, writes plan with predictions | | implement | Executes plan in isolated git worktree on seo/YYYY-WNN branch | | review | Scores past predictions (Hit/Partial/Miss), updates scorecard, adjusts weights | | status | Shows current week, pending work, last run summary | | goals "..." | Sets or updates strategic goal for weighted scoring |

How It Works

Composite Scoring Model

Each page/keyword gets a score (0-100) based on 6 weighted signals:

| Signal | Default Weight | What it measures | |--------|---------------|-----------------| | Striking distance | 25% | Pages at positions 5-20 with decent impressions | | CTR gap | 20% | Pages underperforming expected CTR for their position | | Content quality | 15% | Missing FAQ, short content, no schema, no internal links | | Technical debt | 15% | Missing canonical, broken meta, no og:image, CWV issues | | Keyword gap | 15% | Keywords where competitors rank but you don't | | Goal alignment | 10% | Pages/keywords matching your active strategic goal |

Weights automatically adjust based on prediction accuracy over time.

Prediction Tracking

Every planned change includes a measurable prediction: > "Rewriting meta + FAQ for /blog/example will move position from 14 to 8 by W14"

The review phase scores each prediction as Hit (>=75% of target), Partial (25-74%), or Miss (<25%). This feedback loop adjusts scoring weights so the model gets smarter over time.

Data Sources

| Source | Type | Requires | |--------|------|----------| | Google Search Console | Automated | Service account with GSC access | | Google Analytics 4 | Automated | Service account with GA4 access | | Umami | Automated | Umami URL + website ID | | DataForSEO | Automated | DataForSEO login + password | | Ahrefs | Manual CSV drops | Ahrefs subscription | | Self-crawl | Automated (always on) | Nothing — crawls your own site |

Typical Weekly Flow

Monday:
  1. Drop Ahrefs CSVs into docs/seo/weeks/YYYY-WNN/inputs/
  2. /seo-routine analyze         → produces analysis.md
  3. /seo-routine plan            → produces plan.md, review + approve

Tuesday-Thursday:
  4. /seo-routine implement       → creates branch, makes changes
  5. Review PR, merge

Next Monday:
  6. /seo-routine review          → scores past predictions
  7. Back to step 1

Project Structure

This repo is a Claude Code marketplace. The actual plugin lives at skills/seo-routine/. All script/reference paths in SKILL.md are relative to the plugin root.

seo-routine/                         # marketplace repo
├── .claude-plugin/marketplace.json  # marketplace index
├── skills/seo-routine/              # the plugin
│   ├── .claude-plugin/plugin.json   # plugin manifest
│   ├── SKILL.md                     # core engine
│   ├── scripts/                     # Python automation
│   ├── references/                  # SEO/GEO knowledge base
│   ├── templates/                   # scaffolding templates
│   └── skills-ref/                  # sub-skill reference docs
├── docs/                            # design spec
└── README.md

# Generated in your project by calibrate:
{root}/                              # default: docs/seo/
├── seo-config.md                    # project-specific config
├── goals.md                         # strategic goals
├── scorecard.md                     # weekly metrics
├── forward-log.md                   # prediction tracking
├── brand-voice.md                   # brand voice guide (if content pipeline detected)
└── weeks/YYYY-WNN/                  # weekly data
    ├── inputs/                      # manual data drops
    ├── analysis.md                  # Phase 1 output
    ├── plan.md                      # Phase 2 output
    └── changes.md                   # Phase 3 output

GEO Optimization

Content changes incorporate Princeton GEO research methods for AI search visibility:

  • Cite Sources (+40%) — authoritative references
  • Statistics (+37%) — specific data points
  • Authoritative Tone (+25%) — expert-level language
  • FAQ Schema — structured data for AI citation

License

MIT

Related plugins

Browse all →