PluginBench
Skill
Review
Audit score 70

seo-sxo

agricidaniel/claude-seo

Analyze SERP backwards to detect page-type mismatches and score pages against search intent.

What is seo-sxo?

Search Experience Optimization (SXO) bridges SEO and UX by comparing your page against what Google actually rewards in search results. Use it when you need to understand why a well-optimized page isn't ranking, derive user stories from search intent signals, or identify page-type mismatches that block visibility.

  • Fetch and parse target URL to extract title, headings, schema, CTAs, and content structure
  • Analyze top 10 organic SERP results to detect dominant page type, content format, and schema expectations
  • Compare target page type against SERP consensus to identify critical mismatches (e.g., blog post vs product pages)
  • Derive 3-5 user stories from PAA questions, ad copy themes, and related searches
  • Score page alignment across 7 dimensions (page type, depth, UX, schema, media, authority, freshness) on 0-100 SXO Gap Scale
  • Generate persona-based scoring (4-7 personas × 4 dimensions) with specific improvement recommendations

How to install seo-sxo

npx skills add https://github.com/agricidaniel/claude-seo --skill seo-sxo
Claude Code
Cursor
Windsurf
Cline

How to use seo-sxo

  1. 1.Run `/seo sxo <url>` to auto-detect keyword from page title/H1, or `/seo sxo <url> <keyword>` to specify a keyword
  2. 2.Review the SERP consensus section to see what page types and content formats Google rewards for this keyword
  3. 3.Check the page-type mismatch severity (CRITICAL/HIGH/MEDIUM/ALIGNED) to decide if restructuring is needed
  4. 4.Read the 3-5 derived user stories to understand what different searchers need from this keyword
  5. 5.Review the SXO Gap Score (0-100) and the 7-dimension breakdown to prioritize fixes
  6. 6.Examine persona cards sorted by lowest score first to identify which audience segment is underserved
  7. 7.Run `/seo sxo wireframe <url>` to generate concrete IST/SOLL wireframes with specific placeholder recommendations

Use cases

Good for
  • Diagnose why a technically sound page (95/100 SEO score) fails to rank for its target keyword
  • Restructure a blog post into a comparison matrix or product page to match SERP expectations
  • Identify missing schema types, media elements, or content depth that competitors rank with
  • Validate page-type strategy before investing in content creation or redesign
  • Score multiple page variants against the same keyword from different persona perspectives
Who it's for
  • SEO strategists and content directors deciding whether to rewrite or restructure pages
  • Content creators building new pages and needing to match SERP expectations upfront
  • Product managers evaluating why landing pages underperform despite good technical SEO
  • Agencies auditing client sites for strategic misalignment beyond technical compliance

seo-sxo FAQ

How is SXO different from a standard SEO audit?

SEO audits check technical compliance (crawlability, speed, schema syntax). SXO asks whether your page deserves to rank by comparing its type and structure against what Google actually rewards in the SERP. A page can score 95/100 on technical SEO but 30/100 on SXO if it's the wrong page type for the keyword.

What if the SERP is fragmented (no dominant page type)?

If no single page type exceeds 60% of top 10 results, the SERP is fragmented. This signals an opportunity to differentiate—you can choose a page type that underrepresents the intent and own that angle, or pick the strongest minority type and execute it exceptionally well.

Can I use this without DataForSEO?

Yes. The skill falls back to WebSearch for SERP analysis if DataForSEO is unavailable. DataForSEO provides higher precision (exact positions, feature data, search volume), but WebSearch still captures page types, content formats, and schema signals needed for SXO analysis.

What does the SXO Gap Score (0-100) mean?

Lower scores indicate larger gaps between your page and SERP expectations. A score of 30 means significant misalignment across multiple dimensions (page type, depth, schema, media, authority). A score of 80+ means your page aligns well with what Google rewards for this keyword.

Should I restructure my page if there's a page-type mismatch?

Depends on severity. CRITICAL mismatches (e.g., blog post when SERP expects product pages) usually require restructuring or creating a new page. HIGH mismatches (e.g., missing comparison matrix) may be fixable with content reorganization. MEDIUM mismatches can often be addressed by adding content layers or schema markup.

Full instructions (SKILL.md)

Source of truth, from agricidaniel/claude-seo.


