Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

developer-seo开发者 SEO

Agent Skill

developer-seo 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,045

周安装

44

GitHub Stars

69

下载量

366
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:developer-seo(开发者 SEO)
来源仓库:https://github.com/jonathimer/devmarketing-skills
仓库路径:skills/developer-seo
安装命令:
npx skills add https://github.com/jonathimer/devmarketing-skills --skill developer-seo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jonathimer/devmarketing-skills --skill developer-seo

简介

developer-seo 针对技术受众搜索行为定制 SEO 策略,区别于传统营销面向普通用户。

  • 适用于优化 API 文档、错误解决方案和技术教程类内容的搜索引擎可见性。
  • 强调深度内容价值而非关键词堆砌,优先满足 Stack Overflow 和官方文档级别的信息需求。
  • 检索时应区分通用术语与精确意图,例如“如何在 Python 中调用 API”比“Python 教程”更具转化潜力。
  • 建议定期同步竞品社区动态,保持内容时效性和实用性以维持排名优势。

SKILL.md

Developer SEO

Overview

Developer SEO differs fundamentally from traditional SEO. Developers search with precise technical intent—error messages, API questions, "how to X in Y language" queries. They bounce immediately from thin content and respect sites that actually solve problems. Your competition isn't other marketing sites; it's Stack Overflow, official docs, and GitHub issues.

This skill covers SEO strategies that work for technical audiences without compromising on substance.

Understanding Developer Search Behavior

How Developers Search

Developers search differently than general audiences:

Query patterns:

  • Error messages (often copy-pasted verbatim)
  • "How to [action] in [language/framework]"
  • "[Tool A] vs [Tool B]"
  • "[Concept] tutorial"
  • "[Library] [specific function] example"

Behavioral signals:

  • High bounce rates on superficial content
  • Long dwell time on genuinely helpful pages
  • Multiple tabs open comparing solutions
  • Quick scroll to code examples
  • Immediate exit if content doesn't match query intent

Search Intent Categories

  1. Troubleshooting: Developer has an error, needs a fix
  2. Learning: Developer wants to understand a concept
  3. Evaluating: Developer comparing tools or approaches
  4. Implementing: Developer needs working code examples
  5. Reference: Developer needs quick syntax or API lookup

Keyword Research for Developers

Finding Technical Long-Tail Keywords

Technical long-tail keywords have lower volume but extremely high intent. A developer searching "axios interceptor refresh token react" knows exactly what they need.

Research approaches:

  1. Mine your support channels

- Extract questions from support tickets - Review Discord/Slack community questions - Analyze GitHub issues for common problems

  1. Stack Overflow mining

- Search for questions mentioning your tool category - Look at related questions on popular threads - Note the exact phrasing developers use

  1. Google Search Console analysis

- Find queries you rank positions 5-20 for - Identify question-based queries - Spot error message searches hitting your site

  1. Competitor content gaps

- What questions do competitors' docs not answer? - Where are forum threads unsatisfied with existing answers?

Error Message SEO

Error messages are SEO gold—developers copy-paste them directly into search.

Strategy:

  1. Create dedicated pages for common errors
  2. Use exact error text in titles and H1s
  3. Include the full error message early in content
  4. Provide the actual fix, not generic troubleshooting
  5. Add related errors users might also encounter

Content structure for error pages:

Title: [Exact Error Message] - How to Fix

## The Error
[Full error message and where it appears]

## Quick Fix
[The solution that works in most cases]

## Why This Happens
[Brief technical explanation]

## Other Solutions
[Alternative fixes for edge cases]

## Related Errors
[Links to similar issues]

Competing with Official Documentation

Official docs have domain authority advantages but often have weaknesses:

Where docs often fail:

  • No "why" explanations, just "what"
  • Missing real-world examples
  • No troubleshooting guides
  • Outdated content
  • No comparative context

Your opportunities:

  • "Getting started with X" tutorials that hold your hand
  • "X vs Y" comparison content (docs never compare)
  • Migration guides between versions or tools
  • Real-world implementation examples
  • Common gotchas and how to avoid them

Content Formats That Rank

How-To Guides

Structure for technical how-to content:

# How to [Action] in [Technology]

## Prerequisites
- What you need before starting
- Required versions/dependencies

