estrategia-de-contenidos-clusters

Organizes researched keywords into topic clusters and a prioritized SEO content plan.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Arianna-Lupi/SEO-Skills --skill estrategia-de-contenidos-clusters-arianna-lupi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: estrategia-de-contenidos-clusters
Source: https://github.com/Arianna-Lupi/SEO-Skills/tree/main/skills/estrategia-de-contenidos-clusters
Command: npx skills add https://github.com/Arianna-Lupi/SEO-Skills --skill estrategia-de-contenidos-clusters-arianna-lupi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? After keyword research, teams struggle to decide what to write first and how to group topics. This Skill turns a finished keyword map into a prioritized content strategy: the "10 de Oro" priority keywords, 3-5 topic clusters (pillar + spokes), E-E-A-T actions, CRO improvements, and a publication calendar. ## Core Features & Use Cases - Keyword Prioritization: Selects the 10 highest-priority keywords from ~40 researched terms by weighing relevance, volume, difficulty, intent, and competitive gaps. - Topic Cluster Mapping: Groups keywords into 3-5 clusters with a pillar page and supporting spokes, including internal linking structure, using an optional deterministic Python script (stdlib only). - E-E-A-T and CRO Planning: Defines author bios, trust signals, CTAs, value proposition checks, and friction reduction per cluster, then outputs a prioritized calendar. - Use Case: You finished keyword research for a natural cosmetics brand and ask what to publish first; the Skill returns the 10 priority keywords, three clusters with pillar/spoke structure, and a 3-month calendar balancing new content vs. optimizing existing pages. ## Quick Start Ask the assistant to organize your researched keyword list into topic clusters and a prioritized content calendar following the estrategia-de-contenidos-clusters skill.

Frequently Asked Questions about estrategia-de-contenidos-clusters

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize keywords into topic clusters for SEO?▼

Group keywords by shared themes into 3-5 clusters, each with one pillar page targeting a broad head term and several spoke articles targeting long-tail variations that link back to the pillar. This Skill automates the grouping with a token-overlap script and validates intent against real SERP data.

How do I prioritize which keywords to target first?▼

Prioritize by weighing business relevance, search volume, keyword difficulty, search intent, and competitive gaps together rather than volume alone. This Skill selects the 10 highest-priority keywords from a researched set of about 40 using that weighted criteria.

Does this keyword clustering require Ahrefs or paid SEO tools?▼

No, the clustering works fully manually using volume and difficulty data already collected during research. Ahrefs MCP integration is optional for pulling fresh volume and difficulty metrics, and SerpApi is optional for validating search intent.

What are the prerequisites before building a content cluster strategy?▼

You need three completed inputs: a keyword map of roughly 40 researched keywords, a competitor analysis, and a technical audit free of blocking indexation issues. The Skill stops and warns you if any prerequisite is missing.

What Python dependencies does the clustering script need?▼

The cluster.py script uses only the Python standard library with no external packages. It can run via uv or directly with python3, accepting keywords from a text file or a JSON array with optional volume data.