@miranda0808/maya-codex 0.1.0
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.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -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,398 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ai-seo
|
|
3
|
+
description: "When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' or 'optimize for Claude/Gemini.' Use this whenever someone wants their content to be cited or surfaced by AI assistants and AI search engines. For traditional technical and on-page SEO audits, see seo-audit. For structured data implementation, see schema-markup."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# AI SEO
|
|
9
|
+
|
|
10
|
+
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.
|
|
11
|
+
|
|
12
|
+
## Before Starting
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
### 1. Current AI Visibility
|
|
20
|
+
- Do you know if your brand appears in AI-generated answers today?
|
|
21
|
+
- Have you checked ChatGPT, Perplexity, or Google AI Overviews for your key queries?
|
|
22
|
+
- What queries matter most to your business?
|
|
23
|
+
|
|
24
|
+
### 2. Content & Domain
|
|
25
|
+
- What type of content do you produce? (Blog, docs, comparisons, product pages)
|
|
26
|
+
- What's your domain authority / traditional SEO strength?
|
|
27
|
+
- Do you have existing structured data (schema markup)?
|
|
28
|
+
|
|
29
|
+
### 3. Goals
|
|
30
|
+
- Get cited as a source in AI answers?
|
|
31
|
+
- Appear in Google AI Overviews for specific queries?
|
|
32
|
+
- Compete with specific brands already getting cited?
|
|
33
|
+
- Optimize existing content or create new AI-optimized content?
|
|
34
|
+
|
|
35
|
+
### 4. Competitive Landscape
|
|
36
|
+
- Who are your top competitors in AI search results?
|
|
37
|
+
- Are they being cited where you're not?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## How AI Search Works
|
|
42
|
+
|
|
43
|
+
### The AI Search Landscape
|
|
44
|
+
|
|
45
|
+
| Platform | How It Works | Source Selection |
|
|
46
|
+
|----------|-------------|----------------|
|
|
47
|
+
| **Google AI Overviews** | Summarizes top-ranking pages | Strong correlation with traditional rankings |
|
|
48
|
+
| **ChatGPT (with search)** | Searches web, cites sources | Draws from wider range, not just top-ranked |
|
|
49
|
+
| **Perplexity** | Always cites sources with links | Favors authoritative, recent, well-structured content |
|
|
50
|
+
| **Gemini** | Google's AI assistant | Pulls from Google index + Knowledge Graph |
|
|
51
|
+
| **Copilot** | Bing-powered AI search | Bing index + authoritative sources |
|
|
52
|
+
| **Claude** | Brave Search (when enabled) | Training data + Brave search results |
|
|
53
|
+
|
|
54
|
+
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).
|
|
55
|
+
|
|
56
|
+
### Key Difference from Traditional SEO
|
|
57
|
+
|
|
58
|
+
Traditional SEO gets you ranked. AI SEO gets you **cited**.
|
|
59
|
+
|
|
60
|
+
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.
|
|
61
|
+
|
|
62
|
+
**Critical stats:**
|
|
63
|
+
- AI Overviews appear in ~45% of Google searches
|
|
64
|
+
- AI Overviews reduce clicks to websites by up to 58%
|
|
65
|
+
- Brands are 6.5x more likely to be cited via third-party sources than their own domains
|
|
66
|
+
- Optimized content gets cited 3x more often than non-optimized
|
|
67
|
+
- Statistics and citations boost visibility by 40%+ across queries
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## AI Visibility Audit
|
|
72
|
+
|
|
73
|
+
Before optimizing, assess your current AI search presence.
|
|
74
|
+
|
|
75
|
+
### Step 1: Check AI Answers for Your Key Queries
|
|
76
|
+
|
|
77
|
+
Test 10-20 of your most important queries across platforms:
|
|
78
|
+
|
|
79
|
+
| Query | Google AI Overview | ChatGPT | Perplexity | You Cited? | Competitors Cited? |
|
|
80
|
+
|-------|:-----------------:|:-------:|:----------:|:----------:|:-----------------:|
|
|
81
|
+
| [query 1] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
|
|
82
|
+
| [query 2] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
|
|
83
|
+
|
|
84
|
+
**Query types to test:**
|
|
85
|
+
- "What is [your product category]?"
|
|
86
|
+
- "Best [product category] for [use case]"
|
|
87
|
+
- "[Your brand] vs [competitor]"
|
|
88
|
+
- "How to [problem your product solves]"
|
|
89
|
+
- "[Your product category] pricing"
|
|
90
|
+
|
|
91
|
+
### Step 2: Analyze Citation Patterns
|
|
92
|
+
|
|
93
|
+
When your competitors get cited and you don't, examine:
|
|
94
|
+
- **Content structure** — Is their content more extractable?
|
|
95
|
+
- **Authority signals** — Do they have more citations, stats, expert quotes?
|
|
96
|
+
- **Freshness** — Is their content more recently updated?
|
|
97
|
+
- **Schema markup** — Do they have structured data you're missing?
|
|
98
|
+
- **Third-party presence** — Are they cited via Wikipedia, Reddit, review sites?
|
|
99
|
+
|
|
100
|
+
### Step 3: Content Extractability Check
|
|
101
|
+
|
|
102
|
+
For each priority page, verify:
|
|
103
|
+
|
|
104
|
+
| Check | Pass/Fail |
|
|
105
|
+
|-------|-----------|
|
|
106
|
+
| Clear definition in first paragraph? | |
|
|
107
|
+
| Self-contained answer blocks (work without surrounding context)? | |
|
|
108
|
+
| Statistics with sources cited? | |
|
|
109
|
+
| Comparison tables for "[X] vs [Y]" queries? | |
|
|
110
|
+
| FAQ section with natural-language questions? | |
|
|
111
|
+
| Schema markup (FAQ, HowTo, Article, Product)? | |
|
|
112
|
+
| Expert attribution (author name, credentials)? | |
|
|
113
|
+
| Recently updated (within 6 months)? | |
|
|
114
|
+
| Heading structure matches query patterns? | |
|
|
115
|
+
| AI bots allowed in robots.txt? | |
|
|
116
|
+
|
|
117
|
+
### Step 4: AI Bot Access Check
|
|
118
|
+
|
|
119
|
+
Verify your robots.txt allows AI crawlers. Each AI platform has its own bot, and blocking it means that platform can't cite you:
|
|
120
|
+
|
|
121
|
+
- **GPTBot** and **ChatGPT-User** — OpenAI (ChatGPT)
|
|
122
|
+
- **PerplexityBot** — Perplexity
|
|
123
|
+
- **ClaudeBot** and **anthropic-ai** — Anthropic (Claude)
|
|
124
|
+
- **Google-Extended** — Google Gemini and AI Overviews
|
|
125
|
+
- **Bingbot** — Microsoft Copilot (via Bing)
|
|
126
|
+
|
|
127
|
+
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.
|
|
128
|
+
|
|
129
|
+
See [references/platform-ranking-factors.md](references/platform-ranking-factors.md) for the full robots.txt configuration.
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## Optimization Strategy
|
|
134
|
+
|
|
135
|
+
### The Three Pillars
|
|
136
|
+
|
|
137
|
+
```
|
|
138
|
+
1. Structure (make it extractable)
|
|
139
|
+
2. Authority (make it citable)
|
|
140
|
+
3. Presence (be where AI looks)
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
### Pillar 1: Structure — Make Content Extractable
|
|
144
|
+
|
|
145
|
+
AI systems extract passages, not pages. Every key claim should work as a standalone statement.
|
|
146
|
+
|
|
147
|
+
**Content block patterns:**
|
|
148
|
+
- **Definition blocks** for "What is X?" queries
|
|
149
|
+
- **Step-by-step blocks** for "How to X" queries
|
|
150
|
+
- **Comparison tables** for "X vs Y" queries
|
|
151
|
+
- **Pros/cons blocks** for evaluation queries
|
|
152
|
+
- **FAQ blocks** for common questions
|
|
153
|
+
- **Statistic blocks** with cited sources
|
|
154
|
+
|
|
155
|
+
For detailed templates for each block type, see [references/content-patterns.md](references/content-patterns.md).
|
|
156
|
+
|
|
157
|
+
**Structural rules:**
|
|
158
|
+
- Lead every section with a direct answer (don't bury it)
|
|
159
|
+
- Keep key answer passages to 40-60 words (optimal for snippet extraction)
|
|
160
|
+
- Use H2/H3 headings that match how people phrase queries
|
|
161
|
+
- Tables beat prose for comparison content
|
|
162
|
+
- Numbered lists beat paragraphs for process content
|
|
163
|
+
- Each paragraph should convey one clear idea
|
|
164
|
+
|
|
165
|
+
### Pillar 2: Authority — Make Content Citable
|
|
166
|
+
|
|
167
|
+
AI systems prefer sources they can trust. Build citation-worthiness.
|
|
168
|
+
|
|
169
|
+
**The Princeton GEO research** (KDD 2024, studied across Perplexity.ai) ranked 9 optimization methods:
|
|
170
|
+
|
|
171
|
+
| Method | Visibility Boost | How to Apply |
|
|
172
|
+
|--------|:---------------:|--------------|
|
|
173
|
+
| **Cite sources** | +40% | Add authoritative references with links |
|
|
174
|
+
| **Add statistics** | +37% | Include specific numbers with sources |
|
|
175
|
+
| **Add quotations** | +30% | Expert quotes with name and title |
|
|
176
|
+
| **Authoritative tone** | +25% | Write with demonstrated expertise |
|
|
177
|
+
| **Improve clarity** | +20% | Simplify complex concepts |
|
|
178
|
+
| **Technical terms** | +18% | Use domain-specific terminology |
|
|
179
|
+
| **Unique vocabulary** | +15% | Increase word diversity |
|
|
180
|
+
| **Fluency optimization** | +15-30% | Improve readability and flow |
|
|
181
|
+
| ~~Keyword stuffing~~ | **-10%** | **Actively hurts AI visibility** |
|
|
182
|
+
|
|
183
|
+
**Best combination:** Fluency + Statistics = maximum boost. Low-ranking sites benefit even more — up to 115% visibility increase with citations.
|
|
184
|
+
|
|
185
|
+
**Statistics and data** (+37-40% citation boost)
|
|
186
|
+
- Include specific numbers with sources
|
|
187
|
+
- Cite original research, not summaries of research
|
|
188
|
+
- Add dates to all statistics
|
|
189
|
+
- Original data beats aggregated data
|
|
190
|
+
|
|
191
|
+
**Expert attribution** (+25-30% citation boost)
|
|
192
|
+
- Named authors with credentials
|
|
193
|
+
- Expert quotes with titles and organizations
|
|
194
|
+
- "According to [Source]" framing for claims
|
|
195
|
+
- Author bios with relevant expertise
|
|
196
|
+
|
|
197
|
+
**Freshness signals**
|
|
198
|
+
- "Last updated: [date]" prominently displayed
|
|
199
|
+
- Regular content refreshes (quarterly minimum for competitive topics)
|
|
200
|
+
- Current year references and recent statistics
|
|
201
|
+
- Remove or update outdated information
|
|
202
|
+
|
|
203
|
+
**E-E-A-T alignment**
|
|
204
|
+
- First-hand experience demonstrated
|
|
205
|
+
- Specific, detailed information (not generic)
|
|
206
|
+
- Transparent sourcing and methodology
|
|
207
|
+
- Clear author expertise for the topic
|
|
208
|
+
|
|
209
|
+
### Pillar 3: Presence — Be Where AI Looks
|
|
210
|
+
|
|
211
|
+
AI systems don't just cite your website — they cite where you appear.
|
|
212
|
+
|
|
213
|
+
**Third-party sources matter more than your own site:**
|
|
214
|
+
- Wikipedia mentions (7.8% of all ChatGPT citations)
|
|
215
|
+
- Reddit discussions (1.8% of ChatGPT citations)
|
|
216
|
+
- Industry publications and guest posts
|
|
217
|
+
- Review sites (G2, Capterra, TrustRadius for B2B SaaS)
|
|
218
|
+
- YouTube (frequently cited by Google AI Overviews)
|
|
219
|
+
- Quora answers
|
|
220
|
+
|
|
221
|
+
**Actions:**
|
|
222
|
+
- Ensure your Wikipedia page is accurate and current
|
|
223
|
+
- Participate authentically in Reddit communities
|
|
224
|
+
- Get featured in industry roundups and comparison articles
|
|
225
|
+
- Maintain updated profiles on relevant review platforms
|
|
226
|
+
- Create YouTube content for key how-to queries
|
|
227
|
+
- Answer relevant Quora questions with depth
|
|
228
|
+
|
|
229
|
+
### Schema Markup for AI
|
|
230
|
+
|
|
231
|
+
Structured data helps AI systems understand your content. Key schemas:
|
|
232
|
+
|
|
233
|
+
| Content Type | Schema | Why It Helps |
|
|
234
|
+
|-------------|--------|-------------|
|
|
235
|
+
| Articles/Blog posts | `Article`, `BlogPosting` | Author, date, topic identification |
|
|
236
|
+
| How-to content | `HowTo` | Step extraction for process queries |
|
|
237
|
+
| FAQs | `FAQPage` | Direct Q&A extraction |
|
|
238
|
+
| Products | `Product` | Pricing, features, reviews |
|
|
239
|
+
| Comparisons | `ItemList` | Structured comparison data |
|
|
240
|
+
| Reviews | `Review`, `AggregateRating` | Trust signals |
|
|
241
|
+
| Organization | `Organization` | Entity recognition |
|
|
242
|
+
|
|
243
|
+
Content with proper schema shows 30-40% higher AI visibility. For implementation, use the **schema-markup** skill.
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## Content Types That Get Cited Most
|
|
248
|
+
|
|
249
|
+
Not all content is equally citable. Prioritize these formats:
|
|
250
|
+
|
|
251
|
+
| Content Type | Citation Share | Why AI Cites It |
|
|
252
|
+
|-------------|:------------:|----------------|
|
|
253
|
+
| **Comparison articles** | ~33% | Structured, balanced, high-intent |
|
|
254
|
+
| **Definitive guides** | ~15% | Comprehensive, authoritative |
|
|
255
|
+
| **Original research/data** | ~12% | Unique, citable statistics |
|
|
256
|
+
| **Best-of/listicles** | ~10% | Clear structure, entity-rich |
|
|
257
|
+
| **Product pages** | ~10% | Specific details AI can extract |
|
|
258
|
+
| **How-to guides** | ~8% | Step-by-step structure |
|
|
259
|
+
| **Opinion/analysis** | ~10% | Expert perspective, quotable |
|
|
260
|
+
|
|
261
|
+
**Underperformers for AI citation:**
|
|
262
|
+
- Generic blog posts without structure
|
|
263
|
+
- Thin product pages with marketing fluff
|
|
264
|
+
- Gated content (AI can't access it)
|
|
265
|
+
- Content without dates or author attribution
|
|
266
|
+
- PDF-only content (harder for AI to parse)
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
## Monitoring AI Visibility
|
|
271
|
+
|
|
272
|
+
### What to Track
|
|
273
|
+
|
|
274
|
+
| Metric | What It Measures | How to Check |
|
|
275
|
+
|--------|-----------------|-------------|
|
|
276
|
+
| AI Overview presence | Do AI Overviews appear for your queries? | Manual check or Semrush/Ahrefs |
|
|
277
|
+
| Brand citation rate | How often you're cited in AI answers | AI visibility tools (see below) |
|
|
278
|
+
| Share of AI voice | Your citations vs. competitors | Peec AI, Otterly, ZipTie |
|
|
279
|
+
| Citation sentiment | How AI describes your brand | Manual review + monitoring tools |
|
|
280
|
+
| Source attribution | Which of your pages get cited | Track referral traffic from AI sources |
|
|
281
|
+
|
|
282
|
+
### AI Visibility Monitoring Tools
|
|
283
|
+
|
|
284
|
+
| Tool | Coverage | Best For |
|
|
285
|
+
|------|----------|----------|
|
|
286
|
+
| **Otterly AI** | ChatGPT, Perplexity, Google AI Overviews | Share of AI voice tracking |
|
|
287
|
+
| **Peec AI** | ChatGPT, Gemini, Perplexity, Claude, Copilot+ | Multi-platform monitoring at scale |
|
|
288
|
+
| **ZipTie** | Google AI Overviews, ChatGPT, Perplexity | Brand mention + sentiment tracking |
|
|
289
|
+
| **LLMrefs** | ChatGPT, Perplexity, AI Overviews, Gemini | SEO keyword → AI visibility mapping |
|
|
290
|
+
|
|
291
|
+
### DIY Monitoring (No Tools)
|
|
292
|
+
|
|
293
|
+
Monthly manual check:
|
|
294
|
+
1. Pick your top 20 queries
|
|
295
|
+
2. Run each through ChatGPT, Perplexity, and Google
|
|
296
|
+
3. Record: Are you cited? Who is? What page?
|
|
297
|
+
4. Log in a spreadsheet, track month-over-month
|
|
298
|
+
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
## AI SEO for Different Content Types
|
|
302
|
+
|
|
303
|
+
### SaaS Product Pages
|
|
304
|
+
|
|
305
|
+
**Goal:** Get cited in "What is [category]?" and "Best [category]" queries.
|
|
306
|
+
|
|
307
|
+
**Optimize:**
|
|
308
|
+
- Clear product description in first paragraph (what it does, who it's for)
|
|
309
|
+
- Feature comparison tables (you vs. category, not just competitors)
|
|
310
|
+
- Specific metrics ("processes 10,000 transactions/sec" not "blazing fast")
|
|
311
|
+
- Customer count or social proof with numbers
|
|
312
|
+
- Pricing transparency (AI cites pages with visible pricing)
|
|
313
|
+
- FAQ section addressing common buyer questions
|
|
314
|
+
|
|
315
|
+
### Blog Content
|
|
316
|
+
|
|
317
|
+
**Goal:** Get cited as an authoritative source on topics in your space.
|
|
318
|
+
|
|
319
|
+
**Optimize:**
|
|
320
|
+
- One clear target query per post (match heading to query)
|
|
321
|
+
- Definition in first paragraph for "What is" queries
|
|
322
|
+
- Original data, research, or expert quotes
|
|
323
|
+
- "Last updated" date visible
|
|
324
|
+
- Author bio with relevant credentials
|
|
325
|
+
- Internal links to related product/feature pages
|
|
326
|
+
|
|
327
|
+
### Comparison/Alternative Pages
|
|
328
|
+
|
|
329
|
+
**Goal:** Get cited in "[X] vs [Y]" and "Best [X] alternatives" queries.
|
|
330
|
+
|
|
331
|
+
**Optimize:**
|
|
332
|
+
- Structured comparison tables (not just prose)
|
|
333
|
+
- Fair and balanced (AI penalizes obviously biased comparisons)
|
|
334
|
+
- Specific criteria with ratings or scores
|
|
335
|
+
- Updated pricing and feature data
|
|
336
|
+
- Cite the competitor-alternatives skill for building these pages
|
|
337
|
+
|
|
338
|
+
### Documentation / Help Content
|
|
339
|
+
|
|
340
|
+
**Goal:** Get cited in "How to [X] with [your product]" queries.
|
|
341
|
+
|
|
342
|
+
**Optimize:**
|
|
343
|
+
- Step-by-step format with numbered lists
|
|
344
|
+
- Code examples where relevant
|
|
345
|
+
- HowTo schema markup
|
|
346
|
+
- Screenshots with descriptive alt text
|
|
347
|
+
- Clear prerequisites and expected outcomes
|
|
348
|
+
|
|
349
|
+
---
|
|
350
|
+
|
|
351
|
+
## Common Mistakes
|
|
352
|
+
|
|
353
|
+
- **Ignoring AI search entirely** — ~45% of Google searches now show AI Overviews, and ChatGPT/Perplexity are growing fast
|
|
354
|
+
- **Treating AI SEO as separate from SEO** — Good traditional SEO is the foundation; AI SEO adds structure and authority on top
|
|
355
|
+
- **Writing for AI, not humans** — If content reads like it was written to game an algorithm, it won't get cited or convert
|
|
356
|
+
- **No freshness signals** — Undated content loses to dated content because AI systems weight recency heavily. Show when content was last updated
|
|
357
|
+
- **Gating all content** — AI can't access gated content. Keep your most authoritative content open
|
|
358
|
+
- **Ignoring third-party presence** — You may get more AI citations from a Wikipedia mention than from your own blog
|
|
359
|
+
- **No structured data** — Schema markup gives AI systems structured context about your content
|
|
360
|
+
- **Keyword stuffing** — Unlike traditional SEO where it's just ineffective, keyword stuffing actively reduces AI visibility by 10% (Princeton GEO study)
|
|
361
|
+
- **Blocking AI bots** — If GPTBot, PerplexityBot, or ClaudeBot are blocked in robots.txt, those platforms can't cite you
|
|
362
|
+
- **Generic content without data** — "We're the best" won't get cited. "Our customers see 3x improvement in [metric]" will
|
|
363
|
+
- **Forgetting to monitor** — You can't improve what you don't measure. Check AI visibility monthly at minimum
|
|
364
|
+
|
|
365
|
+
---
|
|
366
|
+
|
|
367
|
+
## Tool Integrations
|
|
368
|
+
|
|
369
|
+
For implementation, see the [tools registry](../../tools/REGISTRY.md).
|
|
370
|
+
|
|
371
|
+
| Tool | Use For |
|
|
372
|
+
|------|---------|
|
|
373
|
+
| `semrush` | AI Overview tracking, keyword research, content gap analysis |
|
|
374
|
+
| `ahrefs` | Backlink analysis, content explorer, AI Overview data |
|
|
375
|
+
| `gsc` | Search Console performance data, query tracking |
|
|
376
|
+
| `ga4` | Referral traffic from AI sources |
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
## Task-Specific Questions
|
|
381
|
+
|
|
382
|
+
1. What are your top 10-20 most important queries?
|
|
383
|
+
2. Have you checked if AI answers exist for those queries today?
|
|
384
|
+
3. Do you have structured data (schema markup) on your site?
|
|
385
|
+
4. What content types do you publish? (Blog, docs, comparisons, etc.)
|
|
386
|
+
5. Are competitors being cited by AI where you're not?
|
|
387
|
+
6. Do you have a Wikipedia page or presence on review sites?
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
## Related Skills
|
|
392
|
+
|
|
393
|
+
- **seo-audit**: For traditional technical and on-page SEO audits
|
|
394
|
+
- **schema-markup**: For implementing structured data that helps AI understand your content
|
|
395
|
+
- **content-strategy**: For planning what content to create
|
|
396
|
+
- **competitor-alternatives**: For building comparison pages that get cited
|
|
397
|
+
- **programmatic-seo**: For building SEO pages at scale
|
|
398
|
+
- **copywriting**: For writing content that's both human-readable and AI-extractable
|