一键导入
seo-for-developers
SEO fundamentals for technical blog posts — meta tags, structured data, keyword placement, and readability optimization
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SEO fundamentals for technical blog posts — meta tags, structured data, keyword placement, and readability optimization
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Strategic search planning for agent-driven research. Generates structured search-term matrices with tiered fallback strategies, engine-specific operators, and grading criteria before executing any searches. Use this skill whenever research requires more than a single search query — comparing technologies, verifying claims across sources, surveying a landscape, investigating a multi-faceted question, or building evidence for a decision. Do NOT use for quick factual lookups, fetching a single known URL, or questions answerable from a single source. Covers tech, academic, regulatory, and general domains. Think of it as "research planning" — the matrix is the plan, execution comes after.
Create language conversion skills for translating code from language A to language B. Use when building 'convert-X-Y' skills, designing type mappings between languages, establishing idiom translation patterns, or defining conversion methodologies. Provides foundational patterns that specific conversion skills extend.
Guide for translating code between programming languages. Use when converting code from one language to another, planning language migrations, understanding conversion challenges, asking about type mappings, idiom translations, or referencing pattern mappings. Covers APTV workflow, type systems, error handling, concurrency, and language-specific gotchas.
Identify skill coverage gaps and improvement opportunities. Use when analyzing missing skills for a task, creating skill gap issues, evaluating skill effectiveness, or refining skill progressive disclosure.
Validate Claude Code skills against best practices. Use when checking skill quality, running validation, or creating improvement issues.
{{DESCRIPTION}}
| name | seo-for-developers |
| description | SEO fundamentals for technical blog posts — meta tags, structured data, keyword placement, and readability optimization |
| created | "2025-02-19T00:00:00.000Z" |
| updated | "2025-02-19T00:00:00.000Z" |
| tags | ["blog","seo","meta-tags","structured-data","technical-writing"] |
| source | blog-workflow-plugin |
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