Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

seo_technicalSEO technical 搜索

Agent Skill

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

总安装

245

周安装

10

GitHub Stars

42

下载量

79
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill seo_technical

简介

用于查找、检索和筛选 SEO 技术优化相关信息。

  • 适合在关键词搜索、任务场景匹配或来源线索定位时使用。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和是否会触发网络请求。
  • 注意维护状态和数据访问限制。seo_technical 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Technical SEO Checker

This skill performs comprehensive technical SEO audits to identify issues that may prevent search engines from properly crawling, indexing, and ranking your site.

When to Use This Skill

  • Launching a new website
  • Diagnosing ranking drops
  • Pre-migration SEO audits
  • Regular technical health checks
  • Identifying crawl and index issues
  • Improving site performance
  • Fixing Core Web Vitals issues

What This Skill Does

  1. Crawlability Audit: Checks robots.txt, sitemaps, crawl issues
  2. Indexability Review: Analyzes index status and blockers
  3. Site Speed Analysis: Evaluates Core Web Vitals and performance
  4. Mobile-Friendliness: Checks mobile optimization
  5. Security Check: Reviews HTTPS and security headers
  6. Structured Data Audit: Validates schema markup
  7. URL Structure Analysis: Reviews URL patterns and redirects
  8. International SEO: Checks hreflang and localization

How to Use

Full Technical Audit

Perform a technical SEO audit for [URL/domain]

Specific Issue Check

Check Core Web Vitals for [URL]
Audit crawlability and indexability for [domain]

Pre-Migration Audit

Technical SEO checklist for migrating [old domain] to [new domain]

Instructions

