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

ai-seoAI SEO 搜索

Agent Skill

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

总安装

1,270

周安装

54

GitHub Stars

103

下载量

445
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill ai-seo

简介

针对 AI 搜索引擎优化(GEO),提升内容在 ChatGPT、Perplexity 等平台的可引用性。

  • 覆盖语义搜索、实体优化与 Schema 标记配置,增强内容在 AI 摘要中的曝光机会。
  • 提供关键词映射、Bot 访问配置与效果监测工具链。
  • 需注意不同 AI 平台的索引规则差异,定期更新内容结构以适应算法变化。
  • ai-seo 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI SEO

Generative engine optimization (GEO) for getting cited by AI search platforms — not just ranked in traditional results.


Table of Contents


Keywords

AI SEO, generative engine optimization, GEO, AI overviews, Google SGE, ChatGPT citations, Perplexity SEO, Claude citations, AI search optimization, semantic search, entity optimization, LLM visibility, AI-generated answers, structured data, schema markup, content extractability, AI citability, GPTBot, PerplexityBot, ClaudeBot, answer engine optimization


Quick Start

Run an AI Visibility Audit

  1. Check robots.txt for AI bot access (GPTBot, PerplexityBot, ClaudeBot)
  2. Test top 10 target queries on Perplexity, ChatGPT, and Google AI Overviews
  3. Document which queries cite you, which cite competitors, and what content format wins
  4. Score key pages against the Extractability Checklist
  5. Prioritize pages with highest gap between search volume and current AI citation presence

Optimize a Page for AI Citation

  1. Add a clear definition block in the first 200 words for informational queries
  2. Structure content with self-contained H2 sections that can be extracted independently
  3. Add numbered steps for process queries, comparison tables for "X vs Y" queries
  4. Replace all vague claims with attributed statistics ("According to [Source], [Year]")
  5. Implement FAQPage, HowTo, or Article schema markup
  6. Verify AI bots are allowed in robots.txt

How AI Search Differs from Traditional SEO

The Fundamental Shift

Traditional SEO gets your page ranked. AI SEO gets your content cited. These are different optimization targets.

DimensionTraditional SEOAI SEO
GoalRank on page 1Get cited in AI-generated answers
Success metricClick-through rateCitation frequency
Content priorityKeyword densityAnswer extractability
Authority signalBacklinks + domain authorityBacklinks + answer quality + attribution
User interactionUser clicks your linkAI extracts your answer; user may never visit
Content formatLong-form comprehensiveSelf-contained extractable blocks
Optimization unitThe pageThe paragraph or section

What Carries Over from Traditional SEO

  • Domain authority still matters. AI systems prefer credible sources.
  • Backlinks still signal trust and expertise.
  • Technical SEO fundamentals (page speed, mobile-friendly, clean HTML) still apply.
  • Quality content with original insights still wins.

What Changes

  • Keyword density matters less than answer clarity and directness
  • Page-level optimization expands to section-level and paragraph-level optimization
  • Internal linking serves discoverability for AI crawlers, not just PageRank flow
  • Structured data becomes a primary signal, not a nice-to-have

The Three Pillars of AI Citability

Pillar 1: Structure (Extractable)

AI systems pull content in chunks. They find the paragraph, list, or definition that directly answers a query and extract it. Your content must be structured so answers are self-contained.

Extractability requirements:

  • Definition blocks for "what is X" queries — tight, 1-2 sentence definitions in the first 200 words
  • Numbered steps for "how to do X" queries — verb-first, self-contained steps
  • Comparison tables for "X vs Y" queries — clean table format with headers
  • FAQ blocks for question-based queries — explicit Q&A pairs
  • Statistics with full attribution for data-oriented queries

Anti-patterns that kill extractability:

  • Burying the answer in paragraph 8 of a 4,000-word essay
  • Requiring context from previous sections to understand any individual section
  • Using narrative prose for comparisons that should be tables
  • Placing key definitions only in the conclusion

Pillar 2: Authority (Citable)

AI systems do not just extract the most relevant answer — they extract the most credible one.

Authority signals in the AI era:

  • Domain authority — High-DA domains get preferential citation
  • Author attribution — Named authors with credentials outperform anonymous pages
  • Citation chains — Your content cites credible sources, making you credible in turn
  • Recency — AI systems prefer current information for time-sensitive queries
  • Original data — Proprietary research, surveys, and studies get cited more because AI cannot find this data elsewhere
  • Consistent entity presence — Your brand appears across authoritative sources as an entity

Pillar 3: Presence (Discoverable)

AI systems must be able to find and index your content.

Technical requirements:

  • AI crawlers allowed in robots.txt
  • Fast page load and clean HTML
  • No JavaScript-only rendering for important content
  • Schema markup for content type classification
  • Proper canonical signals
  • HTTPS with valid certificates

Core Workflows

Workflow 1: AI Visibility Audit

Step 1: Bot Access Verification

Check robots.txt for AI crawler permissions:

# These bots must NOT be blocked for AI visibility:
GPTBot          # OpenAI / ChatGPT
PerplexityBot   # Perplexity
ClaudeBot       # Anthropic / Claude
Google-Extended # Google AI Overviews
anthropic-ai    # Anthropic (alternate)
Applebot-Extended  # Apple Intelligence
cohere-ai       # Cohere

If any AI bot is blocked, that is the single highest priority fix. Zero visibility on that platform until resolved.

Step 2: Citation Testing

Test top 10 target queries on each platform:

PlatformHow to TestWhat to Record
PerplexitySearch at perplexity.ai, check Sources panelCited? Which competitors cited? Content format winning?
ChatGPTWeb browsing enabled, check citationsSame
Google AI OverviewsGoogle query, check AI Overview panelSame
Microsoft CopilotSearch at copilot.microsoft.com, check source cardsSame
ClaudeWeb search enabled queriesSame

Step 3: Content Extractability Scoring

Score each key page (0-7):

  • Clear definition of core concept in first 200 words
  • Numbered lists or step-by-step sections for process queries
  • FAQ section with direct Q&A pairs
  • Statistics cited with source name and year
  • Comparisons in table format (not narrative)
  • H1 phrased as an answer or direct statement
  • Schema markup present (FAQPage, HowTo, Article)

Interpretation: 0-3 = needs major restructuring. 4-5 = good baseline. 6-7 = strong.

Step 4: Competitive Citation Analysis

For each target query, document:

  • Who is currently being cited (top 3 sources per platform)
  • What content format wins (definition, list, table, quote)
  • What your content lacks that cited competitors provide
  • Where you have unique data or expertise competitors lack

Workflow 2: Page Optimization for AI Citation

Step 1: Lead with the Answer

The first paragraph must contain the core answer to the target query. No preamble, no context-setting, no "In today's landscape..." openers.

Step 2: Structure Self-Contained Sections

Every H2 section must be answerable as a standalone excerpt:

  • Each section opens with its main point
  • Each section contains its own evidence
  • No section requires reading previous sections to be understood
  • Each section could be quoted out of context and still make sense

Step 3: Add Extractable Content Blocks

Insert 2-3 of these per key page:

  • Definition block (first 200 words)
  • Numbered how-to steps (5-10 max, verb-first)
  • Comparison table (clean headers, structured data)
  • FAQ pairs (question matches natural language query)
  • Attributed statistics ("According to [Source] ([Year]), X% of...")
  • Expert quote block ("[Name], [Role at Organization]: '[quote]'")

Step 4: Replace Vague with Specific

Find and replace every vague claim:

  • "Many companies" → name the companies or cite the count
  • "Studies show" → name the study, organization, and year
  • "Significantly improved" → state the percentage improvement
  • "Leading brands" → name at least one
  • "Experts say" → name the expert with credentials

Step 5: Add Schema Markup

Implement JSON-LD in the page head:

Content TypeSchemaImpact
FAQ sectionsFAQPageHigh — AI extracts Q&A pairs directly
Step-by-step guidesHowToHigh — AI uses step structure
Articles and postsArticleMedium — establishes content authority
Product pagesProductMedium — product comparison queries
Author pagesPersonMedium — author credibility signal
Company pagesOrganizationMedium — entity authority

Workflow 3: Entity Optimization

Step 1: Define Your Entity

Ensure your brand exists as a recognized entity across the web:

  • Wikipedia or Wikidata presence
  • Google Knowledge Panel
  • Consistent NAP (name, address, phone) across citations
  • Structured About page with Organization schema

Step 2: Build Entity Associations

Connect your entity to relevant topics:

  • Publish original research on topics you want to be cited for
  • Get mentioned (with links) on authoritative sites in your domain
  • Contribute expert quotes to industry publications
  • Maintain active presence on platforms AI systems index

Step 3: Strengthen the Citation Chain

Create a network of credible references:

  • Your content cites authoritative sources
  • Authoritative sources cite your content
  • Your author pages link to credentials and publications
  • Your brand appears in industry roundups and comparisons

Content Patterns That Get Cited

Pattern 1: Definition Block