## Quick Version (TL;DR)
- Code snippet that works for common case

## Step-by-Step
1. Step with explanation
2. Step with code example
3. Step with expected output

## Complete Example
[Full working code]

## Common Issues
- Problem 1: Solution
- Problem 2: Solution

## Next Steps
[What to learn next]

Comparison Content

Developers actively search "[Tool A] vs [Tool B]" when evaluating options.

Guidelines:

  • Be genuinely objective (developers will check)
  • Include actual code comparisons
  • Cover specific use cases where each wins
  • Mention your tool's limitations honestly
  • Update when tools change significantly

Tutorial Series

In-depth tutorials build topical authority and capture multiple related queries.

Planning approach:

  1. Identify a topic cluster (e.g., "authentication in Node.js")
  2. Create pillar content covering the broad topic
  3. Build supporting content for specific subtopics
  4. Interlink strategically

Technical SEO for Developer Sites

Code Snippet Optimization

Google can read and understand code. Optimize for it:

  • Use semantic HTML (<code>, <pre>)
  • Add language hints for syntax highlighting
  • Ensure code is actual text, not images
  • Test that code actually works (broken examples hurt credibility)

Page Speed for Developer Sites

Developers expect fast sites. They also often use ad blockers and privacy tools.

Priorities:

  • Minimize JavaScript for documentation pages
  • Ensure content loads without JS when possible
  • Optimize for low-bandwidth scenarios (conference Wi-Fi)
  • Test with developer-typical browser extensions enabled

Documentation Site Architecture

Good IA helps both users and search engines:

  • Clear hierarchy (Guides > Category > Specific Topic)
  • Breadcrumbs for navigation
  • Consistent URL structures
  • Proper use of canonical tags for versioned docs
  • XML sitemaps for large doc sites

Building Authority

Technical Backlinks

High-quality technical backlinks matter more than quantity.

Sources that work:

  • GitHub repository READMEs
  • Technical blog posts citing your content
  • Stack Overflow answers linking to your guides
  • Developer newsletter mentions
  • Conference talk resource lists

What doesn't work:

  • Generic guest posting
  • Link exchanges
  • Directory spam
  • Forum signature links

Content Freshness

Developer content becomes outdated quickly:

  • Review and update major guides quarterly
  • Add "last updated" dates (developers check these)
  • Create processes for updating when dependencies change
  • Remove or redirect genuinely obsolete content

Measuring Developer SEO

Metrics That Matter

  • Organic traffic to documentation and guides
  • Rankings for target technical queries
  • Time on page for tutorial content
  • Search Console impressions for error message queries
  • GitHub referrals from technical content

Metrics to Interpret Carefully

  • Bounce rate (developers often find answer and leave—that's success)
  • Pages per session (for reference content, one page is fine)
  • Conversion rate (long attribution windows for developer tools)

Budget and Resources

Minimum Viable Approach

  • Time investment: 5-10 hours/week for content creation
  • Tools needed: Google Search Console (free), basic keyword research tool
  • Timeline: 3-6 months to see meaningful organic growth

Scaled Approach

  • Dedicated technical content writer
  • SEO tools subscription (Ahrefs, Semrush)
  • Content management system optimized for docs
  • Regular content audits and updates

Tools

  • Google Search Console: Track rankings and discover query opportunities
  • Ahrefs/Semrush: Keyword research and competitor analysis
  • Screaming Frog: Technical SEO audits for documentation sites
  • Algolia: Search analytics revealing what developers look for
  • Octolens: Monitor developer discussions to find content opportunities and questions your content should answer

Common Mistakes

  1. Writing for search engines, not developers: Keyword-stuffed content that doesn't actually help
  2. Ignoring search intent: Ranking for queries but not matching what developers actually need
  3. Thin content: Short posts that don't provide real value
  4. Outdated examples: Code that no longer works in current versions
  5. No unique value: Rehashing what official docs already cover

Related Skills

  • developer-content-strategy: Overall content planning for developer audiences
  • dev-tool-directory-listings: Building domain authority through directory presence
  • developer-lead-gen: Converting organic traffic into leads

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.78%
按下载量换算142

Claude

27.64%
按下载量换算101

Cursor

17.99%
按下载量换算66

Gemini CLI

8.55%
按下载量换算31

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills