Loading...
Loading...
Expert SEO covering technical SEO, content optimization, link building, keyword research, and search analytics.
npx skill4agent add borghei/claude-skills seo-specialistLCP (Largest Contentful Paint)
├── Good: < 2.5s
├── Needs Improvement: 2.5s - 4s
└── Poor: > 4s
FID (First Input Delay)
├── Good: < 100ms
├── Needs Improvement: 100ms - 300ms
└── Poor: > 300ms
CLS (Cumulative Layout Shift)
├── Good: < 0.1
├── Needs Improvement: 0.1 - 0.25
└── Poor: > 0.25{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Article Title",
"author": {
"@type": "Person",
"name": "Author Name"
},
"datePublished": "2024-01-15",
"dateModified": "2024-01-20",
"image": "https://example.com/image.jpg",
"publisher": {
"@type": "Organization",
"name": "Company Name",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
}
}1. SEED KEYWORDS
├── Brainstorm topics
├── Competitor analysis
└── Customer interviews
2. EXPAND
├── Keyword tools (Ahrefs, SEMrush)
├── Google Suggest
├── People Also Ask
└── Related searches
3. ANALYZE
├── Search volume
├── Keyword difficulty
├── Search intent
└── SERP features
4. PRIORITIZE
├── Business value
├── Ranking opportunity
└── Content requirements| Metric | Good | Moderate | Difficult |
|---|---|---|---|
| Volume | 1000+ | 100-1000 | <100 |
| Difficulty | <30 | 30-60 | >60 |
| CPC | >$5 | $1-5 | <$1 |
# [Primary Keyword] - [Compelling Hook]
[Introduction with primary keyword in first 100 words]
## [H2 with Secondary Keyword]
[Content section]
### [H3 with Related Term]
[Subsection content]
## FAQ
### [Question with keyword]
[Answer]
## Conclusion
[Summary with CTA]| Factor | High Quality | Low Quality |
|---|---|---|
| Domain Authority | 50+ | <20 |
| Relevance | Same industry | Unrelated |
| Traffic | Active site | Dead site |
| Link Type | Editorial | Paid/Spam |
| Anchor Text | Natural | Exact match |
Subject: [Personalized hook]
Hi [Name],
[Personalized opening referencing their content]
[Value proposition - what you're offering]
[Clear ask]
[Sign off]┌─────────────────────────────────────────────────────────────┐
│ SEO Performance - [Period] │
├─────────────────────────────────────────────────────────────┤
│ Organic Traffic Rankings Conversions │
│ 125,432 Top 3: 45 542 │
│ +12% MoM Top 10: 234 +15% MoM │
├─────────────────────────────────────────────────────────────┤
│ Top Growing Keywords │
│ 1. [Keyword] - #8 → #3 (+5) │
│ 2. [Keyword] - #15 → #7 (+8) │
│ 3. [Keyword] - New → #12 │
├─────────────────────────────────────────────────────────────┤
│ Technical Health │
│ Core Web Vitals: Pass │
│ Index Coverage: 1,234 pages │
│ Crawl Errors: 3 (down from 12) │
└─────────────────────────────────────────────────────────────┘references/technical_seo.mdreferences/keyword_research.mdreferences/link_building.mdreferences/algorithm_updates.md# Site audit
python scripts/site_audit.py --url https://example.com --output audit.html
# Keyword research
python scripts/keyword_research.py --seed "cloud computing" --output keywords.csv
# Rank tracker
python scripts/rank_tracker.py --keywords keywords.csv --domain example.com
# Backlink analyzer
python scripts/backlink_analyzer.py --domain example.com --output links.csv