**[Term]** is [concise definition in 1-2 sentences]. [One sentence of context
explaining why it matters or how it differs from related concepts].

Place within the first 200 words. No hedging, no preamble.

Pattern 2: Numbered Steps

Requirements for AI extraction:

  • Steps are numbered (not bulleted)
  • Each step starts with an action verb
  • Each step is self-contained (could be quoted alone)
  • 5-10 steps maximum (AI truncates longer lists)
  • Each step has a brief explanation (1-2 sentences)

Pattern 3: Comparison Table

Two-column or multi-column tables with clean headers:

| Dimension | Option A | Option B |
|-----------|----------|----------|
| Price | $X/mo | $Y/mo |
| Key Feature | Description | Description |
| Best For | Use case | Use case |

Pattern 4: FAQ Block

Explicit Q&A pairs. Questions should match natural language queries:

### What is [topic]?
[Direct answer in 1-2 sentences.]

### How does [topic] work?
[Step-by-step explanation.]

Mark up with FAQPage schema for maximum discoverability.

Pattern 5: Attributed Statistics

According to [Source Name] ([Year]), X% of [population] [finding].

Complete attribution is critical. Unattributed statistics get deprioritized because AI cannot verify the source.

Pattern 6: Expert Quote Block

"[Quote]" — [Name], [Role] at [Organization]

Named experts with credentials produce citable units AI systems pick up.


Schema Markup for AI Discovery

Priority Implementations

FAQPage Schema (highest impact for informational queries):

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is [topic]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "[Direct answer]"
      }
    }
  ]
}

HowTo Schema (high impact for process queries):

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to [do thing]",
  "step": [
    {
      "@type": "HowToStep",
      "name": "Step name",
      "text": "Step description"
    }
  ]
}

Article Schema (medium impact, establishes authority):

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Title",
  "author": {
    "@type": "Person",
    "name": "Author Name",
    "url": "https://author-page"
  },
  "datePublished": "2026-01-15",
  "dateModified": "2026-03-01"
}

Validate all schema at schema.org/validator before deployment.


Bot Access Configuration

Recommended robots.txt Configuration

# Allow all AI search crawlers
User-agent: GPTBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: Applebot-Extended
Allow: /

User-agent: cohere-ai
Allow: /

Training vs. Citation Access

Some organizations want to allow AI citation but block training. This distinction is difficult to enforce because:

  • Most AI crawlers use the same bot for both indexing and training
  • Blocking the bot blocks both citation and training
  • There is no industry-standard mechanism to allow one and block the other

Recommendation: Allow AI bots if you want AI citation visibility. The citation benefits outweigh the training concerns for most commercial content.


Monitoring and Tracking

Weekly Citation Tracking (20 minutes/week)

Test top 10 target queries on Perplexity and ChatGPT:

  • Were you cited? (yes/no)
  • Citation rank (1st source, 2nd, 3rd)
  • What text was used from your content?
  • Any new competitors appearing?

Google Search Console for AI Overviews

Use the "Search type: AI Overviews" filter in Google Search Console:

  • Which queries trigger AI Overview impressions for your site
  • Click-through rate from AI Overviews (typically 50-70% lower than organic)
  • Which pages get cited most frequently

Monthly Monitoring Checklist

SignalWhat to CheckTool
Perplexity citationsTop 10 queriesManual testing
ChatGPT citationsTop 10 queriesManual testing
Google AI OverviewsImpressions and clicksGoogle Search Console
Copilot citationsTop 5 queriesManual testing
AI bot crawl activityCrawl frequency and pagesServer logs / Cloudflare
Competitor citationsWho is getting cited for your queriesManual testing
Content freshnessDate signals on key pagesContent audit

When Citations Drop

Diagnostic checklist when you lose a citation:

  1. Did robots.txt change? (Check for accidental AI bot blocks)
  2. Did a competitor publish more extractable content?
  3. Did your page structure change? (Restructuring can break citation patterns)
  4. Did your domain authority drop? (Check backlink profile)
  5. Did the query intent shift? (AI systems may reinterpret the query)