When a user requests a technical SEO audit:

  1. Audit Crawlability ## Crawlability Analysis ### Robots.txt Review **URL**: [domain]/robots.txt **Status**: [Found/Not Found/Error] **Current Content**: [robots.txt content] | Check | Status | Notes | |-------|--------|-------| | File exists | ✅/❌ | [notes] | | Valid syntax | ✅/⚠️/❌ | [errors found] | | Sitemap declared | ✅/❌ | [sitemap URL] | | Important pages blocked | ✅/⚠️/❌ | [blocked paths] | | Assets blocked | ✅/⚠️/❌ | [CSS/JS blocked?] | | Correct user-agents | ✅/⚠️/❌ | [notes] | **Issues Found**: - [Issue 1] - [Issue 2] **Recommended robots.txt**: User-agent: * Allow: / Disallow: /admin/ Disallow: /private/ Sitemap: https://example.com/sitemap.xml --- ### XML Sitemap Review **Sitemap URL**: [URL] **Status**: [Found/Not Found/Error] | Check | Status | Notes | |-------|--------|-------| | Sitemap exists | ✅/❌ | [notes] | | Valid XML format | ✅/⚠️/❌ | [errors] | | In robots.txt | ✅/❌ | [notes] | | Submitted to GSC | ✅/⚠️/❌ | [notes] | | URLs count | [X] | [appropriate?] | | Only indexable URLs | ✅/⚠️/❌ | [notes] | | Includes priority | ✅/⚠️ | [notes] | | Includes lastmod | ✅/⚠️ | [accurate?] | **Issues Found**: - [Issue 1] --- ### Crawl Budget Analysis | Factor | Status | Impact | |--------|--------|--------| | Crawl errors | [X] errors | [Low/Med/High] | | Duplicate content | [X] pages | [Low/Med/High] | | Thin content | [X] pages | [Low/Med/High] | | Redirect chains | [X] found | [Low/Med/High] | | Orphan pages | [X] found | [Low/Med/High] | **Crawlability Score**: [X]/10
  2. Audit Indexability ## Indexability Analysis ### Index Status Overview | Metric | Count | Notes | |--------|-------|-------| | Pages in sitemap | [X] | | | Pages indexed | [X] | [source: site: search] | | Index coverage ratio | [X]% | [good if >90%] | ### Index Blockers Check | Blocker Type | Found | Pages Affected | |--------------|-------|----------------| | noindex meta tag | [X] | [list or "none"] | | noindex X-Robots | [X] | [list or "none"] | | Robots.txt blocked | [X] | [list or "none"] | | Canonical to other | [X] | [list or "none"] | | 4xx/5xx errors | [X] | [list or "none"] | | Redirect loops | [X] | [list or "none"] | ### Canonical Tags Audit | Check | Status | Notes | |-------|--------|-------| | Canonicals present | ✅/⚠️/❌ | [X]% of pages | | Self-referencing | ✅/⚠️/❌ | [notes] | | Consistent (HTTP/HTTPS) | ✅/⚠️/❌ | [notes] | | Consistent (www/non-www) | ✅/⚠️/❌ | [notes] | | No conflicting signals | ✅/⚠️/❌ | [notes] | ### Duplicate Content Issues | Issue Type | Count | Examples | |------------|-------|----------| | Exact duplicates | [X] | [URLs] | | Near duplicates | [X] | [URLs] | | Parameter duplicates | [X] | [URLs] | | WWW/non-WWW | [X] | [notes] | | HTTP/HTTPS | [X] | [notes] | **Indexability Score**: [X]/10
  3. Audit Site Speed & Core Web Vitals ## Performance Analysis ### Core Web Vitals | Metric | Mobile | Desktop | Target | Status | |--------|--------|---------|--------|--------| | LCP (Largest Contentful Paint) | [X]s | [X]s | <2.5s | ✅/⚠️/❌ | | FID (First Input Delay) | [X]ms | [X]ms | <100ms | ✅/⚠️/❌ | | CLS (Cumulative Layout Shift) | [X] | [X] | <0.1 | ✅/⚠️/❌ | | INP (Interaction to Next Paint) | [X]ms | [X]ms | <200ms | ✅/⚠️/❌ | ### Additional Performance Metrics | Metric | Value | Status | |--------|-------|--------| | Time to First Byte (TTFB) | [X]ms | ✅/⚠️/❌ | | First Contentful Paint (FCP) | [X]s | ✅/⚠️/❌ | | Speed Index | [X] | ✅/⚠️/❌ | | Total Blocking Time | [X]ms | ✅/⚠️/❌ | | Page Size | [X]MB | ✅/⚠️/❌ | | Requests | [X] | ✅/⚠️/❌ | ### Performance Issues **LCP Issues**: - [Issue]: [Impact] - [Solution] - [Issue]: [Impact] - [Solution] **CLS Issues**: - [Issue]: [Impact] - [Solution] **Resource Loading**: | Resource Type | Count | Size | Issues | |---------------|-------|------|--------| | Images | [X] | [X]MB | [notes] | | JavaScript | [X] | [X]MB | [notes] | | CSS | [X] | [X]KB | [notes] | | Fonts | [X] | [X]KB | [notes] | ### Optimization Recommendations **High Impact**: 1. [Recommendation] - Est. improvement: [X]s 2. [Recommendation] - Est. improvement: [X]s **Medium Impact**: 1. [Recommendation] 2. [Recommendation] **Performance Score**: [X]/10
  4. Audit Mobile-Friendliness ## Mobile Optimization Analysis ### Mobile-Friendly Test | Check | Status | Notes | |-------|--------|-------| | Mobile-friendly overall | ✅/❌ | [notes] | | Viewport configured | ✅/❌ | [viewport tag] | | Text readable | ✅/⚠️/❌ | Font size: [X]px | | Tap targets sized | ✅/⚠️/❌ | [notes] | | Content fits viewport | ✅/❌ | [notes] | | No horizontal scroll | ✅/❌ | [notes] | ### Responsive Design Check | Element | Desktop | Mobile | Issues | |---------|---------|--------|--------| | Navigation | [status] | [status] | [notes] | | Images | [status] | [status] | [notes] | | Forms | [status] | [status] | [notes] | | Tables | [status] | [status] | [notes] | | Videos | [status] | [status] | [notes] | ### Mobile-First Indexing | Check | Status | Notes | |-------|--------|-------| | Mobile version has all content | ✅/⚠️/❌ | [notes] | | Mobile has same structured data | ✅/⚠️/❌ | [notes] | | Mobile has same meta tags | ✅/⚠️/❌ | [notes] | | Mobile images have alt text | ✅/⚠️/❌ | [notes] | **Mobile Score**: [X]/10
  5. Audit Security & HTTPS ## Security Analysis ### HTTPS Status | Check | Status | Notes | |-------|--------|-------| | SSL certificate valid | ✅/❌ | Expires: [date] | | HTTPS enforced | ✅/❌ | [redirects properly?] | | Mixed content | ✅/⚠️/❌ | [X] issues | | HSTS enabled | ✅/⚠️ | [notes] | | Certificate chain | ✅/⚠️/❌ | [notes] | ### Security Headers | Header | Present | Value | Recommended | |--------|---------|-------|-------------| | Content-Security-Policy | ✅/❌ | [value] | [recommendation] | | X-Frame-Options | ✅/❌ | [value] | DENY or SAMEORIGIN | | X-Content-Type-Options | ✅/❌ | [value] | nosniff | | X-XSS-Protection | ✅/❌ | [value] | 1; mode=block | | Referrer-Policy | ✅/❌ | [value] | [recommendation] | **Security Score**: [X]/10
  6. Audit URL Structure ## URL Structure Analysis ### URL Pattern Review | Check | Status | Notes | |-------|--------|-------| | HTTPS URLs | ✅/⚠️/❌ | [X]% HTTPS | | Lowercase URLs | ✅/⚠️/❌ | [notes] | | No special characters | ✅/⚠️/❌ | [notes] | | Readable/descriptive | ✅/⚠️/❌ | [notes] | | Appropriate length | ✅/⚠️/❌ | Avg: [X] chars | | Keywords in URLs | ✅/⚠️/❌ | [notes] | | Consistent structure | ✅/⚠️/❌ | [notes] | ### URL Issues Found | Issue Type | Count | Examples | |------------|-------|----------| | Dynamic parameters | [X] | [URLs] | | Session IDs in URLs | [X] | [URLs] | | Uppercase characters | [X] | [URLs] | | Special characters | [X] | [URLs] | | Very long URLs (>100) | [X] | [URLs] | ### Redirect Analysis | Check | Status | Notes | |-------|--------|-------| | Redirect chains | [X] found | [max chain length] | | Redirect loops | [X] found | [URLs] | | 302 → 301 needed | [X] found | [URLs] | | Broken redirects | [X] found | [URLs] | **URL Score**: [X]/10
  7. Audit Structured Data ## Structured Data Analysis ### Schema Markup Found | Schema Type | Pages | Valid | Errors | |-------------|-------|-------|--------| | [Type 1] | [X] | ✅/❌ | [errors] | | [Type 2] | [X] | ✅/❌ | [errors] | ### Validation Results **Errors**: - [Error 1]: [affected pages] - [solution] - [Error 2]: [affected pages] - [solution] **Warnings**: - [Warning 1]: [notes] ### Missing Schema Opportunities | Page Type | Current Schema | Recommended | |-----------|----------------|-------------| | Blog posts | [current] | Article + FAQ | | Products | [current] | Product + Review | | Homepage | [current] | Organization | **Structured Data Score**: [X]/10
  8. Audit International SEO (if applicable) ## International SEO Analysis ### Hreflang Implementation | Check | Status | Notes | |-------|--------|-------| | Hreflang tags present | ✅/❌ | [notes] | | Self-referencing | ✅/⚠️/❌ | [notes] | | Return tags present | ✅/⚠️/❌ | [notes] | | Valid language codes | ✅/⚠️/❌ | [notes] | | x-default tag | ✅/⚠️ | [notes] | ### Language/Region Targeting | Language | URL | Hreflang | Status | |----------|-----|----------|--------| | [en-US] | [URL] | [tag] | ✅/⚠️/❌ | | [es-ES] | [URL] | [tag] | ✅/⚠️/❌ | **International Score**: [X]/10
  9. Generate Technical Audit Summary # Technical SEO Audit Report **Domain**: [domain] **Audit Date**: [date] **Pages Analyzed**: [X] ## Overall Technical Health: [X]/100 Score Breakdown: ████████░░ Crawlability: 8/10 ███████░░░ Indexability: 7/10 █████░░░░░ Performance: 5/10 ████████░░ Mobile: 8/10 █████████░ Security: 9/10 ██████░░░░ URL Structure: 6/10 █████░░░░░ Structured Data: 5/10 ## Critical Issues (Fix Immediately) 1. **[Issue]**: [Impact] - Affected: [pages/scope] - Solution: [specific fix] - Priority: 🔴 Critical 2. **[Issue]**: [Impact] - Affected: [pages/scope] - Solution: [specific fix] - Priority: 🔴 Critical ## High Priority Issues 1. **[Issue]**: [Solution] 2. **[Issue]**: [Solution] ## Medium Priority Issues 1. **[Issue]**: [Solution] 2. **[Issue]**: [Solution] ## Quick Wins These can be fixed quickly for immediate improvement: 1. [Quick fix 1] 2. [Quick fix 2] 3. [Quick fix 3] ## Implementation Roadmap ### Week 1: Critical Fixes - [] [Task 1] - [] [Task 2] ### Week 2-3: High Priority - [] [Task 1] - [] [Task 2] ### Week 4+: Optimization - [] [Task 1] - [] [Task 2] ## Monitoring Recommendations Set up alerts for: - Core Web Vitals drops - Crawl error spikes - Index coverage changes - Security issues

