SEO Agency Landing Page
Builds a production-ready demand-gen landing page for an SEO agency, with a free-audit lead magnet and copy grounded in real niche data.
Marketing & SEOIntermediate★ 142⑂ 34AI score 8/10Last updated: Jun 25, 2026
What it does
- Pulls real organic traffic, competitor and AI Overview data for the agency's target niche via the SE Ranking MCP server and extracts 3 pitchable numbers for the copy.
- Derives the 3 most acute SEO pains for that vertical and turns each into a page section.
- Structures the offer: free 5-minute automated audit (primary), 30-minute strategy call (secondary), 3-field lead form (name, work email, domain).
- Outputs a dated folder with
01-niche-data.md,02-pain-points.md, a self-containedindex.html(Tailwind via CDN, OG tags, real form action),copy.mdfor CMS paste, and a deployREADME.md. - Places three CTAs (above the fold, mid-page, post-FAQ) plus a "we cap audits at N/month" scarcity line.
Who it's for
- SEO or digital agency owners converting cold traffic into discovery calls.
- Performance marketers using free audit reports as a lead magnet.
- Growth folks who already run SE Ranking with the MCP server connected.
Examples
- "Build a landing page for my agency targeting SaaS founders" → niche data file, 3 pain points, and a deployable HTML page.
- "I need a free-audit lead-gen page for local dentists" → hook copy with the niche's real average organic traffic baked in.
- Supply a sample client domain → case-study blocks filled with actual metric deltas instead of invented numbers.
· · · 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/seranking/seo-skills/HEAD/skills/seo-agency-landing-page/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 skills/seo-agency-landing-page folder from the GitHub repo seranking/seo-skills into my ~/.claude/skills/seo-agency-landing-page/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/seranking/seo-skills.git && mkdir -p ~/.claude/skills && cp -r seo-skills/skills/seo-agency-landing-page ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/seranking/seo-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r seo-skills/skills/seo-agency-landing-page ~/.claude/skills/ - Connect the SE Ranking MCP server to Claude Code and set your API key (see the repo's root README).
- Restart Claude Code, then ask: "Create an SEO agency landing page for {agency name} targeting {niche}".
- In the generated
index.html, replaceREPLACE_WITH_FORM_ENDPOINTwith a real form endpoint (Netlify Forms, Formspree, or a Zapier catch hook) before publishing.
View source on GitHub ↗License: MIT