Best Practices

  1. Optimize at the section level, not just the page level — AI extracts paragraphs and sections, not entire pages. Every H2 block should be independently citable.
  2. Lead with the answer, always — The first 200 words determine whether AI systems find your content useful. Put the answer there.
  3. Attribute everything — Unattributed statistics, unnamed experts, and sourceless claims reduce your citability. Name names.
  4. Update quarterly — AI systems prefer recent content. Update publish dates and refresh data points every 90 days.
  5. Build entity presence — The stronger your brand's entity recognition across the web, the more AI systems trust and cite you.
  6. Do not choose between traditional SEO and AI SEO — They are complementary. Many optimization signals overlap. Run both.
  7. Test on multiple platforms — A page cited on Perplexity may not be cited on ChatGPT. Optimize for the platforms your audience uses.
  8. Monitor competitors monthly — Track who gets cited for your target queries and study what content patterns they use.
  9. Avoid JavaScript-rendered content for key answers — AI crawlers may not execute JavaScript. Ensure important content is in the initial HTML.
  10. Implement schema early — FAQPage and HowTo schema are quick wins with outsized impact on AI discoverability.

Integration Points

  • SEO Specialist — Use for traditional search ranking optimization. Run AI SEO and traditional SEO in parallel.
  • Content Production — Use to create the underlying content before optimizing for AI citation.
  • Content Humanizer — Use after writing. AI-sounding content performs worse in AI citations — AI systems prefer credible, human-sounding writing.
  • Content Strategy — Use when deciding which topics and queries to target for AI visibility.
  • Marketing Analytics — Use campaign analytics tools to track the business impact of AI citation traffic.

Troubleshooting

ProblemLikely CauseFix
Content not cited despite high DAPoor extractability — answers buried in proseRestructure with definition blocks, numbered steps, and FAQ pairs in first 200 words
Cited on Perplexity but not ChatGPTDifferent crawling and indexing pipelines per platformVerify bot access for all AI crawlers; test rendering without JavaScript
AI Overview shows competitor insteadCompetitor has more extractable, better-attributed contentAudit competitor's cited content format and match or exceed specificity
Citation dropped after site updatePage restructure broke the extraction pattern AI was usingCompare old vs new page structure; restore extractable blocks
GPTBot blocked in robots.txt unknowinglyCMS update or security plugin overwrote robots.txtAudit robots.txt after every CMS or plugin update; set up monitoring
Schema markup present but no rich resultsMissing required fields or content-markup mismatchValidate with Google Rich Results Test; ensure schema matches visible page content
AI cites your data but not your brandMissing entity signals — no Organization schema or sameAs linksImplement Organization schema with sameAs to Wikidata, LinkedIn, and social profiles

Success Criteria

  • AI citation rate: Achieve citation in 30%+ of target queries across Perplexity, ChatGPT, and Google AI Overviews within 90 days of optimization
  • Extractability score: Score 6-7 out of 7 on the Content Extractability Scoring checklist for all key pages
  • Bot access: Zero AI crawlers blocked in robots.txt — verified monthly with automated monitoring
  • Entity recognition: Brand appears in Google Knowledge Panel and is recognized as an entity on Wikidata
  • Schema coverage: 100% of content pages have appropriate JSON-LD schema (Article, FAQPage, or HowTo) validated without errors
  • Freshness cadence: All key pages updated within the last 90 days with current dateModified signals
  • CTR from AI Overviews: Maintain organic CTR above 0.8% for queries where AI Overviews appear (benchmark: average drops to 0.61% with AI Overviews per 2026 data)

Scope & Limitations

In scope:

  • Optimizing content structure for AI extraction and citation
  • Bot access configuration and monitoring
  • Schema markup implementation for AI discoverability
  • Entity optimization and Knowledge Graph presence
  • Citation tracking across AI search platforms
  • Content pattern design (definitions, steps, tables, FAQs)

Out of scope:

  • Traditional organic ranking optimization (use SEO Specialist)
  • Content creation from scratch (use Content Production)
  • Paid search or paid AI placement strategies
  • AI model training data licensing or opt-out negotiations
  • Platform-specific API integrations for automated tracking
  • Social media optimization for AI-adjacent platforms

Known limitations:

  • AI citation tracking is largely manual — no standardized API exists across platforms
  • Citation algorithms are opaque and change frequently without notice
  • Blocking AI training while allowing citation is not technically enforceable with current bot protocols
  • AI Overviews reduce traditional organic CTR by approximately 42-47% (2026 benchmarks), and this cannot be fully mitigated

Scripts

# Analyze content for AI citability signals
python scripts/content_scorer.py page.html --json

# Simulate how content might appear in AI search results
python scripts/serp_simulator.py --query "what is cloud cost optimization" --content page.md

# Analyze keyword opportunities for AI search visibility
python scripts/keyword_analyzer.py --keywords keywords.csv --json

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.29%
按下载量换算166

Claude

30.53%
按下载量换算136

Cursor

18.94%
按下载量换算84

Gemini CLI

8.59%
按下载量换算38

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills