Competitor & Alternative Pages
A framework for planning and writing competitor comparison, vs, and alternative pages that serve both SEO traffic and sales enablement.
Marketing & SEOIntermediate★ 701⑂ 127AI score 8/10Last updated: Aug 12, 2026
What it does
- Supplies four ready page formats (singular alternative, plural alternatives, you-vs-competitor, competitor-vs-competitor) with URL patterns, keyword targets, and section-by-section outlines.
- Defines a centralized competitor data file — positioning, pricing tiers, evidence-backed strengths/weaknesses, review complaints, migration notes, last-verified date — so facts aren't duplicated across pages.
- Prescribes a research methodology: actually sign up for the product, screenshot pricing, mine 50+ G2/Capterra reviews, interview switchers, plus a monthly/quarterly/annual verification cadence.
- Enforces SEO and credibility rules: title/meta/H1 patterns, FAQ schema, internal-link hub, "who the competitor is best for" sections, and legal-safe, source-cited claims.
- Documents three helper scripts for page prioritization, competitor-data staleness tracking, and comparison content scoring.
Who it's for
- SEO and content marketers at SaaS/B2B companies chasing competitor-branded search demand.
- Growth teams producing battle cards and objection-handling assets for sales.
- Anyone needing a counter-comparison page because a rival already publishes one about them.
Examples
- "Draft a 'Notion alternative' page" → full copy with pain validation, TL;DR positioning, narrative comparisons, migration path, and CTA.
- "Which of our 6 competitors should get pages first?" → prioritized page-set plan by search volume and deal frequency.
- "Our vs page ranks but doesn't convert" → CTA placement, migration section, and risk-reversal fixes plus a content quality audit.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/borghei/Claude-Skills/HEAD/business-growth/competitor-alternatives/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the business-growth/competitor-alternatives folder from the GitHub repo borghei/Claude-Skills into my ~/.claude/skills/competitor-alternatives/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/borghei/Claude-Skills.git && mkdir -p ~/.claude/skills && cp -r Claude-Skills/business-growth/competitor-alternatives ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/borghei/Claude-Skills.git - Create the skills directory if needed:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r Claude-Skills/business-growth/competitor-alternatives ~/.claude/skills/ - Verify with
ls ~/.claude/skills/competitor-alternatives— look for SKILL.md and a scripts/ folder (if scripts are missing, the written framework still works). - To run the helper scripts you need Python 3:
python3 --version - Restart Claude Code and prompt something like "build a vs page against [competitor]" to trigger the skill.
View source on GitHub ↗License: NOASSERTION