Skills Agentes

Seo Agency Landing Page

Genera una landing page de demand-gen para una agencia SEO, con gancho de pain-point, pruebas, flujo de auditoría gratuita como lead magnet y CTAs pensados para tráfico frío, usando datos reales del nicho.

Oficial
Estrellas
139

en todo el repo

Actividad
40

0–100, la ruta de este skill

Actualizado
hace 4 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
1.6k tok

113 tok en reposo

Paquete
1 archivo

6 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add seranking/seo-skills --skill seo-agency-landing-page --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Genera una carpeta completa con index.html, copy.md, datos de nicho y pain points para una landing page de agencia SEO
  • Extrae datos reales de competidores y AI Overview del nicho objetivo mediante SE Ranking MCP para hacer la copy específica y creíble
  • Construye el flujo de lead magnet de auditoría gratuita con formulario, CTAs escalonados y bloques de prueba social
  • Incluye un README con instrucciones para personalizar logos, conectar el formulario y desplegar la página

Úsalo cuando

  • El usuario pide una landing page para una agencia SEO
  • Pide una página de lead-gen o demand-gen para una agencia SEO
  • Pide una landing page de auditoría gratuita
  • Quiere convertir tráfico frío en llamadas de descubrimiento

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • Necesito una landing page para mi agencia SEO enfocada en SaaS
    • Créame una página de auditoría gratuita para captar leads fríos
    • Quiero una landing page demand-gen para mi agencia que atiende dentistas locales

    SKILL.md

    En inglés

    Example output: examples/seo-agency-landing-page-saas-founders-20260514/copy.md

    Agency Landing Page

    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.

    Prerequisites

    • SE Ranking MCP server connected.
    • User provides: (a) agency name, (b) target vertical or niche the agency serves (e.g., "SaaS", "local dentists", "DTC ecommerce"), (c) the agency's website or positioning, and optionally (d) a sample client domain to pull real numbers from for case-study copy.

    Process

    1. Niche data pull DATA_getDomainOverviewWorldwide, DATA_getDomainCompetitors, DATA_getAiOverview

      • If a sample client domain was provided, pull their organic traffic, top competitors, and AI Overview exposure.
      • Extract 3 concrete, pitchable numbers for the page (e.g., "agencies in this niche average 12k organic visits/mo. Top performers average 180k.").
    2. Pain-point discovery

      • Use niche-level findings to identify the 3 most acute SEO pains for this vertical (e.g., AI Overviews eating top-of-funnel traffic, cannibalisation in product pages, thin category pages).
      • Each pain becomes a section of the page.
    3. Offer construction

      • Primary offer: a free 5-minute automated SEO audit delivered to their inbox.
      • Secondary offer: book a 30-minute strategy call once audit is received.
      • Lead form: 3 fields max (name, work email, domain).
    4. Proof layer

      • Case-study placeholder blocks with real metric deltas (user fills names).
      • Logo bar (user fills with 4-6 clients).
      • A "data snapshot" block that uses the real numbers from step 1 (builds trust instantly).
    5. CTA and urgency

      • Above-the-fold CTA.
      • Mid-page CTA after social proof.
      • Final CTA after FAQ.
      • Urgency: "We cap free audits at {n}/month" (user fills n).
    6. Generate the page (see Output Format).

    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:

    • Tailwind CSS via CDN (https://cdn.tailwindcss.com).
    • Semantic HTML, no JS frameworks.
    • A real HTML form POSTing to a configurable endpoint (placeholder action="REPLACE_WITH_FORM_ENDPOINT").
    • OG tags for social sharing.
    • A CTA button that scrolls to the form.

    Form endpoint: Replace REPLACE_WITH_FORM_ENDPOINT with 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:

    • How to fill in client logos and case-study numbers.
    • How to wire the form to a real audit backend (link to SE Ranking audit API or the agency's own tool).
    • How to deploy: Netlify, Vercel, or drop into any static host.
    • How to A/B test the hero headline.

    Tips

    • Respect SE Ranking Data API rate limit: 10 requests per second. Iterate sequentially.
    • The page lives and dies by the hook. Specific numbers beat generalities. "You are losing 18% of top-funnel traffic to AI Overviews" beats "AI is changing SEO".
    • Do not promise what the agency cannot deliver. If the free audit is limited to the first 100 URLs, say so on the page.
    • Mobile-first. Hero fits on one iPhone screen.
    • The lead-magnet audit should itself be an automated workflow, not a promise. Chain with the website-audit-change-report skill as the delivery mechanism.
    • Do not add stock photography. Real screenshots of actual audit outputs convert better.
    • If the agency has no case studies yet, use aggregate data (e.g., "Agencies like ours typically lift organic traffic by 40-80% in year one") with a clear disclaimer, not fake numbers.

    Reproducido de seranking/seo-skills bajo licencia MIT. Leer esta página en markdown.

    Archivos

    1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Antes de instalar

    Requiere el servidor MCP de SE Ranking conectado y que el usuario indique nombre de la agencia, nicho objetivo, web/posicionamiento y opcionalmente un dominio cliente de muestra.

    Detalles

    Creador
    seranking
    Categoría
    Marketing
    Licencia
    MIT
    Recursos incluidos
    Solo SKILL.md
    Código fuente
    Ver SKILL.md

    Etiquetas

    Más de seranking/seo-skills

    Este repo incluye 32 skills. Si instalas uno, normalmente ya tienes los demás. Ver el pack seo-skills entero y su comando de instalación

    Encuentra los prompts y temas de búsqueda con IA donde una marca es invisible o pierde frente a competidores en SE Ranking, y convierte esos vacíos en una campaña social en Planable con seguimiento antes/después.

    Costo de contexto al activarse
    2.7k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo

    Construye una propuesta de onboarding de cliente basada en datos, combinando un audit SEO + búsqueda IA de SE Ranking con un análisis en Planable del rendimiento social actual del cliente.

    Costo de contexto al activarse
    1.9k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo

    Combina el seguimiento de rankings por ciudad de SE Ranking con contenido social local en Planable, incluyendo publicaciones de Google Business Profile.

    Costo de contexto al activarse
    2.6k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo

    Genera un único reporte de rendimiento que une rankings SEO, visibilidad en búsquedas IA (SE Ranking) y engagement social (Planable): resumen en el chat más un informe HTML interactivo autónomo.

    Costo de contexto al activarse
    1.8k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo

    Arquitecto de integración con la API de SE Ranking: cubre la Data API y la Project API, responde cualquier duda de endpoints, credit cost o auth, y genera recetas cURL/Python/TypeScript/MCP.

    Costo de contexto al activarse
    4.2k tok
    Tamaño del paquete
    5 archivos
    Última actualización
    hace 2 meses
    Oficialdesarrollo apis

    Scraping ad-hoc, mapeo de sitios y crawling completo vía Firecrawl MCP: devuelve HTML crudo, metadatos, DOM renderizado por JS y screenshots que WebFetch no puede obtener.

    Costo de contexto al activarse
    2.4k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 2 meses
    Oficialseo geo

    Skills relacionados

    Encuentra los prompts y temas de búsqueda con IA donde una marca es invisible o pierde frente a competidores en SE Ranking, y convierte esos vacíos en una campaña social en Planable con seguimiento antes/después.

    Costo de contexto al activarse
    2.7k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo

    Construye una propuesta de onboarding de cliente basada en datos, combinando un audit SEO + búsqueda IA de SE Ranking con un análisis en Planable del rendimiento social actual del cliente.

    Costo de contexto al activarse
    1.9k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo

    Combina el seguimiento de rankings por ciudad de SE Ranking con contenido social local en Planable, incluyendo publicaciones de Google Business Profile.

    Costo de contexto al activarse
    2.6k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 2 meses
    Oficialseo geo