opencode-skills-antigravity 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/bundled-skills/ad-creative/SKILL.md +371 -0
  2. package/bundled-skills/ad-creative/evals/evals.json +90 -0
  3. package/bundled-skills/ad-creative/references/generative-tools.md +637 -0
  4. package/bundled-skills/ad-creative/references/platform-specs.md +213 -0
  5. package/bundled-skills/ai-seo/SKILL.md +407 -0
  6. package/bundled-skills/ai-seo/evals/evals.json +90 -0
  7. package/bundled-skills/ai-seo/references/content-patterns.md +285 -0
  8. package/bundled-skills/ai-seo/references/platform-ranking-factors.md +152 -0
  9. package/bundled-skills/backend-dev-guidelines/SKILL.md +1 -1
  10. package/bundled-skills/cc-skill-security-review/SKILL.md +1 -1
  11. package/bundled-skills/churn-prevention/SKILL.md +433 -0
  12. package/bundled-skills/churn-prevention/evals/evals.json +93 -0
  13. package/bundled-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  14. package/bundled-skills/churn-prevention/references/dunning-playbook.md +408 -0
  15. package/bundled-skills/claude-api/LICENSE.txt +202 -0
  16. package/bundled-skills/claude-api/SKILL.md +252 -0
  17. package/bundled-skills/claude-api/csharp/claude-api.md +70 -0
  18. package/bundled-skills/claude-api/curl/examples.md +164 -0
  19. package/bundled-skills/claude-api/go/claude-api.md +146 -0
  20. package/bundled-skills/claude-api/java/claude-api.md +128 -0
  21. package/bundled-skills/claude-api/php/claude-api.md +88 -0
  22. package/bundled-skills/claude-api/python/agent-sdk/README.md +269 -0
  23. package/bundled-skills/claude-api/python/agent-sdk/patterns.md +319 -0
  24. package/bundled-skills/claude-api/python/claude-api/README.md +404 -0
  25. package/bundled-skills/claude-api/python/claude-api/batches.md +182 -0
  26. package/bundled-skills/claude-api/python/claude-api/files-api.md +162 -0
  27. package/bundled-skills/claude-api/python/claude-api/streaming.md +162 -0
  28. package/bundled-skills/claude-api/python/claude-api/tool-use.md +587 -0
  29. package/bundled-skills/claude-api/ruby/claude-api.md +87 -0
  30. package/bundled-skills/claude-api/shared/error-codes.md +205 -0
  31. package/bundled-skills/claude-api/shared/live-sources.md +121 -0
  32. package/bundled-skills/claude-api/shared/models.md +68 -0
  33. package/bundled-skills/claude-api/shared/tool-use-concepts.md +305 -0
  34. package/bundled-skills/claude-api/typescript/agent-sdk/README.md +220 -0
  35. package/bundled-skills/claude-api/typescript/agent-sdk/patterns.md +150 -0
  36. package/bundled-skills/claude-api/typescript/claude-api/README.md +313 -0
  37. package/bundled-skills/claude-api/typescript/claude-api/batches.md +106 -0
  38. package/bundled-skills/claude-api/typescript/claude-api/files-api.md +98 -0
  39. package/bundled-skills/claude-api/typescript/claude-api/streaming.md +178 -0
  40. package/bundled-skills/claude-api/typescript/claude-api/tool-use.md +477 -0
  41. package/bundled-skills/codex-review/SKILL.md +1 -1
  42. package/bundled-skills/cold-email/SKILL.md +167 -0
  43. package/bundled-skills/cold-email/evals/evals.json +94 -0
  44. package/bundled-skills/cold-email/references/benchmarks.md +83 -0
  45. package/bundled-skills/cold-email/references/follow-up-sequences.md +81 -0
  46. package/bundled-skills/cold-email/references/frameworks.md +90 -0
  47. package/bundled-skills/cold-email/references/personalization.md +79 -0
  48. package/bundled-skills/cold-email/references/subject-lines.md +53 -0
  49. package/bundled-skills/content-strategy/SKILL.md +374 -0
  50. package/bundled-skills/content-strategy/evals/evals.json +90 -0
  51. package/bundled-skills/content-strategy/references/headless-cms.md +194 -0
  52. package/bundled-skills/context7-auto-research/SKILL.md +1 -1
  53. package/bundled-skills/dbos-golang/SKILL.md +1 -1
  54. package/bundled-skills/dbos-python/SKILL.md +1 -1
  55. package/bundled-skills/dbos-typescript/SKILL.md +1 -1
  56. package/bundled-skills/debug-buttercup/SKILL.md +1 -1
  57. package/bundled-skills/defuddle/SKILL.md +50 -0
  58. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  59. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  60. package/bundled-skills/docs/integrations/jetski-gemini-loader/package.json +1 -0
  61. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  62. package/bundled-skills/docs/maintainers/skills-import-2026-03-21.md +81 -0
  63. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  64. package/bundled-skills/docs/users/bundles.md +1 -1
  65. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  66. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  67. package/bundled-skills/docs/users/getting-started.md +1 -1
  68. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  69. package/bundled-skills/docs/users/usage.md +4 -4
  70. package/bundled-skills/docs/users/visual-guide.md +4 -4
  71. package/bundled-skills/evaluation/SKILL.md +1 -1
  72. package/bundled-skills/exa-search/SKILL.md +1 -1
  73. package/bundled-skills/firecrawl-scraper/SKILL.md +1 -1
  74. package/bundled-skills/frontend-dev-guidelines/SKILL.md +1 -1
  75. package/bundled-skills/gha-security-review/SKILL.md +2 -1
  76. package/bundled-skills/git-pushing/SKILL.md +1 -1
  77. package/bundled-skills/internal-comms/LICENSE.txt +202 -0
  78. package/bundled-skills/internal-comms/SKILL.md +35 -0
  79. package/bundled-skills/internal-comms/examples/3p-updates.md +47 -0
  80. package/bundled-skills/internal-comms/examples/company-newsletter.md +65 -0
  81. package/bundled-skills/internal-comms/examples/faq-answers.md +30 -0
  82. package/bundled-skills/internal-comms/examples/general-comms.md +16 -0
  83. package/bundled-skills/json-canvas/SKILL.md +253 -0
  84. package/bundled-skills/json-canvas/references/EXAMPLES.md +329 -0
  85. package/bundled-skills/lead-magnets/SKILL.md +319 -0
  86. package/bundled-skills/lead-magnets/references/benchmarks.md +129 -0
  87. package/bundled-skills/lead-magnets/references/format-guide.md +196 -0
  88. package/bundled-skills/memory-systems/SKILL.md +1 -1
  89. package/bundled-skills/obsidian-bases/SKILL.md +506 -0
  90. package/bundled-skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
  91. package/bundled-skills/obsidian-cli/SKILL.md +115 -0
  92. package/bundled-skills/obsidian-markdown/SKILL.md +205 -0
  93. package/bundled-skills/obsidian-markdown/references/CALLOUTS.md +58 -0
  94. package/bundled-skills/obsidian-markdown/references/EMBEDS.md +63 -0
  95. package/bundled-skills/obsidian-markdown/references/PROPERTIES.md +61 -0
  96. package/bundled-skills/product-marketing-context/SKILL.md +250 -0
  97. package/bundled-skills/product-marketing-context/evals/evals.json +85 -0
  98. package/bundled-skills/react-best-practices/SKILL.md +1 -1
  99. package/bundled-skills/revops/SKILL.md +352 -0
  100. package/bundled-skills/revops/evals/evals.json +91 -0
  101. package/bundled-skills/revops/references/automation-playbooks.md +290 -0
  102. package/bundled-skills/revops/references/lifecycle-definitions.md +278 -0
  103. package/bundled-skills/revops/references/routing-rules.md +203 -0
  104. package/bundled-skills/revops/references/scoring-models.md +247 -0
  105. package/bundled-skills/sales-enablement/SKILL.md +358 -0
  106. package/bundled-skills/sales-enablement/evals/evals.json +91 -0
  107. package/bundled-skills/sales-enablement/references/deck-frameworks.md +263 -0
  108. package/bundled-skills/sales-enablement/references/demo-scripts.md +355 -0
  109. package/bundled-skills/sales-enablement/references/objection-library.md +270 -0
  110. package/bundled-skills/sales-enablement/references/one-pager-templates.md +208 -0
  111. package/bundled-skills/seo/SKILL.md +139 -0
  112. package/bundled-skills/seo/references/cwv-thresholds.md +108 -0
  113. package/bundled-skills/seo/references/eeat-framework.md +214 -0
  114. package/bundled-skills/seo/references/quality-gates.md +155 -0
  115. package/bundled-skills/seo/references/schema-types.md +118 -0
  116. package/bundled-skills/seo-competitor-pages/SKILL.md +229 -0
  117. package/bundled-skills/seo-content/SKILL.md +186 -0
  118. package/bundled-skills/seo-dataforseo/SKILL.md +395 -0
  119. package/bundled-skills/seo-geo/SKILL.md +254 -0
  120. package/bundled-skills/seo-hreflang/SKILL.md +209 -0
  121. package/bundled-skills/seo-image-gen/SKILL.md +183 -0
  122. package/bundled-skills/seo-images/SKILL.md +193 -0
  123. package/bundled-skills/seo-page/SKILL.md +103 -0
  124. package/bundled-skills/seo-plan/SKILL.md +136 -0
  125. package/bundled-skills/seo-plan/assets/agency.md +175 -0
  126. package/bundled-skills/seo-plan/assets/ecommerce.md +167 -0
  127. package/bundled-skills/seo-plan/assets/generic.md +144 -0
  128. package/bundled-skills/seo-plan/assets/local-service.md +160 -0
  129. package/bundled-skills/seo-plan/assets/publisher.md +153 -0
  130. package/bundled-skills/seo-plan/assets/saas.md +135 -0
  131. package/bundled-skills/seo-programmatic/SKILL.md +184 -0
  132. package/bundled-skills/seo-schema/SKILL.md +178 -0
  133. package/bundled-skills/seo-sitemap/SKILL.md +129 -0
  134. package/bundled-skills/seo-technical/SKILL.md +175 -0
  135. package/bundled-skills/site-architecture/SKILL.md +366 -0
  136. package/bundled-skills/site-architecture/evals/evals.json +88 -0
  137. package/bundled-skills/site-architecture/references/mermaid-templates.md +216 -0
  138. package/bundled-skills/site-architecture/references/navigation-patterns.md +305 -0
  139. package/bundled-skills/site-architecture/references/site-type-templates.md +293 -0
  140. package/bundled-skills/skill-improver/SKILL.md +1 -1
  141. package/bundled-skills/tavily-web/SKILL.md +1 -1
  142. package/bundled-skills/test-fixing/SKILL.md +1 -1
  143. package/bundled-skills/tool-design/SKILL.md +1 -1
  144. package/bundled-skills/ui-ux-pro-max/SKILL.md +1 -1
  145. package/bundled-skills/verification-before-completion/SKILL.md +1 -1
  146. package/bundled-skills/wiki-changelog/SKILL.md +1 -1
  147. package/bundled-skills/wiki-onboarding/SKILL.md +1 -1
  148. package/bundled-skills/wiki-qa/SKILL.md +1 -1
  149. package/bundled-skills/wiki-researcher/SKILL.md +1 -1
  150. package/bundled-skills/wiki-vitepress/SKILL.md +1 -1
  151. package/package.json +1 -1
@@ -0,0 +1,213 @@
1
+ # Platform Specs Reference
2
+
3
+ Complete character limits, format requirements, and best practices for each ad platform.
4
+
5
+ ---
6
+
7
+ ## Google Ads
8
+
9
+ ### Responsive Search Ads (RSAs)
10
+
11
+ | Element | Character Limit | Required | Notes |
12
+ |---------|----------------|----------|-------|
13
+ | Headline | 30 chars | 3 minimum, 15 max | Any 3 may be shown together |
14
+ | Description | 90 chars | 2 minimum, 4 max | Any 2 may be shown together |
15
+ | Display path 1 | 15 chars | Optional | Appears after domain in URL |
16
+ | Display path 2 | 15 chars | Optional | Appears after path 1 |
17
+ | Final URL | No limit | Required | Landing page URL |
18
+
19
+ **Combination rules:**
20
+ - Google selects up to 3 headlines and 2 descriptions to show
21
+ - Headlines appear separated by " | " or stacked
22
+ - Any headline can appear in any position unless pinned
23
+ - Pinning reduces Google's ability to optimize — use sparingly
24
+
25
+ **Pinning strategy:**
26
+ - Pin your brand name to position 1 if brand guidelines require it
27
+ - Pin your strongest CTA to position 2 or 3
28
+ - Leave most headlines unpinned for machine learning
29
+
30
+ **Headline mix recommendation (15 headlines):**
31
+ - 3-4 keyword-focused (match search intent)
32
+ - 3-4 benefit-focused (what they get)
33
+ - 2-3 social proof (numbers, awards, customers)
34
+ - 2-3 CTA-focused (action to take)
35
+ - 1-2 differentiators (why you over competitors)
36
+ - 1 brand name headline
37
+
38
+ **Description mix recommendation (4 descriptions):**
39
+ - 1 benefit + proof point
40
+ - 1 feature + outcome
41
+ - 1 social proof + CTA
42
+ - 1 urgency/offer + CTA (if applicable)
43
+
44
+ ### Performance Max
45
+
46
+ | Element | Character Limit | Notes |
47
+ |---------|----------------|-------|
48
+ | Headline | 30 chars (5 required) | Short headlines for various placements |
49
+ | Long headline | 90 chars (5 required) | Used in display, video, discover |
50
+ | Description | 90 chars (1 required, 5 max) | Accompany various ad formats |
51
+ | Business name | 25 chars | Required |
52
+
53
+ ### Display Ads
54
+
55
+ | Element | Character Limit |
56
+ |---------|----------------|
57
+ | Headline | 30 chars |
58
+ | Long headline | 90 chars |
59
+ | Description | 90 chars |
60
+ | Business name | 25 chars |
61
+
62
+ ---
63
+
64
+ ## Meta Ads (Facebook & Instagram)
65
+
66
+ ### Single Image / Video / Carousel
67
+
68
+ | Element | Recommended | Maximum | Notes |
69
+ |---------|-------------|---------|-------|
70
+ | Primary text | 125 chars | 2,200 chars | Text above image; truncated after ~125 |
71
+ | Headline | 40 chars | 255 chars | Below image; truncated after ~40 |
72
+ | Description | 30 chars | 255 chars | Below headline; may not show |
73
+ | URL display link | 40 chars | N/A | Optional custom display URL |
74
+
75
+ **Placement-specific notes:**
76
+ - **Feed**: All elements show; primary text most visible
77
+ - **Stories/Reels**: Primary text overlaid; keep under 72 chars
78
+ - **Right column**: Only headline visible; skip description
79
+ - **Audience Network**: Varies by publisher
80
+
81
+ **Best practices:**
82
+ - Front-load the hook in primary text (first 125 chars)
83
+ - Use line breaks for readability in longer primary text
84
+ - Emojis: test, but don't overuse — 1-2 per ad max
85
+ - Questions in primary text increase engagement
86
+ - Headline should be a clear CTA or value statement
87
+
88
+ ### Lead Ads (Instant Form)
89
+
90
+ | Element | Limit |
91
+ |---------|-------|
92
+ | Greeting headline | 60 chars |
93
+ | Greeting description | 360 chars |
94
+ | Privacy policy text | 200 chars |
95
+
96
+ ---
97
+
98
+ ## LinkedIn Ads
99
+
100
+ ### Single Image Ad
101
+
102
+ | Element | Recommended | Maximum | Notes |
103
+ |---------|-------------|---------|-------|
104
+ | Intro text | 150 chars | 600 chars | Above the image; truncated after ~150 |
105
+ | Headline | 70 chars | 200 chars | Below the image |
106
+ | Description | 100 chars | 300 chars | Only shows on Audience Network |
107
+
108
+ ### Carousel Ad
109
+
110
+ | Element | Limit |
111
+ |---------|-------|
112
+ | Intro text | 255 chars |
113
+ | Card headline | 45 chars |
114
+ | Card count | 2-10 cards |
115
+
116
+ ### Message Ad (InMail)
117
+
118
+ | Element | Limit |
119
+ |---------|-------|
120
+ | Subject line | 60 chars |
121
+ | Message body | 1,500 chars |
122
+ | CTA button | 20 chars |
123
+
124
+ ### Text Ad
125
+
126
+ | Element | Limit |
127
+ |---------|-------|
128
+ | Headline | 25 chars |
129
+ | Description | 75 chars |
130
+
131
+ **LinkedIn-specific guidelines:**
132
+ - Professional tone, but not boring
133
+ - Use job-specific language the audience recognizes
134
+ - Statistics and data points perform well
135
+ - Avoid consumer-style hype ("Amazing!" "Incredible!")
136
+ - First-person testimonials from peers resonate
137
+
138
+ ---
139
+
140
+ ## TikTok Ads
141
+
142
+ ### In-Feed Ads
143
+
144
+ | Element | Recommended | Maximum | Notes |
145
+ |---------|-------------|---------|-------|
146
+ | Ad text | 80 chars | 100 chars | Above the video |
147
+ | Display name | N/A | 40 chars | Brand name |
148
+ | CTA button | Platform options | Predefined | Select from TikTok's options |
149
+
150
+ ### Spark Ads (Boosted Organic)
151
+
152
+ | Element | Notes |
153
+ |---------|-------|
154
+ | Caption | Uses original post caption |
155
+ | CTA button | Added by advertiser |
156
+ | Display name | Original creator's handle |
157
+
158
+ **TikTok-specific guidelines:**
159
+ - Native content outperforms polished ads
160
+ - First 2 seconds determine if they watch
161
+ - Use trending sounds and formats
162
+ - Text overlay is essential (most watch with sound off)
163
+ - Vertical video only (9:16)
164
+
165
+ ---
166
+
167
+ ## Twitter/X Ads
168
+
169
+ ### Promoted Tweets
170
+
171
+ | Element | Limit | Notes |
172
+ |---------|-------|-------|
173
+ | Tweet text | 280 chars | Full tweet with image/video |
174
+ | Card headline | 70 chars | Website card |
175
+ | Card description | 200 chars | Website card |
176
+
177
+ ### Website Cards
178
+
179
+ | Element | Limit |
180
+ |---------|-------|
181
+ | Headline | 70 chars |
182
+ | Description | 200 chars |
183
+
184
+ **Twitter/X-specific guidelines:**
185
+ - Conversational, casual tone
186
+ - Short sentences work best
187
+ - One clear message per tweet
188
+ - Hashtags: 1-2 max (0 is often better for ads)
189
+ - Threads can work for consideration-stage content
190
+
191
+ ---
192
+
193
+ ## Character Counting Tips
194
+
195
+ - **Spaces count** as characters on all platforms
196
+ - **Emojis** count as 1-2 characters depending on platform
197
+ - **Special characters** (|, &, etc.) count as 1 character
198
+ - **URLs** in body text count against limits
199
+ - **Dynamic keyword insertion** (`{KeyWord:default}`) can exceed limits — set safe defaults
200
+ - Always verify in the platform's ad preview before launching
201
+
202
+ ---
203
+
204
+ ## Multi-Platform Creative Adaptation
205
+
206
+ When creating for multiple platforms simultaneously, start with the most restrictive format:
207
+
208
+ 1. **Google Search headlines** (30 chars) — forces the tightest messaging
209
+ 2. **Expand to Meta headlines** (40 chars) — add a word or two
210
+ 3. **Expand to LinkedIn intro text** (150 chars) — add context and proof
211
+ 4. **Expand to Meta primary text** (125+ chars) — full hook and value prop
212
+
213
+ This cascading approach ensures your core message works everywhere, then gets enriched for platforms that allow more space.
@@ -0,0 +1,407 @@
1
+ ---
2
+ name: ai-seo
3
+ description: "Optimize content for AI search and LLM citations across AI Overviews, ChatGPT, Perplexity, Claude, Gemini, and similar systems. Use when improving AI visibility, answer engine optimization, or citation readiness."
4
+ risk: unknown
5
+ source: "https://github.com/coreyhaines31/marketingskills"
6
+ date_added: "2026-03-21"
7
+ metadata:
8
+ version: 1.1.0
9
+ ---
10
+
11
+ # AI SEO
12
+
13
+ You are an expert in AI search optimization — the practice of making content discoverable, extractable, and citable by AI systems including Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, and Copilot. Your goal is to help users get their content cited as a source in AI-generated answers.
14
+
15
+ ## When to Use
16
+
17
+ - Use when optimizing content to be cited by LLMs and AI search systems.
18
+ - Use when the user asks about AI SEO, AEO, GEO, LLM visibility, or AI citations.
19
+ - Use when traditional SEO alone is not the full question and AI-specific discoverability matters.
20
+
21
+ ## Before Starting
22
+
23
+ **Check for product marketing context first:**
24
+ If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
25
+
26
+ Gather this context (ask if not provided):
27
+
28
+ ### 1. Current AI Visibility
29
+ - Do you know if your brand appears in AI-generated answers today?
30
+ - Have you checked ChatGPT, Perplexity, or Google AI Overviews for your key queries?
31
+ - What queries matter most to your business?
32
+
33
+ ### 2. Content & Domain
34
+ - What type of content do you produce? (Blog, docs, comparisons, product pages)
35
+ - What's your domain authority / traditional SEO strength?
36
+ - Do you have existing structured data (schema markup)?
37
+
38
+ ### 3. Goals
39
+ - Get cited as a source in AI answers?
40
+ - Appear in Google AI Overviews for specific queries?
41
+ - Compete with specific brands already getting cited?
42
+ - Optimize existing content or create new AI-optimized content?
43
+
44
+ ### 4. Competitive Landscape
45
+ - Who are your top competitors in AI search results?
46
+ - Are they being cited where you're not?
47
+
48
+ ---
49
+
50
+ ## How AI Search Works
51
+
52
+ ### The AI Search Landscape
53
+
54
+ | Platform | How It Works | Source Selection |
55
+ |----------|-------------|----------------|
56
+ | **Google AI Overviews** | Summarizes top-ranking pages | Strong correlation with traditional rankings |
57
+ | **ChatGPT (with search)** | Searches web, cites sources | Draws from wider range, not just top-ranked |
58
+ | **Perplexity** | Always cites sources with links | Favors authoritative, recent, well-structured content |
59
+ | **Gemini** | Google's AI assistant | Pulls from Google index + Knowledge Graph |
60
+ | **Copilot** | Bing-powered AI search | Bing index + authoritative sources |
61
+ | **Claude** | Brave Search (when enabled) | Training data + Brave search results |
62
+
63
+ For a deep dive on how each platform selects sources and what to optimize per platform, see [references/platform-ranking-factors.md](references/platform-ranking-factors.md).
64
+
65
+ ### Key Difference from Traditional SEO
66
+
67
+ Traditional SEO gets you ranked. AI SEO gets you **cited**.
68
+
69
+ In traditional search, you need to rank on page 1. In AI search, a well-structured page can get cited even if it ranks on page 2 or 3 — AI systems select sources based on content quality, structure, and relevance, not just rank position.
70
+
71
+ **Critical stats:**
72
+ - AI Overviews appear in ~45% of Google searches
73
+ - AI Overviews reduce clicks to websites by up to 58%
74
+ - Brands are 6.5x more likely to be cited via third-party sources than their own domains
75
+ - Optimized content gets cited 3x more often than non-optimized
76
+ - Statistics and citations boost visibility by 40%+ across queries
77
+
78
+ ---
79
+
80
+ ## AI Visibility Audit
81
+
82
+ Before optimizing, assess your current AI search presence.
83
+
84
+ ### Step 1: Check AI Answers for Your Key Queries
85
+
86
+ Test 10-20 of your most important queries across platforms:
87
+
88
+ | Query | Google AI Overview | ChatGPT | Perplexity | You Cited? | Competitors Cited? |
89
+ |-------|:-----------------:|:-------:|:----------:|:----------:|:-----------------:|
90
+ | [query 1] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
91
+ | [query 2] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
92
+
93
+ **Query types to test:**
94
+ - "What is [your product category]?"
95
+ - "Best [product category] for [use case]"
96
+ - "[Your brand] vs [competitor]"
97
+ - "How to [problem your product solves]"
98
+ - "[Your product category] pricing"
99
+
100
+ ### Step 2: Analyze Citation Patterns
101
+
102
+ When your competitors get cited and you don't, examine:
103
+ - **Content structure** — Is their content more extractable?
104
+ - **Authority signals** — Do they have more citations, stats, expert quotes?
105
+ - **Freshness** — Is their content more recently updated?
106
+ - **Schema markup** — Do they have structured data you're missing?
107
+ - **Third-party presence** — Are they cited via Wikipedia, Reddit, review sites?
108
+
109
+ ### Step 3: Content Extractability Check
110
+
111
+ For each priority page, verify:
112
+
113
+ | Check | Pass/Fail |
114
+ |-------|-----------|
115
+ | Clear definition in first paragraph? | |
116
+ | Self-contained answer blocks (work without surrounding context)? | |
117
+ | Statistics with sources cited? | |
118
+ | Comparison tables for "[X] vs [Y]" queries? | |
119
+ | FAQ section with natural-language questions? | |
120
+ | Schema markup (FAQ, HowTo, Article, Product)? | |
121
+ | Expert attribution (author name, credentials)? | |
122
+ | Recently updated (within 6 months)? | |
123
+ | Heading structure matches query patterns? | |
124
+ | AI bots allowed in robots.txt? | |
125
+
126
+ ### Step 4: AI Bot Access Check
127
+
128
+ Verify your robots.txt allows AI crawlers. Each AI platform has its own bot, and blocking it means that platform can't cite you:
129
+
130
+ - **GPTBot** and **ChatGPT-User** — OpenAI (ChatGPT)
131
+ - **PerplexityBot** — Perplexity
132
+ - **ClaudeBot** and **anthropic-ai** — Anthropic (Claude)
133
+ - **Google-Extended** — Google Gemini and AI Overviews
134
+ - **Bingbot** — Microsoft Copilot (via Bing)
135
+
136
+ Check your robots.txt for `Disallow` rules targeting any of these. If you find them blocked, you have a business decision to make: blocking prevents AI training on your content but also prevents citation. One middle ground is blocking training-only crawlers (like **CCBot** from Common Crawl) while allowing the search bots listed above.
137
+
138
+ See [references/platform-ranking-factors.md](references/platform-ranking-factors.md) for the full robots.txt configuration.
139
+
140
+ ---
141
+
142
+ ## Optimization Strategy
143
+
144
+ ### The Three Pillars
145
+
146
+ ```
147
+ 1. Structure (make it extractable)
148
+ 2. Authority (make it citable)
149
+ 3. Presence (be where AI looks)
150
+ ```
151
+
152
+ ### Pillar 1: Structure — Make Content Extractable
153
+
154
+ AI systems extract passages, not pages. Every key claim should work as a standalone statement.
155
+
156
+ **Content block patterns:**
157
+ - **Definition blocks** for "What is X?" queries
158
+ - **Step-by-step blocks** for "How to X" queries
159
+ - **Comparison tables** for "X vs Y" queries
160
+ - **Pros/cons blocks** for evaluation queries
161
+ - **FAQ blocks** for common questions
162
+ - **Statistic blocks** with cited sources
163
+
164
+ For detailed templates for each block type, see [references/content-patterns.md](references/content-patterns.md).
165
+
166
+ **Structural rules:**
167
+ - Lead every section with a direct answer (don't bury it)
168
+ - Keep key answer passages to 40-60 words (optimal for snippet extraction)
169
+ - Use H2/H3 headings that match how people phrase queries
170
+ - Tables beat prose for comparison content
171
+ - Numbered lists beat paragraphs for process content
172
+ - Each paragraph should convey one clear idea
173
+
174
+ ### Pillar 2: Authority — Make Content Citable
175
+
176
+ AI systems prefer sources they can trust. Build citation-worthiness.
177
+
178
+ **The Princeton GEO research** (KDD 2024, studied across Perplexity.ai) ranked 9 optimization methods:
179
+
180
+ | Method | Visibility Boost | How to Apply |
181
+ |--------|:---------------:|--------------|
182
+ | **Cite sources** | +40% | Add authoritative references with links |
183
+ | **Add statistics** | +37% | Include specific numbers with sources |
184
+ | **Add quotations** | +30% | Expert quotes with name and title |
185
+ | **Authoritative tone** | +25% | Write with demonstrated expertise |
186
+ | **Improve clarity** | +20% | Simplify complex concepts |
187
+ | **Technical terms** | +18% | Use domain-specific terminology |
188
+ | **Unique vocabulary** | +15% | Increase word diversity |
189
+ | **Fluency optimization** | +15-30% | Improve readability and flow |
190
+ | ~~Keyword stuffing~~ | **-10%** | **Actively hurts AI visibility** |
191
+
192
+ **Best combination:** Fluency + Statistics = maximum boost. Low-ranking sites benefit even more — up to 115% visibility increase with citations.
193
+
194
+ **Statistics and data** (+37-40% citation boost)
195
+ - Include specific numbers with sources
196
+ - Cite original research, not summaries of research
197
+ - Add dates to all statistics
198
+ - Original data beats aggregated data
199
+
200
+ **Expert attribution** (+25-30% citation boost)
201
+ - Named authors with credentials
202
+ - Expert quotes with titles and organizations
203
+ - "According to [Source]" framing for claims
204
+ - Author bios with relevant expertise
205
+
206
+ **Freshness signals**
207
+ - "Last updated: [date]" prominently displayed
208
+ - Regular content refreshes (quarterly minimum for competitive topics)
209
+ - Current year references and recent statistics
210
+ - Remove or update outdated information
211
+
212
+ **E-E-A-T alignment**
213
+ - First-hand experience demonstrated
214
+ - Specific, detailed information (not generic)
215
+ - Transparent sourcing and methodology
216
+ - Clear author expertise for the topic
217
+
218
+ ### Pillar 3: Presence — Be Where AI Looks
219
+
220
+ AI systems don't just cite your website — they cite where you appear.
221
+
222
+ **Third-party sources matter more than your own site:**
223
+ - Wikipedia mentions (7.8% of all ChatGPT citations)
224
+ - Reddit discussions (1.8% of ChatGPT citations)
225
+ - Industry publications and guest posts
226
+ - Review sites (G2, Capterra, TrustRadius for B2B SaaS)
227
+ - YouTube (frequently cited by Google AI Overviews)
228
+ - Quora answers
229
+
230
+ **Actions:**
231
+ - Ensure your Wikipedia page is accurate and current
232
+ - Participate authentically in Reddit communities
233
+ - Get featured in industry roundups and comparison articles
234
+ - Maintain updated profiles on relevant review platforms
235
+ - Create YouTube content for key how-to queries
236
+ - Answer relevant Quora questions with depth
237
+
238
+ ### Schema Markup for AI
239
+
240
+ Structured data helps AI systems understand your content. Key schemas:
241
+
242
+ | Content Type | Schema | Why It Helps |
243
+ |-------------|--------|-------------|
244
+ | Articles/Blog posts | `Article`, `BlogPosting` | Author, date, topic identification |
245
+ | How-to content | `HowTo` | Step extraction for process queries |
246
+ | FAQs | `FAQPage` | Direct Q&A extraction |
247
+ | Products | `Product` | Pricing, features, reviews |
248
+ | Comparisons | `ItemList` | Structured comparison data |
249
+ | Reviews | `Review`, `AggregateRating` | Trust signals |
250
+ | Organization | `Organization` | Entity recognition |
251
+
252
+ Content with proper schema shows 30-40% higher AI visibility. For implementation, use the **schema-markup** skill.
253
+
254
+ ---
255
+
256
+ ## Content Types That Get Cited Most
257
+
258
+ Not all content is equally citable. Prioritize these formats:
259
+
260
+ | Content Type | Citation Share | Why AI Cites It |
261
+ |-------------|:------------:|----------------|
262
+ | **Comparison articles** | ~33% | Structured, balanced, high-intent |
263
+ | **Definitive guides** | ~15% | Comprehensive, authoritative |
264
+ | **Original research/data** | ~12% | Unique, citable statistics |
265
+ | **Best-of/listicles** | ~10% | Clear structure, entity-rich |
266
+ | **Product pages** | ~10% | Specific details AI can extract |
267
+ | **How-to guides** | ~8% | Step-by-step structure |
268
+ | **Opinion/analysis** | ~10% | Expert perspective, quotable |
269
+
270
+ **Underperformers for AI citation:**
271
+ - Generic blog posts without structure
272
+ - Thin product pages with marketing fluff
273
+ - Gated content (AI can't access it)
274
+ - Content without dates or author attribution
275
+ - PDF-only content (harder for AI to parse)
276
+
277
+ ---
278
+
279
+ ## Monitoring AI Visibility
280
+
281
+ ### What to Track
282
+
283
+ | Metric | What It Measures | How to Check |
284
+ |--------|-----------------|-------------|
285
+ | AI Overview presence | Do AI Overviews appear for your queries? | Manual check or Semrush/Ahrefs |
286
+ | Brand citation rate | How often you're cited in AI answers | AI visibility tools (see below) |
287
+ | Share of AI voice | Your citations vs. competitors | Peec AI, Otterly, ZipTie |
288
+ | Citation sentiment | How AI describes your brand | Manual review + monitoring tools |
289
+ | Source attribution | Which of your pages get cited | Track referral traffic from AI sources |
290
+
291
+ ### AI Visibility Monitoring Tools
292
+
293
+ | Tool | Coverage | Best For |
294
+ |------|----------|----------|
295
+ | **Otterly AI** | ChatGPT, Perplexity, Google AI Overviews | Share of AI voice tracking |
296
+ | **Peec AI** | ChatGPT, Gemini, Perplexity, Claude, Copilot+ | Multi-platform monitoring at scale |
297
+ | **ZipTie** | Google AI Overviews, ChatGPT, Perplexity | Brand mention + sentiment tracking |
298
+ | **LLMrefs** | ChatGPT, Perplexity, AI Overviews, Gemini | SEO keyword → AI visibility mapping |
299
+
300
+ ### DIY Monitoring (No Tools)
301
+
302
+ Monthly manual check:
303
+ 1. Pick your top 20 queries
304
+ 2. Run each through ChatGPT, Perplexity, and Google
305
+ 3. Record: Are you cited? Who is? What page?
306
+ 4. Log in a spreadsheet, track month-over-month
307
+
308
+ ---
309
+
310
+ ## AI SEO for Different Content Types
311
+
312
+ ### SaaS Product Pages
313
+
314
+ **Goal:** Get cited in "What is [category]?" and "Best [category]" queries.
315
+
316
+ **Optimize:**
317
+ - Clear product description in first paragraph (what it does, who it's for)
318
+ - Feature comparison tables (you vs. category, not just competitors)
319
+ - Specific metrics ("processes 10,000 transactions/sec" not "blazing fast")
320
+ - Customer count or social proof with numbers
321
+ - Pricing transparency (AI cites pages with visible pricing)
322
+ - FAQ section addressing common buyer questions
323
+
324
+ ### Blog Content
325
+
326
+ **Goal:** Get cited as an authoritative source on topics in your space.
327
+
328
+ **Optimize:**
329
+ - One clear target query per post (match heading to query)
330
+ - Definition in first paragraph for "What is" queries
331
+ - Original data, research, or expert quotes
332
+ - "Last updated" date visible
333
+ - Author bio with relevant credentials
334
+ - Internal links to related product/feature pages
335
+
336
+ ### Comparison/Alternative Pages
337
+
338
+ **Goal:** Get cited in "[X] vs [Y]" and "Best [X] alternatives" queries.
339
+
340
+ **Optimize:**
341
+ - Structured comparison tables (not just prose)
342
+ - Fair and balanced (AI penalizes obviously biased comparisons)
343
+ - Specific criteria with ratings or scores
344
+ - Updated pricing and feature data
345
+ - Cite the competitor-alternatives skill for building these pages
346
+
347
+ ### Documentation / Help Content
348
+
349
+ **Goal:** Get cited in "How to [X] with [your product]" queries.
350
+
351
+ **Optimize:**
352
+ - Step-by-step format with numbered lists
353
+ - Code examples where relevant
354
+ - HowTo schema markup
355
+ - Screenshots with descriptive alt text
356
+ - Clear prerequisites and expected outcomes
357
+
358
+ ---
359
+
360
+ ## Common Mistakes
361
+
362
+ - **Ignoring AI search entirely** — ~45% of Google searches now show AI Overviews, and ChatGPT/Perplexity are growing fast
363
+ - **Treating AI SEO as separate from SEO** — Good traditional SEO is the foundation; AI SEO adds structure and authority on top
364
+ - **Writing for AI, not humans** — If content reads like it was written to game an algorithm, it won't get cited or convert
365
+ - **No freshness signals** — Undated content loses to dated content because AI systems weight recency heavily. Show when content was last updated
366
+ - **Gating all content** — AI can't access gated content. Keep your most authoritative content open
367
+ - **Ignoring third-party presence** — You may get more AI citations from a Wikipedia mention than from your own blog
368
+ - **No structured data** — Schema markup gives AI systems structured context about your content
369
+ - **Keyword stuffing** — Unlike traditional SEO where it's just ineffective, keyword stuffing actively reduces AI visibility by 10% (Princeton GEO study)
370
+ - **Blocking AI bots** — If GPTBot, PerplexityBot, or ClaudeBot are blocked in robots.txt, those platforms can't cite you
371
+ - **Generic content without data** — "We're the best" won't get cited. "Our customers see 3x improvement in [metric]" will
372
+ - **Forgetting to monitor** — You can't improve what you don't measure. Check AI visibility monthly at minimum
373
+
374
+ ---
375
+
376
+ ## Tool Integrations
377
+
378
+ For implementation, use the SEO and monitoring tools available in the current environment.
379
+
380
+ | Tool | Use For |
381
+ |------|---------|
382
+ | `semrush` | AI Overview tracking, keyword research, content gap analysis |
383
+ | `ahrefs` | Backlink analysis, content explorer, AI Overview data |
384
+ | `gsc` | Search Console performance data, query tracking |
385
+ | `ga4` | Referral traffic from AI sources |
386
+
387
+ ---
388
+
389
+ ## Task-Specific Questions
390
+
391
+ 1. What are your top 10-20 most important queries?
392
+ 2. Have you checked if AI answers exist for those queries today?
393
+ 3. Do you have structured data (schema markup) on your site?
394
+ 4. What content types do you publish? (Blog, docs, comparisons, etc.)
395
+ 5. Are competitors being cited by AI where you're not?
396
+ 6. Do you have a Wikipedia page or presence on review sites?
397
+
398
+ ---
399
+
400
+ ## Related Skills
401
+
402
+ - **seo-audit**: For traditional technical and on-page SEO audits
403
+ - **schema-markup**: For implementing structured data that helps AI understand your content
404
+ - **content-strategy**: For planning what content to create
405
+ - **competitor-alternatives**: For building comparison pages that get cited
406
+ - **programmatic-seo**: For building SEO pages at scale
407
+ - **copywriting**: For writing content that's both human-readable and AI-extractable