Help us improve
Share bugs, ideas, or general feedback.
From blog-workflow
Provides SEO optimization for technical blog posts including meta tags, structured data, keyword placement, heading structure, and internal linking. Useful for developer blogs.
npx claudepluginhub arustydev/agents --plugin blog-workflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/blog-workflow:seo-for-developersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Practical SEO techniques for technical blog posts without compromising content quality.
Analyzes and optimizes content structure for SEO including header hierarchy, schema markup suggestions, internal linking, and siloing strategies. Useful for search-friendly organization.
Analyzes header hierarchy, suggests schema markup, and identifies internal linking opportunities to improve SEO content structure.
Optimizes websites for search engines via technical SEO: robots.txt, meta robots, canonical URLs, XML sitemaps, URL structures, per Lighthouse audits and Google guidelines.
Share bugs, ideas, or general feedback.
Practical SEO techniques for technical blog posts without compromising content quality.
This skill provides actionable SEO guidance specifically for technical content. It focuses on techniques that improve discoverability while maintaining the depth and accuracy that technical readers expect.
This skill covers:
This skill does NOT cover:
| Element | Target | Notes |
|---|---|---|
| Title tag | 50-60 chars | Include primary keyword |
| Meta description | 150-160 chars | Call to action or value prop |
| URL slug | 3-5 words | Hyphenated, no stop words |
| H1 | 1 per page | Match or vary title slightly |
| Check | Target |
|---|---|
| Primary keyword in title | Yes |
| Primary keyword in first 100 words | Yes |
| Keyword in at least one H2 | Yes |
| Internal links | 2-5 per post |
| External links | 1-3 authoritative sources |
| Image alt text | All images |
[Primary Keyword]: [Benefit/Hook] | [Site Name]
Examples:
[What the post covers]. [Key benefit or outcome]. [Call to action].
Examples:
# Primary Keyword: Descriptive Title (H1)
## Introduction keyword phrase (H2)
### Supporting topic (H3)
## Second main keyword variation (H2)
### Supporting topic (H3)
## Conclusion with keyword (H2)
| Location | Priority | Notes |
|---|---|---|
| Title (H1) | High | Primary keyword |
| First paragraph | High | Within first 100 words |
| At least one H2 | High | Natural variation |
| URL slug | Medium | Exact or close match |
| Image alt text | Medium | When relevant |
| Throughout body | Low | Natural usage only |
Focus on:
Add to post frontmatter or page template:
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Post Title",
"description": "Meta description",
"author": {
"@type": "Person",
"name": "Author Name"
},
"datePublished": "2025-02-19",
"dateModified": "2025-02-19",
"publisher": {
"@type": "Organization",
"name": "Site Name"
}
}
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to [Do Something]",
"step": [
{
"@type": "HowToStep",
"name": "Step 1 title",
"text": "Step 1 description"
}
]
}
For more on this topic, see our [guide to event sourcing](/posts/event-sourcing-guide).
As we covered in the [previous tutorial](/posts/python-basics), ...
Related: [Understanding CQRS](/posts/cqrs-explained)
Examples:
event-sourcing-architecture-diagram.png
github-actions-workflow-screenshot.png
performance-comparison-chart.png
/blog/event-sourcing-python/
/tutorials/github-actions-setup/
/deep-dives/webassembly-explained/
technical-writing-style skill - Writing quality content/seo-pass command - Apply SEO optimization to draftsseo-specialist agent - Full SEO analysis