Example

User: "Check the technical SEO of example.com"

Output: [Comprehensive technical audit following the structure above]

Technical SEO Checklist

### Crawlability
- [ ] robots.txt is valid and not blocking important content
- [ ] XML sitemap exists and is submitted to GSC
- [ ] No crawl errors in Search Console
- [ ] No redirect chains or loops

### Indexability
- [ ] Important pages are indexable
- [ ] Canonical tags are correct
- [ ] No duplicate content issues
- [ ] Pagination is handled correctly

### Performance
- [ ] Core Web Vitals pass
- [ ] Page speed under 3 seconds
- [ ] Images are optimized
- [ ] JS/CSS are minified

### Mobile
- [ ] Mobile-friendly test passes
- [ ] Viewport is configured
- [ ] Touch elements are properly sized

### Security
- [ ] HTTPS is enforced
- [ ] SSL certificate is valid
- [ ] No mixed content
- [ ] Security headers present

### Structure
- [ ] URLs are clean and descriptive
- [ ] Site architecture is logical
- [ ] Internal linking is strong

Tips for Success

  1. Prioritize by impact - Fix critical issues first
  2. Monitor continuously - Use Search Console alerts
  3. Test changes - Verify fixes work before deploying widely
  4. Document everything - Track changes for troubleshooting
  5. Regular audits - Schedule quarterly technical reviews

