Audit SEOsource GitHub
Commandement des performances de recherche
/research-performanceClassez l'ensemble du contenu en fonction du trafic et du classement afin de hiérarchiser les priorités d'optimisation.
// contenu du skill
Research Performance Command
Categorize all content by traffic and rankings to prioritize optimization.
Usage
/research-performance
What This Command Does
Analyzes ALL your blog content and categorizes into 4 performance quadrants:
- ⭐ Stars - High traffic + Good rankings → Maintain & expand
- 🚀 Overperformers - High traffic + Poor rankings → Learn why, improve SEO
- ⚠️ Underperformers - Low traffic + Good rankings → Fix CTR (title/meta)
- 📉 Declining - Low traffic + Poor rankings → Refresh or redirect
For each piece:
- Traffic trends (rising/stable/declining)
- Expected vs actual traffic
- Specific action recommendations
- Priority level
Process
Execute the performance matrix analysis:
bash
python3 research_performance_matrix.pyThis will:
- Fetch all pages from GA4 (last 90 days)
- Filter to content pages only
- Enrich with GSC ranking data
- Calculate traffic trends (180-day comparison)
- Categorize into performance quadrants
- Generate report:
research/performance-matrix-YYYY-MM-DD.md
Output
The report includes:
- Distribution across 4 quadrants
- Top performers in each category
- Specific action steps per article
- Expected traffic calculations
- Priority recommendations
Key Insights
Stars: Your best content - keep fresh, expand with clusters
Underperformers: QUICK WINS - rewrite titles/meta for better CTR
Declining: Content losing traction - needs refresh or redirect
Overperformers: Getting traffic despite poor rankings - improve SEO
Integration
After running /research-performance:
- Use
/analyze-existing [URL]for detailed content analysis - Fix underperformer titles/meta first (low effort, high impact)
- Refresh declining stars to prevent traffic loss
Time & Requirements
Time: 2-4 minutes
Requirements: GA4 required, GSC recommended
Cost: Free
When to Run
- Monthly: Monitor content health
- After major updates: Track impact
- When traffic drops: Identify declining content
// source originale publique
TheCraigHewitt/seomachine/.claude/commands/research-performance.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.