Skip to content
SEO
Command

/optimize

Find and rewrite pages stuck on page 2+ using Google Search Console data

From plugin
distribb-skill
16917 skills17 commands
Install
$ npx -y skills add Bomx/distribb-skill --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/optimize

Context preview

What this command does when you run it.

Find and rewrite pages stuck on page 2+ using Google Search Console data

Command definition

optimize.md
description: Find and rewrite pages stuck on page 2+ using Google Search Console data
argument-hint: (none)
allowed-tools: Bash, Read, Glob, Grep, WebFetch

Run the GSC-driven optimization loop. Load the Distribb skill and:

1. Confirm GSC is connected (`GET /api/v1/search-console`). If not, send the user to https://distribb.io/integrations (or https://support.google.com/webmasters/answer/10267942?hl=en if they have no Search Console yet) and stop. 2. Generate a fresh batch: `POST /api/v1/suggestions/run` with `{"project_id": ...}`. This pulls GSC and scores pages with impressions but low CTR or stuck at the bottom of page 1 / on page 2. 3. List them: `GET /api/v1/suggestions?project_id=...&status=pending`. For each, read `GET /api/v1/suggestions/:id/diff` and show the user the before/after. 4. With the user's go-ahead (approve and publish are real, billable actions that push live to their CMS): `POST /api/v1/suggestions/:id/approve`, poll until `status: ready`, then `POST /api/v1/suggestions/:id/publish`. Use `/regenerate` with feedback if the rewrite is not right. 5. A `409` means the article changed since the suggestion was created (`superseded`); run `/suggestions/run` again and restart for that page.

This is the fastest win in SEO because these pages already rank. Prioritize the ones closest to page 1 with the most impressions.

Ships withdistribb-skill

SEO automation for AI agents. Use any AI model you want. Distribb provides the infrastructure: real keyword data, backlinks from real businesses, a Google Search Console audit, CMS publishing, content calendar, social repurposing and direct social posting,

Get the whole plugin
Stats
176
Stars
30
Forks
Active
Maintenance
Python
Language
5d ago
Last commit
4mo ago
Created

Repo: Bomx/distribb-skill