Related Skills

*Technical SEO Checker v1.1 - Enhanced*

🔄 Workflow

Kaynak: Google Search Central Checks & Web.dev Core Web Vitals

Aşama 1: Foundation (Crawl & Index)

  • Robots.txt: Allow ve Disallow kurallarının kritik kaynakları (CSS/JS) engellemediğinden emin ol.
  • Sitemap: XML sitemap'in güncel, temiz (404/301 içermeyen) ve Search Console'a gönderilmiş olduğunu doğrula.
  • Canonicalization: Her sayfanın kendi "self-referencing canonical" etiketine sahip olduğunu kontrol et (Duplicate content önlemi).

Aşama 2: Performance (Core Web Vitals)

  • LCP (Largest Contentful Paint): Hero image'ları preload et ve lazy-load yapma. Hedef < 2.5 sn.
  • CLS (Cumulative Layout Shift): Tüm görsellere width ve height ver. Reklam alanlarına min-height ata. Hedef < 0.1.
  • INP (Interaction to Next Paint): Main thread'i bloklayan uzun JavaScript görevlerini (Long Tasks) böl. Hedef < 200 ms.

Aşama 3: Architecture & Rendering

  • Internal Linking: Önemli sayfaların site yapısında derinde kalmadığını (Click Depth < 3) kontrol et.
  • SSR/Hydration: React/Next.js sitelerde içeriğin sunucu tarafında render edildiğini (Server-Side Rendering) doğrula.
  • Structured Data: Schema.org işaretlemelerini (Article, Product, Breadcrumb) Rich Results Test aracıyla doğrula.

Kontrol Noktaları

AşamaDoğrulama
1Google Search Console'da "Coverage" hatası 0 mı?
2Mobil uyumluluk testinden başarıyla geçiyor mu?
3Hreflang etiketleri (varsa) doğru ve karşılıklı (reciprocal) mı?

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

29.77%
按下载量换算24

trae

23.42%
按下载量换算19

Antigravity

16.78%
按下载量换算13

windsurf

13.76%
按下载量换算11

Codex

7.8%
按下载量换算6

Gemini CLI

3.21%
按下载量换算3

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills