Commands
| Command | What it does |
/seo sxo <keyword> <your-url> | Full SXO analysis: SERP-backward classification, mismatch detection, user stories, persona scores, gap analysis |
/seo sxo personas <url> | Persona-only scoring. Skips SERP analysis. Useful when you already know the target page type and just want UX-side feedback |
/seo sxo wireframe <keyword> | Target-page wireframe. Outputs section-by-section blueprint of the page Google wants for this query, with concrete placeholders |
How Page-Type Classification Works
The classifier uses a hybrid rubric of structural and content signals. No single signal decides a page type. The combination does.
- URL pattern:
/blog/ vs /products/ vs /vs/ vs /best-* are strong early signals
- H1 + title shape: 'How to X', 'X vs Y', 'Best X for Y', 'X review', 'Buy X' each map to different page types
- Heading hierarchy: tutorials have step-numbered H2s. Comparisons have feature-named H2s. Listicles have ranked-item H2s
- Schema markup: HowTo, Product, FAQPage, Article, ItemList each declare intent
- Content blocks: presence of pricing tables, comparison matrices, step lists, embedded video, CTAs above fold
- Word count tier: under 800 (quick answer) vs 1500-2500 (mid) vs 3000+ (pillar)
Each top-10 SERP result is classified the same way. The mode across the 10 is what Google is rewarding. If your page sits in a different category, the skill flags it with a severity score (CRITICAL, HIGH, MEDIUM, ALIGNED) and tells you whether to rewrite, restructure, or move on.
Cross-Skill References
SXO does not duplicate the rest of Claude SEO. It hands off when a specialist is the right next step:
- E-E-A-T gaps in persona scoring → /seo content for deep content audit
- Missing schema types → /seo schema for generation
- Local intent detected → /seo local for GBP analysis
- AI search angles → /seo geo for AI Overviews and citation readiness
Attribution
SXO was contributed by Florian Schmitz via the AI Marketing Hub Pro Hub Challenge. The original repo lives at github.com/tools-enerix/claude-sxo-skill. Integrated into Claude SEO v1.9.0 with Florian's permission. The skill code is MIT-licensed, like the rest of Claude SEO.