name: seo-sxo description: > Search Experience Optimization: reads Google SERPs backwards to detect page-type mismatches, derives user stories from search intent signals, and scores pages from multiple persona perspectives. Identifies why well-optimized pages fail to rank by analyzing what Google rewards for each keyword. Use when user says "SXO", "search experience", "page type mismatch", "SERP analysis", "user story", "persona scoring", "why isn't my page ranking", "intent mismatch", or "wireframe". user-invocable: true argument-hint: "<url> [keyword]" license: MIT metadata: author: AgriciDaniel original_author: "Florian Schmitz (Pro Hub Challenge)" version: "2.2.0" category: seo

Search Experience Optimization (SXO)

SXO bridges the gap between SEO (what Google rewards) and UX (what users need). Traditional SEO audits check technical health. SXO asks: "Does this page deserve to rank for this keyword based on what Google is actually rewarding in the SERP?"

Core Insight

A page can score 95/100 on technical SEO and still fail to rank because it is the wrong page type for the keyword. If Google shows 8 product pages and 2 comparison pages for your keyword, your blog post will never break through -- no matter how well-optimized it is.

Commands

CommandPurpose
/seo sxo <url>Full SXO analysis (auto-detect keyword from page)
/seo sxo <url> <keyword>Full SXO analysis for a specific keyword
/seo sxo wireframe <url>Generate IST/SOLL wireframe with concrete placeholders
/seo sxo personas <url>Persona-only scoring (skip SERP analysis)

Execution Pipeline

Step 1: Target Acquisition

  1. Fetch the target URL via scripts/render_page.py --mode auto (SPA-aware and SSRF-safe)
  2. Parse with scripts/parse_html.py to extract: title, H1, meta description, headings hierarchy, word count, schema markup, CTAs, media elements
  3. If no keyword provided, extract primary keyword from title tag + H1 overlap
  4. Validate keyword is non-empty before proceeding

Step 2: SERP Backwards Analysis

Read references/page-type-taxonomy.md for classification rules.

  1. Search Google for the target keyword (WebSearch)
  2. For each of the top 10 organic results, record:
    • URL and domain authority tier (brand / niche authority / unknown)
    • Page type (classify using taxonomy)
    • Content format (long-form, listicle, how-to, comparison, tool, video)
    • Word count estimate (from snippet length and page structure)
    • Schema types present (from SERP features: ratings, FAQ, HowTo)
    • Media signals (video carousel, image pack, thumbnail presence)
  3. Record SERP features present:
    • Featured snippet (paragraph / list / table / video)
    • People Also Ask (extract all visible questions)
    • Ads (top and bottom -- count and analyze ad copy themes)
    • Related searches (extract all)
    • Knowledge panel / local pack / shopping results
    • AI Overview presence and source types
  4. Calculate SERP consensus:
    • Dominant page type (>60% = strong consensus, 40-60% = mixed, <40% = fragmented)
    • Content depth expectations (average word count tier)
    • Schema expectation (most common structured data types)
    • Media expectations (video required? images critical?)

Step 3: Page-Type Mismatch Detection

This is the core SXO insight. Compare target page type against SERP consensus.

Mismatch severity levels:

Target TypeSERP ExpectsSeverityRecommendation
Blog PostProduct PagesCRITICALCreate dedicated product page
Blog PostComparisonHIGHRestructure as comparison with matrix
ProductInformationalHIGHAdd educational content layer
Landing PageTool/CalculatorHIGHBuild interactive tool component
Service PageLocal ResultsMEDIUMAdd location signals + local schema
Any type match-ALIGNEDFocus on content depth and UX

Classification rules:

  • Classify target page using references/page-type-taxonomy.md
  • Classify each SERP result using the same taxonomy
  • Flag mismatch if target type differs from SERP dominant type
  • If SERP is fragmented (no dominant type), note opportunity for differentiation

Step 4: User Story Derivation

Read references/user-story-framework.md for the full framework.

From SERP signals, derive user stories:

  1. PAA questions reveal knowledge gaps and concerns
  2. Ad copy themes reveal commercial triggers and value propositions
  3. Related searches reveal the search journey (what comes before/after)
  4. Featured snippet format reveals the expected answer structure
  5. AI Overview reveals what Google considers the definitive answer

For each signal cluster, generate a user story:

As a [persona derived from signal],
I want to [goal derived from query intent],
because [emotional driver from ad copy / PAA tone],
but I'm blocked by [barrier derived from PAA questions / related searches].

Generate 3-5 user stories covering the primary intent angles.

Step 5: Gap Analysis

Compare the target page against SERP expectations across 7 dimensions:

