HOME SKILLS BLOG GITHUB
// SKILL

SEARCH EXPERIENCE
OPTIMIZATION (SXO)

Search Experience Optimization is a method for aligning a page with the result types, intent signals, and user needs visible on a search results page. Claude SEO reads the SERP backwards, detects page-type mismatches, derives user stories, and scores the page from multiple persona perspectives.

By Daniel Agrici · Command surface verified: · Source: Google SEO Starter Guide

CONTRIBUTED BY FLORIAN SCHMITZ · PRO HUB CHALLENGE · original repo
$
/seo sxo <your-url> [keyword]

REQUIRES CLAUDE SEO INSTALLED IN CLAUDE CODE

Search intent flows through a dated result snapshot, page experience, task completion, and testing
// RUN PREVIEW

What will happen if you start this skill?

The result is a dated page-and-SERP comparison, persona review, or wireframe hypothesis, not a ranking prescription.

OUTCOME

A contextual search-experience review with snapshot limits and hypotheses stated explicitly.

REQUIRED INPUT

A URL and optional keyword for /seo sxo <url> [keyword], or the personas or wireframe route.

READINESS

The page must be reachable. DataForSEO provides structured paid evidence; WebSearch fallback has lower precision.

LOCAL OUTPUT

A dated result snapshot, page-type evidence, persona findings, friction notes, and proposed wireframes when requested.

SIDE EFFECTS

Fetches the page and search evidence and writes local analysis. It does not alter the live page.

COST + APPROVAL

Estimate and approve paid DataForSEO work. Test recommendations and obtain owner approval before publishing page changes.

// HOW IT WORKS

How does SERP-backward analysis work?

Most SEO tools tell you whether your page is well-optimized for a keyword. SXO tells you something different: whether your page is the right kind of thing for Google to rank in the first place. The gap between those two questions is where most stuck pages live.

SXO pulls a top-10 result snapshot, classifies each page type, and identifies the most common observed pattern. A mismatch is useful evidence to review, not proof of what Google wants or why a page ranks. The skill then derives 3-5 user stories from the snapshot, scores your page from 4-7 persona perspectives, and, when requested, produces a proposed wireframe.

01
SERP-BACKWARD ANALYSIS
Pulls a top-10 result snapshot, classifies each page type, and records the most common observed pattern as evidence for review.
02
PAGE-TYPE MISMATCH
Flags when your page type differs from the current result mix, such as tutorial vs comparison or product page vs listicle. It does not diagnose ranking causation.
03
USER STORY DERIVATION
Derives 3-5 user stories from People Also Ask questions, ad themes, related searches, featured snippets, and AI Overview signals. Scores your page against each.
04
PERSONA SCORING
Derives 4-7 personas from SERP intent signals, then scores relevance, clarity, trust, and action for each. Identifies which audiences the page serves and loses.
05
WIREFRAME OUTPUT
When a mismatch deserves review, SXO proposes a wireframe hypothesis to test, with sections, content blocks, and possible assets. It is not a statement of what Google requires.
06
STRATEGIC HANDOFF
Sometimes the evidence suggests deprioritizing a query. Treat that as a business hypothesis and compare the effort with other queries worth testing.
// USAGE

How do you run an SXO analysis?

Commands

CommandWhat it does
/seo sxo <url> [keyword]Full SXO analysis. If the keyword is omitted, the skill detects it from the page title and H1
/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 <url>IST and SOLL wireframes with concrete placeholders based on the page, SERP consensus, and persona gaps

Evidence and access boundaries

SERP evidence is a dated locale and device snapshot. DataForSEO requires the user's credentials, consumes paid credits, and should run only after a cost estimate and confirmation. The WebSearch fallback has lower precision. Sparse results, personalization, ads, JavaScript, and changing result features can reduce confidence. Query-fit conclusions and wireframes are hypotheses for human review and testing, not ranking forecasts.

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: Product, Article, ItemList, VideoObject, and other currently supported types can reinforce classification. FAQPage and HowTo are excluded from expected Google SERP features
  • Content blocks: presence of pricing tables, comparison matrices, step lists, embedded video, CTAs above fold
  • Word count tier: an internal classification clue, not a Google threshold or a requirement to add words

Each top-10 result is classified with the same rubric. The most common category describes that snapshot, but it is not a permanent intent label or a ranking rule. If your page differs, the skill assigns an internal review severity and proposes options to investigate.

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.

// FAQ

What are frequently asked questions about SXO?

Search Experience Optimization reviews whether a page format and experience fit the needs suggested by a current result set. A page-type mismatch can be worth investigating, but the result mix does not reveal Google's full ranking systems or prove why a page ranks.
// RELATED SKILLS

EXPLORE MORE

VIEW ALL 26 SKILLS →

REVIEW THE CURRENT RESULT MIX
WITH SERP EVIDENCE.

$
git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git && bash claude-seo/install.sh
VIEW ON GITHUB ALL SKILLS >