
Seo Analysis
- 31 installs
- 4 repo stars
- Updated April 11, 2026
- 89jobrien/steve
seo-analysis is a Claude Code skill for technical SEO audits, meta-tag optimization, schema markup, and Core Web Vitals analysis.
About
seo-analysis is a Claude Code skill for technical SEO analysis and optimization. It covers technical audits (site structure, crawlability), meta-tag and Open Graph optimization, schema markup, internal linking, and Core Web Vitals analysis. A developer uses it to audit a site's technical SEO and get actionable meta and performance recommendations.
- Technical SEO audits, meta-tag and schema optimization
- Core Web Vitals analysis (LCP, FID, CLS) with thresholds
- Marked status: unpublished in frontmatter
Seo Analysis by the numbers
- 31 all-time installs (skills.sh)
- Ranked #1,404 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
seo-analysis capabilities & compatibility
- Capabilities
- seo audit · meta optimization · core web vitals · schema markup
- Use cases
- seo · marketing
- Pricing
- Free
What seo-analysis says it does
SEO analysis and optimization specialist. Use when conducting technical SEO audits, optimizing meta tags, analyzing Core Web Vitals, or improving search engine rankings.
Largest Contentful Paint (LCP) < 2.5s
npx skills add https://github.com/89jobrien/steve --skill seo-analysisAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31 |
|---|---|
| repo stars | ★ 4 |
| Last updated | April 11, 2026 |
| Repository | 89jobrien/steve ↗ |
What it does
Run a technical SEO audit and optimize meta tags and Core Web Vitals for a site.
Who is it for?
Technical SEO audits, meta-tag and schema optimization, and improving Core Web Vitals.
Skip if: Off-page SEO, backlink building, or content-marketing strategy; it focuses on on-page technical analysis.
When should I use this skill?
Conducting technical SEO audits, optimizing meta tags, or analyzing Core Web Vitals.
What you get
The site gets a technical SEO audit with actionable meta-tag, schema, and Core Web Vitals recommendations.
- technical SEO audit
- optimized meta tags
- Core Web Vitals recommendations
By the numbers
- 6 analysis areas
- Core Web Vitals targets: LCP <2.5s, FID <100ms, CLS <0.1
Files
SEO Analysis
This skill provides comprehensive SEO analysis including technical audits, meta tag optimization, Core Web Vitals analysis, and search engine optimization recommendations.
When to Use This Skill
- When conducting technical SEO audits
- When optimizing meta tags and descriptions
- When analyzing Core Web Vitals and page performance
- When implementing schema markup
- When optimizing internal linking structure
- When improving search engine rankings
What This Skill Does
1. Technical SEO Audits: Comprehensive site structure and technical analysis 2. Meta Optimization: Optimizes titles, descriptions, and meta tags 3. Core Web Vitals: Analyzes and improves LCP, FID, and CLS 4. Schema Markup: Implements structured data 5. Link Optimization: Improves internal linking structure 6. Mobile Optimization: Validates mobile-first indexing
How to Use
Analyze SEO
Conduct a technical SEO audit of this websiteOptimize meta tags for better search visibilitySpecific Analysis
Analyze Core Web Vitals and suggest improvementsAnalysis Areas
Technical SEO
Site Structure:
- URL structure and hierarchy
- Sitemap and robots.txt
- Canonical tags
- Redirect chains
- HTTPS implementation
Crawlability:
- Page indexing status
- Blocked resources
- JavaScript rendering
- Mobile usability
Meta Tags
Optimization:
- Title tags (50-60 characters)
- Meta descriptions (150-160 characters)
- Open Graph tags
- Twitter Card tags
- Structured data
Core Web Vitals
Metrics:
- Largest Contentful Paint (LCP) < 2.5s
- First Input Delay (FID) < 100ms
- Cumulative Layout Shift (CLS) < 0.1
Examples
Example 1: Meta Tag Optimization
Input: Optimize meta tags for homepage
Output:
## SEO Analysis: Meta Tags
### Current State
- Title: "Home" (too generic)
- Description: Missing
- No Open Graph tags
### Optimized Tags<!-- Title Tag --> <title>Example App - Best Tool for Task Management | Free Trial</title>
<!-- Meta Description --> <meta name="description" content="Example App helps teams manage tasks efficiently. Free 14-day trial. Join 10,000+ teams using Example App.">
<!-- Open Graph --> <meta property="og:title" content="Example App - Best Tool for Task Management"> <meta property="og:description" content="Help your team manage tasks efficiently with Example App."> <meta property="og:image" content="https://example.com/og-image.jpg">
### Expected Impact
- Improved click-through rate
- Better social sharing
- Enhanced search visibility
Best Practices
SEO Optimization
1. Keyword Research: Use relevant keywords naturally 2. Content Quality: Create valuable, original content 3. Technical Foundation: Ensure site is crawlable 4. Performance: Optimize for Core Web Vitals 5. Mobile-First: Ensure mobile usability
Related Use Cases
- Technical SEO audits
- Meta tag optimization
- Core Web Vitals improvement
- Schema markup implementation
- Search ranking improvement
Related skills
FAQ
What Core Web Vitals thresholds does it use?
LCP under 2.5s, FID under 100ms, and CLS under 0.1.
What does it optimize on meta tags?
Title tags (50-60 chars), meta descriptions (150-160 chars), Open Graph, and Twitter Card tags.