Skip to content
Marketing
Skill

/content-opportunities

Find quick-win content optimization targets — high impressions, low CTR,

From plugin
mcp-search-console
1.3k4 skills1 MCP
Install
$ npx -y skills add AminForou/mcp-gsc --skill content-opportunities --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/content-opportunities

Context preview

The summary Claude sees to decide when to auto-load this skill.

Find quick-win content optimization targets — high impressions, low CTR,

SKILL.md

content-opportunities.SKILL.md
name: content-opportunities
description: Find quick-win content optimization targets — high impressions, low CTR,
  position 11-20. Use when asked for content ideas or optimization opportunities.

Content Opportunities

Surface quick-win content optimization targets: pages or queries sitting in positions 11–20 with high impression volume but low CTR.

Steps

1. Call `list_properties` to confirm the exact `site_url`. 2. Call `get_advanced_search_analytics` with:

  • `dimensions=query,page`
  • `sort_by=impressions`
  • `sort_direction=descending`
  • `row_limit=1000`
  • `start_date` = 28 days ago, `end_date` = today

3. Filter the results to keep only rows where:

  • `position` is between **11 and 20** (page 2, just below the fold)
  • `impressions` > 100 (meaningful search volume)
  • `ctr` < 0.03 (3% — below average for these positions)

4. Sort the filtered set by `impressions` descending. 5. Return the top 20 rows.

Output format

Present as a table: **Query | Page | Position | Impressions | CTR | Opportunity Score**

Opportunity Score = `impressions × (0.05 − ctr)` — a rough estimate of clicks gained if CTR reaches 5%.

Follow the table with specific recommendations for each entry:

  • Title/meta description optimization ideas
  • Whether to merge with a better-ranking page
  • Whether to add internal links to boost the page
Ships withmcp-search-console

A Model Context Protocol (MCP) server that connects Google Search Console (GSC) to AI assistants, allowing you to analyze your SEO data through natural language conversations.

Get the whole plugin
Stats
1,333
Stars
185
Forks
Active
Maintenance
Python
Language
MIT
License
11d ago
Last commit
1y ago
Created

Repo: AminForou/mcp-gsc