DimensionWhat to CompareScore
Page TypeTarget type vs SERP dominant type0-15
Content DepthWord count, heading depth, topic coverage0-15
UX SignalsCTA clarity, above-fold content, mobile layout0-15
Schema MarkupPresent vs expected structured data types0-15
Media RichnessImages, video, interactive elements vs SERP norm0-15
Authority SignalsE-E-A-T markers, social proof, credentials0-15
FreshnessLast updated, date signals, content recency0-10

Total: 0-100 SXO Gap Score (lower = larger gap, higher = better alignment)

Step 6: Persona-Based Scoring

Read references/persona-scoring.md for methodology.

  1. Derive 4-7 personas from SERP intent signals:
    • Cluster PAA questions by theme
    • Segment ad copy by target audience
    • Map related searches to journey stages
  2. For each persona, score the target page on 4 dimensions (25 pts each):
    • Relevance: Does the page address this persona's need?
    • Clarity: Can this persona find their answer within 10 seconds?
    • Trust: Are there adequate trust signals for this persona?
    • Action: Is there a clear next step for this persona?
  3. Output persona cards with scores and specific improvement recommendations
  4. Sort recommendations by weakest persona first (biggest opportunity)

Step 7: Wireframe Generation (Optional)

Only execute when /seo sxo wireframe is invoked.

Read references/wireframe-templates.md for templates.

  1. Generate IST (current state) wireframe from parsed page structure
  2. Generate SOLL (target state) wireframe based on:
    • SERP consensus page type
    • Gap analysis findings
    • Persona scoring weaknesses
  3. Use ultra-concrete placeholders:
    • NOT: "Add a CTA here"
    • YES: "Add pricing CTA with annual savings badge below hero, linking to /pricing#enterprise"
  4. Output as semantic HTML section outline with annotations

DataForSEO Integration

If DataForSEO MCP tools are available:

  1. Before any API call, run cost estimate and confirm with user
  2. Use google_organic_serp for precise SERP data (positions, features, snippets)
  3. Use keyword_data for search volume and competition metrics
  4. Fall back to WebSearch if DataForSEO unavailable -- note reduced precision in output

SXO Score vs SEO Health Score

The SXO score is separate from the main SEO Health Score.

  • SEO Health Score = technical compliance (crawlability, speed, schema, etc.)
  • SXO Gap Score = alignment between page and SERP expectations
  • A page can score 95 SEO + 30 SXO = technically perfect but strategically misaligned
  • Both scores should be reported together when both are available

Cross-Skill References

FindingHand Off To
E-E-A-T gaps in persona scoring/seo content for deep E-E-A-T audit
Missing schema types/seo schema for generation
Local intent detected in SERP/seo local for GBP analysis
Content depth gaps/seo page for deep page analysis
Technical issues found during fetch/seo technical for full audit
Image/media gaps/seo images for optimization

Output Format

Full SXO Analysis

## SXO Analysis: [URL]
### Target Keyword: [keyword]

### 1. SERP Landscape
- Dominant page type: [type] ([confidence]% consensus)
- SERP features: [list]
- Content depth norm: [word count range]
- Schema expectation: [types]

### 2. Page-Type Alignment
- Your page type: [type]
- SERP expects: [type]
- Verdict: [ALIGNED | MISMATCH (severity)]
- Impact: [explanation]

### 3. User Stories (derived from SERP signals)
[3-5 user stories with source signals]

### 4. Gap Analysis (SXO Score: XX/100)
[7-dimension breakdown table]

### 5. Persona Scores
[4-7 persona cards with 4-dimension scores]

### 6. Priority Actions
[Ranked list: fix mismatch first, then weakest persona gaps]

### 7. Limitations
[What could not be assessed, data source notes]

Error Handling

ErrorAction
URL fetch failsReport error, suggest checking URL accessibility
No keyword provided or detectedAsk user to provide target keyword
WebSearch returns <5 resultsProceed with available data, note limited sample
SERP has no organic results (all ads)Note highly commercial SERP, analyze ad copy only
Target page is JavaScript-renderedNote limitation, use available HTML content
DataForSEO cost exceeds thresholdFall back to WebSearch, notify user

Quality Checklist

Before delivering results, verify:

  • Target URL was fetched via scripts/render_page.py --mode auto (not raw curl/fetch)
  • Page type classification uses taxonomy from references
  • At least 5 SERP results were analyzed
  • User stories cite specific SERP signals as evidence
  • Persona scores include concrete improvement suggestions
  • SXO score is clearly labeled as separate from SEO Health Score
  • Limitations section is present and honest
  • Cross-skill recommendations are included where relevant