# Ctr Fix

> Find high-impression, low-click-through pages from Search Console and rewrite the title/meta

- Skill: `meabo/ctr-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add meabo/ctr-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/meabo/ctr-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Meabo (https://skillmd.com/u/meabo)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/meabo/ctr-fix

---


# CTR Fix

**Requires the Seobase MCP connected — this needs real Search Console impression/CTR
data, there is no honest free-tier version.**

## Usage

`/ctr-fix` (uses your connected Seobase account's GSC data)

## Steps

1. Call `mcp__seobase__audit_find_ctr_opportunities` (defaults: ≥50 impressions,
   ≤2% CTR — pass tighter/looser thresholds if the user asks). It returns raw GSC
   numbers only; it does not fetch the page's current title/meta itself.
2. For each opportunity (cap at the top 5 by impressions), WebFetch the page to read
   the current `<title>` and meta description.
3. Propose a rewritten title + meta for each — sharper hook, front-loaded keyword,
   a concrete number or outcome where honest. Do not invent a stat or claim not
   supported by the actual page content.
4. Report:

```
CTR opportunities (source: live GSC data via Seobase)

1. /page-a — 1,240 impressions, 0.8% CTR, position 6.2
   Current title: "..."
   Suggested: "..."
   Why: [one line]

2. ...
```

This skill proposes rewrites only — it does not publish them. Use Seobase's own app
(or a future `content_update_meta` MCP tool, not yet built) to ship the change.

