# Seo Competitor Pages > Genera páginas de comparación y alternativas optimizadas para SEO: layouts 'X vs Y', páginas 'alternativas a X', matrices de funciones, schema y optimización de conversión. Fuente: https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-competitor-pages Markdown: https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-competitor-pages.md Repositorio: https://github.com/AgriciDaniel/claude-seo Autor: AgriciDaniel Licencia: MIT Actualizado: el mes pasado Coste de contexto: 85 tok instalada, 1.9k tok al activarse, 2k tok con todos los archivos del bundle Bundle: 2 archivos, 8 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add AgriciDaniel/claude-seo --skill seo-competitor-pages --agent claude-code # Cursor npx -y skills add AgriciDaniel/claude-seo --skill seo-competitor-pages --agent cursor # Codex npx -y skills add AgriciDaniel/claude-seo --skill seo-competitor-pages --agent codex # Gemini CLI npx -y skills add AgriciDaniel/claude-seo --skill seo-competitor-pages --agent gemini # Windsurf npx -y skills add AgriciDaniel/claude-seo --skill seo-competitor-pages --agent windsurf # Cline npx -y skills add AgriciDaniel/claude-seo --skill seo-competitor-pages --agent cline ``` ## Qué hace - Genera 4 tipos de página (X vs Y, alternativas a X, roundups 'mejores herramientas', tablas comparativas) con su patrón de keyword y fórmula de title tag - Produce matrices de funciones y schema listo (Product con AggregateRating, SoftwareApplication, ItemList) para cada tipo de página - Aplica reglas de equidad: toda afirmación sobre competidores debe ser verificable, con fecha, y sin desinformación ## Cuándo usarla - El usuario pide una página 'X vs Y', 'alternativas a X' o una comparación de competidores ## Qué la activa - "Crea una página 'Notion vs Confluence'" - "Genera una página de alternativas a mi competidor" ## Antes de instalar - makes network requests ## Archivos - LICENSE.txt — 143 B - SKILL.md — 8 KB ## SKILL.md Reproducido tal cual desde AgriciDaniel/claude-seo bajo MIT. Esta sección es el documento original y está en inglés. # Competitor Comparison & Alternatives Pages Create high-converting comparison and alternatives pages that target competitive intent keywords with accurate, structured content. ## Page Types ### 1. "X vs Y" Comparison Pages - Direct head-to-head comparison between two products/services - Balanced feature-by-feature analysis - Clear verdict or recommendation with justification - Target keyword: `[Product A] vs [Product B]` ### 2. "Alternatives to X" Pages - List of alternatives to a specific product/service - Each alternative with brief summary, pros/cons, best-for use case - Target keyword: `[Product] alternatives`, `best alternatives to [Product]` ### 3. "Best [Category] Tools" Roundup Pages - Curated list of top tools/services in a category - Ranking criteria clearly stated - Target keyword: `best [category] tools [year]`, `top [category] software` ### 4. Comparison Table Pages - Feature matrix with multiple products in columns - Sortable/filterable if interactive - Target keyword: `[category] comparison`, `[category] comparison chart` ## Comparison Table Generation ### Feature Matrix Layout ``` | Feature | Your Product | Competitor A | Competitor B | |------------------|:------------:|:------------:|:------------:| | Feature 1 | ✅ | ✅ | ❌ | | Feature 2 | ✅ | ⚠️ Partial | ✅ | | Feature 3 | ✅ | ❌ | ❌ | | Pricing (from) | $X/mo | $Y/mo | $Z/mo | | Free Tier | ✅ | ❌ | ✅ | ``` ### Data Accuracy Requirements - All feature claims must be verifiable from public sources - Pricing must be current (include "as of [date]" note) - Update frequency: review quarterly or when competitors ship major changes - Link to source for each competitor data point where possible ## Schema Markup Recommendations ### Product Schema with AggregateRating ```json { "@context": "https://schema.org", "@type": "Product", "name": "[Product Name]", "description": "[Product Description]", "brand": { "@type": "Brand", "name": "[Brand Name]" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "[Rating]", "reviewCount": "[Count]", "bestRating": "5", "worstRating": "1" } } ``` ### SoftwareApplication (for software comparisons) ```json { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "[Software Name]", "applicationCategory": "[Category]", "operatingSystem": "[OS]", "offers": { "@type": "Offer", "price": "[Price]", "priceCurrency": "USD" } } ``` ### ItemList (for roundup pages) ```json { "@context": "https://schema.org", "@type": "ItemList", "name": "Best [Category] Tools [Year]", "itemListOrder": "https://schema.org/ItemListOrderDescending", "numberOfItems": "[Count]", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "[Product Name]", "url": "[Product URL]" } ] } ``` ## Keyword Targeting ### Comparison Intent Patterns | Pattern | Example | Search Volume Signal | |---------|---------|---------------------| | `[A] vs [B]` | "Slack vs Teams" | High | | `[A] alternative` | "Figma alternatives" | High | | `[A] alternatives [year]` | "Notion alternatives 2026" | High | | `best [category] tools` | "best project management tools" | High | | `[A] vs [B] for [use case]` | "AWS vs Azure for startups" | Medium | | `[A] review [year]` | "Monday.com review 2026" | Medium | | `[A] vs [B] pricing` | "HubSpot vs Salesforce pricing" | Medium | | `is [A] better than [B]` | "is Notion better than Confluence" | Medium | ### Title Tag Formulas - X vs Y: `[A] vs [B]: [Key Differentiator] ([Year])` - Alternatives: `[N] Best [A] Alternatives in [Year] (Free & Paid)` - Roundup: `[N] Best [Category] Tools in [Year], Compared & Ranked` ### H1 Patterns - Match title tag intent - Include primary keyword naturally - Keep under 70 characters ## Conversion-Optimized Layouts ### CTA Placement - **Above fold**: Brief comparison summary with primary CTA - **After comparison table**: "Try [Your Product] free" CTA - **Bottom of page**: Final recommendation with CTA - Avoid aggressive CTAs in competitor description sections (reduces trust) ### Social Proof Sections - Customer testimonials relevant to comparison criteria - G2/Capterra/TrustPilot ratings (with source links) - Case studies showing migration from competitor - "Switched from [Competitor]" stories ### Pricing Highlights - Clear pricing comparison table - Highlight value advantages (not just lowest price) - Include hidden costs (setup fees, per-user pricing, overage charges) - Link to full pricing page ### Trust Signals - "Last updated [date]" timestamp - Author with relevant expertise - Methodology disclosure (how comparisons were conducted) - Disclosure of own product affiliation ## Fairness Guidelines - **Accuracy**: All competitor information must be verifiable from public sources - **No defamation**: Never make false or misleading claims about competitors - **Cite sources**: Link to competitor websites, review sites, or documentation - **Timely updates**: Review and update when competitors release major changes - **Disclose affiliation**: Clearly state which product is yours - **Balanced presentation**: Acknowledge competitor strengths honestly - **Pricing accuracy**: Include "as of [date]" disclaimers on all pricing data - **Feature verification**: Test competitor features where possible, cite documentation otherwise ## Internal Linking - Link to your own product/service pages from comparison sections - Cross-link between related comparison pages (e.g., "A vs B" links to "A vs C") - Link to feature-specific pages when discussing individual features - Breadcrumb: Home > Comparisons > [This Page] - Related comparisons section at bottom of page - Link to case studies and testimonials mentioned in the comparison ## Output ### Comparison Page Template - `COMPARISON-PAGE.md`: Ready-to-implement page structure with sections - Feature matrix table - Content outline with word count targets (minimum 1,500 words) ### Schema Markup - `comparison-schema.json`: Product/SoftwareApplication/ItemList JSON-LD ### Keyword Strategy - Primary and secondary keywords - Related long-tail opportunities - Content gaps vs existing competitor pages ### Recommendations - Content improvements for existing comparison pages - New comparison page opportunities - Schema markup additions - Conversion optimization suggestions ## Error Handling | Scenario | Action | |----------|--------| | Competitor URL unreachable | Report which competitor URLs failed. Proceed with available data and note gaps in the comparison. | | Insufficient competitor data (pricing, features unavailable) | Flag missing data points clearly. Use "Not publicly available" in comparison tables rather than guessing. | | No product/service overlap found | Report that the products serve different markets. Suggest alternative competitors that share feature overlap, or pivot to a category roundup format. | ## Dónde encaja - Categoría: [SEO y GEO](https://skillsagentes.com/categorias/seo-geo.md) — Keywords, auditorías on-page, datos estructurados y visibilidad en respuestas de IA. - Creador: [AgriciDaniel](https://skillsagentes.com/creators/agricidaniel.md) — 31 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Seo Google](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-google.md): APIs SEO de Google: Search Console, PageSpeed Insights, CrUX con historial de 25 semanas, Indexing API y tráfico orgánico de GA4. Da datos reales de campo para Core Web Vitals, indexación, rendimiento de búsqueda y tráfico. - [Seo Flow](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-flow.md): Integración del framework FLOW: SEO basado en evidencia con el ciclo Find → Leverage → Optimize → Win. Expone 41 prompts de IA por etapa desde la base de conocimiento FLOW (CC BY 4.0). - [Seo](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo.md): Análisis SEO integral para cualquier sitio: auditorías completas, análisis de una página, SEO técnico (rastreo, indexación, CWV con INP), schema, E-E-A-T, imágenes, sitemaps y GEO para AI Overviews/ChatGPT/Perplexity. - [Seo Audit](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-audit.md): Auditoría SEO completa del sitio con delegación paralela a sub-agentes. Rastrea hasta 500 páginas, detecta el tipo de negocio, delega en hasta 15 especialistas (8 siempre + 7 condicionales) y genera un health score. - [Seo Cluster](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-cluster.md): Agrupación semántica de keywords basada en solapamiento real de SERP (no similitud de texto) para planear arquitectura de contenido. Diseña clusters hub-and-spoke con matriz de enlaces internos y genera una visualización interactiva. ## Skills relacionadas - [Seo Firecrawl](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-firecrawl.md): Rastreo, scraping y mapeo de sitio completo vía Firecrawl MCP. Úsalo para 'crawl site', 'map site', 'full crawl', 'find all pages', 'broken links' o 'JS rendering'. - [Seo Seranking](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-seranking.md): Analista de visibilidad en IA con SE Ranking (extensión). Sigue el Share-of-Voice en ChatGPT, Gemini, Perplexity, AI Overviews y AI Mode en una sola consulta. - [Seo Ecommerce](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-ecommerce.md): Análisis de SEO para e-commerce: visibilidad en Google Shopping, inteligencia de marketplace de Amazon, validación de schema Product, análisis de precios de competidores y brechas de keywords entre orgánico y Shopping. - [Seo Images](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-images.md): Análisis de optimización de imágenes para SEO y rendimiento: alt text, tamaño de archivo, formato, imágenes responsive, lazy loading, prevención de CLS, ranking en SERP de imágenes y optimización de archivos. - [Seo Maps](https://skillsagentes.com/skills/agricidaniel/claude-seo/seo-maps.md): Inteligencia de mapas para SEO local: rastreo de ranking en grilla geográfica, auditoría de GBP vía API, inteligencia de reseñas en Google/Tripadvisor/Trustpilot, verificación cruzada de NAP y mapeo de competidores por radio. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)