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

technical-seotechnical SEO 搜索

Agent Skill

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

总安装

275

周安装

11

GitHub Stars

168

下载量

89
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/whawkinsiv/claude-code-skills --skill technical-seo

简介

technical-seo 用于查找、检索和筛选相关信息。

  • 适用于技术性 SEO 研究与实施支持。
  • 支持在 Codex、Claude、Cursor、Gemini CLI 中使用。
  • 使用前需确认其是否依赖外部服务或具有执行权限。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Technical SEO Implementation

This skill is the implementation reference for technical SEO. Use it when you need to add, fix, or optimize SEO elements in code — meta tags, schema markup, Core Web Vitals, crawlability, and GEO.

This skill covers how to implement in code. For the other SEO concerns:

  • seo — Strategy and planning (keyword research, content architecture, what to build)
  • seo-content — Writing content (briefs, humanized prose, SERP feature targeting)
  • seo-audit — Auditing an existing codebase (scan, diagnose, produce action plan)

Metadata

Every indexable page needs these elements correct:

  • Title tag: 50-60 chars, primary keyword front-loaded
  • Meta description: 120-155 chars, includes CTA
  • Canonical: self-referencing or correct target
  • Robots: no accidental noindex
  • Open Graph: og:title, og:description, og:image for social sharing

For detailed specs and code examples, see ON-PAGE-SEO.md.

HTML Structure

  • Exactly one H1 per page, contains primary keyword
  • No skipped header levels (H1 → H2 → H3)
  • Semantic HTML: <header>, <nav>, <main>, <article>, <section>

Crawlability

  • robots.txt exists, not blocking important paths
  • XML sitemap exists, all important URLs included
  • Canonical tags on every page
  • No orphan pages, proper internal linking

For detailed crawlability checklist, see TECHNICAL-AUDIT.md.

Core Web Vitals

Target metrics (2026 thresholds):

MetricGoodNeeds ImprovementPoor
LCP (Largest Contentful Paint)≤ 2.5s2.5s - 4s> 4s
INP (Interaction to Next Paint)≤ 200ms200ms - 500ms> 500ms
CLS (Cumulative Layout Shift)≤ 0.10.1 - 0.25> 0.25

Note: INP replaced FID as a Core Web Vital in March 2024.

For optimization techniques (LCP, INP, CLS), see TECHNICAL-AUDIT.md.

E-E-A-T & Schema

SignalImplementation
ExperienceFirst-hand testing, case studies, original photos
ExpertiseAuthor credentials, certifications
AuthoritativenessQuality backlinks, industry mentions
TrustworthinessHTTPS, contact info, privacy policy, citations

Required JSON-LD schema: Organization, WebSite, Article/BlogPosting, FAQPage, BreadcrumbList, Person (author).

For schema code examples and author bio templates, see EEAT-AND-SCHEMA.md.

GEO (Generative Engine Optimization)

Optimize for AI-powered search engines:

AspectTraditional SEOGEO
GoalRank in search resultsBe cited in AI answers
Success MetricClick-through rateCitation frequency
ApproachKeywords, backlinksEntity clarity, authority signals
OptimizationPages and snippetsCitable facts and answers

For GEO techniques, llms.txt implementation, and AI crawler management, see GEO.md.


Fix Priorities

When issues are identified, fix in this order:

Priority 1: Critical (Fix Immediately)

  • 404 errors and broken links
  • Missing or duplicate title tags
  • Broken canonical tags
  • noindex on important pages
  • HTTPS/security issues
  • Blocked by robots.txt

Priority 2: High (Fix Within 1 Week)

  • Core Web Vitals failures
  • Missing meta descriptions
  • Multiple H1 tags
  • Missing alt text on key images
  • Orphan pages (no internal links)
  • Missing schema markup

Priority 3: Medium (Fix Within 1 Month)

  • Thin content pages
  • Header hierarchy issues
  • Internal link optimization
  • Image optimization (format, compression)
  • Anchor text improvements
  • Content freshness updates

Priority 4: Low (Ongoing Optimization)

  • A/B testing improvements
  • Advanced schema types
  • International SEO expansion
  • New content for topic clusters
  • Competitive gap analysis

Post-Fix Validation

After applying fixes:

  1. Re-crawl the affected pages
  2. Verify DOM changes are live
  3. Check robots.txt isn't blocking new paths
  4. Validate schema with Google's Rich Results Test
  5. Test Core Web Vitals with Lighthouse
  6. Monitor Search Console for indexing issues

Monitoring Cadence

Daily: Check Search Console for crawl errors. Monitor site uptime. Review security alerts.

Weekly: Review Core Web Vitals trends. Check for new 404s. Monitor AI referral traffic. Review ranking changes.

Monthly: Full technical audit. Content freshness review. Backlink profile analysis. Schema validation.

Quarterly: Full SEO strategy review. GEO performance analysis. Content gap analysis.


Quick Reference

SEO Specifications

ElementSpecification
Title Tag50-60 chars, keyword front-loaded
Meta Description120-155 chars, includes CTA
H1Exactly 1 per page, contains keyword
URLLowercase, hyphens, descriptive
ImagesWebP/AVIF, <200KB, alt text, dimensions
CanonicalSelf-referencing on every page
robots.txtAllow important paths, block admin
SitemapAll indexable URLs, lastmod dates

GEO Checklist

ElementRequired
FAQPage SchemaYes
Answer-first contentYes
Statistics with sourcesYes
Expert quotesRecommended
TL;DR blocksRecommended
llms.txtRecommended
Fresh content (<90 days)Yes

Supporting Files

  • TECHNICAL-AUDIT.md — Core Web Vitals optimization, crawlability, mobile-first, HTTPS
  • ON-PAGE-SEO.md — Title tags, meta descriptions, headers, images, internal linking
  • EEAT-AND-SCHEMA.md — E-E-A-T implementation, schema markup library (JSON-LD)
  • GEO.md — Generative Engine Optimization, llms.txt, AI crawlers, framework-specific SEO

Version History

  • v3.0 (March 2026): Reframed as implementation reference (auditing moved to seo-audit skill), added cross-references to seo-content and seo skills, standardized meta description spec to 120-155 chars
  • v2.0 (December 2025): Added GEO section, AI crawler management, llms.txt, GA4 AI tracking, updated Core Web Vitals (INP), expanded schema library, framework-specific guides
  • v1.0 (December 2024): Initial version with technical audit, on-page SEO, basic schema

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.47%
按下载量换算32

Claude

27.83%
按下载量换算25

Cursor

18.09%
按下载量换算16

Gemini CLI

9.9%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills