Help us improve
Share bugs, ideas, or general feedback.
From seo-skills
Generates a demand-gen landing page for an SEO agency with pain-point hook, social proof, free-audit lead magnet, and CTAs for cold traffic. Pulls real competitive and AI-search data via SE Ranking to make copy specific and credible.
npx claudepluginhub seranking/seo-skills --plugin seo-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/seo-skills:seo-agency-landing-pageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a production-ready landing page for an SEO agency offering a free audit as the lead magnet, with the audit promise backed by a real data workflow, not just copy.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Share bugs, ideas, or general feedback.
Produce a production-ready landing page for an SEO agency offering a free audit as the lead magnet, with the audit promise backed by a real data workflow, not just copy.
Niche data pull DATA_getDomainOverviewWorldwide, DATA_getDomainCompetitors, DATA_getAiOverview
Pain-point discovery
Offer construction
Proof layer
CTA and urgency
Generate the page (see Output Format).
Create a folder seo-agency-landing-page-{target-slug}-{YYYYMMDD}/ with:
seo-agency-landing-page-{target-slug}-{YYYYMMDD}/
├── 01-niche-data.md # the real numbers pulled in step 1
├── 02-pain-points.md # the 3 pains used in copy
├── index.html # self-contained HTML page (Tailwind via CDN)
├── copy.md # the copy alone, markdown, for CMS paste
└── README.md # how to customise and deploy
copy.md follows this shape:
# {Hero headline}
## {Hero subhead}
> Hook: {pain-centric, specific, 12-18 words}
[CTA button: Get my free audit]
Supporting microcopy: No credit card. Results in 5 minutes. We never share your data.
---
## Section 1: The 3 things killing SEO for {niche} in 2026
### 1. {Pain 1}
{One paragraph with real number from step 1}
### 2. {Pain 2}
...
### 3. {Pain 3}
...
[CTA button: See how your site scores]
---
## Section 2: What the free audit covers
- {deliverable 1, e.g., "Critical technical issues on your top 20 pages"}
- {deliverable 2, e.g., "AI Overview exposure: which of your queries LLMs answer without you"}
- {deliverable 3, e.g., "Backlink gaps vs your 3 closest competitors"}
- {deliverable 4, e.g., "Top 10 quick-win keywords you could rank for in 90 days"}
---
## Section 3: Why {agency name}
- {Proof point 1: case study with number}
- {Proof point 2}
- {Proof point 3}
Logo bar: {placeholder for 4-6 client logos}
---
## Section 4: How it works
1. You enter your domain
2. We run the audit (5 minutes)
3. You receive the PDF report
4. (Optional) Book a 30-min call to walk through it
[CTA button: Start my free audit]
---
## FAQ
- **How long does the audit take?** 5 minutes.
- **Is it really free?** Yes. No credit card. No follow-up spam.
- **What happens after?** You get the report. If you want help executing, we can discuss.
- **How many free audits do you offer?** We cap it at {n}/month so quality stays high.
---
## Final CTA
[CTA button: Claim my free audit spot]
Spots left this month: {n}
index.html is a self-contained page with:
https://cdn.tailwindcss.com).action="REPLACE_WITH_FORM_ENDPOINT").Form endpoint: Replace
REPLACE_WITH_FORM_ENDPOINTwith a webhook from Netlify Forms, Formspree, or a Zapier catch hook. If none is configured, leave the placeholder and flag it in the deliverable's README so the user knows to set it before publishing.
README.md explains:
website-audit-change-report skill as the delivery mechanism.