Agent skill
seo-analysis
SEO analysis and optimization specialist. Use when conducting technical SEO audits, optimizing meta tags, analyzing Core Web Vitals, or improving search engine rankings. Focuses on actionable recommendations.
Install this agent skill to your Project
npx add-skill https://github.com/89jobrien/steve/tree/main/steve/skills/seo-analysis
SKILL.md
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
- Technical SEO Audits: Comprehensive site structure and technical analysis
- Meta Optimization: Optimizes titles, descriptions, and meta tags
- Core Web Vitals: Analyzes and improves LCP, FID, and CLS
- Schema Markup: Implements structured data
- Link Optimization: Improves internal linking structure
- Mobile Optimization: Validates mobile-first indexing
How to Use
Analyze SEO
Conduct a technical SEO audit of this website
Optimize meta tags for better search visibility
Specific Analysis
Analyze Core Web Vitals and suggest improvements
Analysis 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
```html
<!-- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
python-scripting
Python scripting with uv and PEP 723 inline dependencies. Use when creating standalone Python scripts with automatic dependency management.
example-skill
This skill should be used when demonstrating skill structure and format. Provides example patterns for creating new skills.
tool-presets
Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
database-optimization
SQL query optimization and database performance specialist. Use when optimizing slow queries, fixing N+1 problems, designing indexes, implementing caching, or improving database performance. Works with PostgreSQL, MySQL, and other databases.
Didn't find tool you were looking for?