Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & SEOIntermediate14234AI 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-contained index.html (Tailwind via CDN, OG tags, real form action), copy.md for CMS paste, and a deploy README.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

  1. "Build a landing page for my agency targeting SaaS founders" → niche data file, 3 pain points, and a deployable HTML page.
  2. "I need a free-audit lead-gen page for local dentists" → hook copy with the niche's real average organic traffic baked in.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/seranking/seo-skills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r seo-skills/skills/seo-agency-landing-page ~/.claude/skills/
  5. Connect the SE Ranking MCP server to Claude Code and set your API key (see the repo's root README).
  6. Restart Claude Code, then ask: "Create an SEO agency landing page for {agency name} targeting {niche}".
  7. In the generated index.html, replace REPLACE_WITH_FORM_ENDPOINT with a real form endpoint (Netlify Forms, Formspree, or a Zapier catch hook) before publishing.