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

grey-haven-seo-geo-optimizationgrey haven SEO GEO optimization 搜索

Agent Skill

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

总安装

196

周安装

8

GitHub Stars

24

下载量

63
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/greyhaven-ai/claude-code-config --skill grey-haven-seo-geo-optimization

简介

用于查找、检索和筛选相关信息。grey-haven-seo-geo-optimization 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 使用时需结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。
  • 注意是否会触发联网、命令执行或文件读写操作。

SKILL.md

SEO/GEO Optimization

Optimize web content for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude).

GEO = Generative Engine Optimization - Optimizing content to be cited by AI search engines.

Key Insight: AI search engines don't rank pages - they cite sources. Being cited is the new ranking #1.

When to Use

  • Auditing a website's SEO/GEO status
  • Optimizing content for AI search engine citations
  • Implementing or fixing structured data (JSON-LD, Schema.org)
  • Researching keywords and competitor strategies
  • Ensuring AI bots can crawl your site
  • Adding meta tags, Open Graph, Twitter Cards
  • Improving content structure for both humans and AI

Don't use for:

  • General content writing without SEO focus (use creative-writing skill)
  • Backend API performance (use performance-optimizer)

Workflow

digraph seo_geo {
  rankdir=TB;
  "Audit current state" -> "Keyword research";
  "Keyword research" -> "GEO optimization";
  "GEO optimization" -> "Traditional SEO";
  "Traditional SEO" -> "Validate & monitor";
  "Validate & monitor" -> "Audit current state" [label="iterate", style=dashed];
}

Step 1: Website Audit

Get the target URL and analyze current SEO/GEO status.

Quick technical check:

# Check meta tags and schema markup
curl -sL "https://example.com" | grep -E "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20

# Check robots.txt - verify AI bots are allowed
curl -s "https://example.com/robots.txt"

# Check sitemap structure
curl -s "https://example.com/sitemap.xml" | head -50

AI bots to verify access for:

BotService
GooglebotGoogle
BingbotBing / Copilot
PerplexityBotPerplexity
ChatGPT-UserChatGPT with browsing
ClaudeBot / anthropic-aiClaude
GPTBotOpenAI

Step 2: Keyword Research

Use WebSearch to research target keywords:

  • {keyword} keyword difficulty site:ahrefs.com OR site:semrush.com
  • {keyword} search volume {current_year}
  • site:{competitor.com} {keyword}

Analyze search volume, difficulty, competitor strategies, long-tail opportunities, and international keyword conflicts.

Step 3: GEO Optimization (AI Search Engines)

Apply the 9 Princeton GEO Methods (see reference/geo-methods.md):

MethodBoostPriority
Cite Sources+40%Must-have
Statistics Addition+37%Must-have
Quotation Addition+30%Should-have
Authoritative Tone+25%Should-have
Fluency Optimization+15-30%Must-have
Easy-to-understand+20%Should-have
Technical Terms+18%Context-dependent
Unique Words+15%Nice-to-have
Keyword Stuffing-10%AVOID

Best combination: Fluency + Statistics = Maximum boost

Content structure for AI citation:

  • "Answer-first" format (direct answer at top)
  • Clear H1 > H2 > H3 hierarchy
  • Bullet points and numbered lists
  • Tables for comparison data
  • Short paragraphs (2-3 sentences max)

FAQPage schema adds +40% AI visibility. See templates/schema-faqpage.json.

Step 4: Traditional SEO

Apply meta tags, Open Graph, Twitter Cards, and JSON-LD schema markup. See templates/meta-tags.md for copy-paste templates.

Quick checks:

  • H1 contains primary keyword
  • Images have descriptive alt text
  • Internal links to related content
  • External links have rel="noopener noreferrer"
  • Mobile-friendly layout
  • Page loads in < 3 seconds

Step 5: Validate & Monitor

# Schema validation
open "https://search.google.com/test/rich-results?url={encoded_url}"
open "https://validator.schema.org/?url={encoded_url}"

# Check indexing
open "https://www.google.com/search?q=site:{domain}"
open "https://www.bing.com/search?q=site:{domain}"

Generate report using checklists/seo-geo-audit.md.

Platform-Specific Quick Reference

Each AI search engine has different citation criteria. See reference/platform-optimization.md for full details.

PlatformKey FactorCritical Action
ChatGPTDomain authorityUpdate content within 30 days
PerplexitySemantic relevanceFAQPage schema + PDF hosting
Google AI OverviewE-E-A-TAuthoritative citations (+132%)
Copilot / BingBing indexingPage speed < 2s
ClaudeBrave SearchHigh factual density

Common Mistakes

MistakeFix
Blocking AI bots in robots.txtAllow PerplexityBot, GPTBot, ClaudeBot explicitly
Keyword stuffingReduces visibility by 10%. Use natural language.
Missing FAQPage schemaAdds +40% AI visibility. Always include for FAQ content.
No statistics or citationsGEO research shows +37-40% boost from data and sources
Ignoring Brave SearchClaude uses Brave, not Google. Ensure Brave indexing.
Stale contentChatGPT cites 3.2x more from content updated within 30 days

Collaboration

  • Works with: content-strategist agent (strategy + keyword planning), creative-writing skill (content quality)
  • Complements: Content strategy with technical SEO implementation and GEO methodology
  • Outputs: Optimized markup, schema, audit reports, GEO-enhanced content

Supporting Documentation

- geo-methods.md - Princeton GEO research (9 methods in depth) - platform-optimization.md - Per-platform citation criteria

- seo-geo-audit.md - Complete SEO/GEO audit checklist with report template

- meta-tags.md - Meta tags, Open Graph, Twitter Cards - schema-faqpage.json - FAQPage JSON-LD template - schema-templates.md - All JSON-LD schema types

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.98%
按下载量换算22

Claude

28.41%
按下载量换算18

Cursor

20.66%
按下载量换算13

Gemini CLI

9.43%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills