arkaos 4.26.0 → 4.28.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 +7 -5
- package/THE-ARKAOS-GUIDE.md +7 -7
- package/VERSION +1 -1
- package/arka/SKILL.md +1 -1
- package/arka/skills/human-writing/SKILL.md +106 -0
- package/arka/skills/human-writing/references/anti-slop-phrases.md +131 -0
- package/arka/skills/human-writing/references/checklist.md +66 -0
- package/arka/skills/human-writing/references/content-refresh.md +38 -0
- package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
- package/arka/skills/human-writing/references/pt-pt-anti-slop.md +82 -0
- package/arka/skills/human-writing/references/stop-slop.LICENSE +21 -0
- package/arka/skills/human-writing/references/structural-patterns.md +151 -0
- package/config/claude-agents/content-marketer.md +1 -1
- package/config/claude-agents/content-strategist.md +1 -1
- package/config/claude-agents/eduardo-copy.md +13 -0
- package/config/claude-agents/lifecycle-marketer.md +50 -0
- package/config/claude-agents/pr-partnerships.md +50 -0
- package/config/claude-agents/product-marketer.md +50 -0
- package/config/claude-agents/repurpose-distributor.md +1 -1
- package/config/claude-agents/sales-copywriter.md +1 -1
- package/config/claude-agents/scriptwriter.md +1 -1
- package/config/claude-agents/viral-engineer.md +1 -1
- package/config/evals/community.yaml +137 -0
- package/config/evals/content.yaml +298 -0
- package/config/evals/landing.yaml +927 -0
- package/config/evals/marketing.yaml +3836 -0
- package/config/evals/saas.yaml +616 -0
- package/config/evals/sales.yaml +437 -0
- package/config/skills-curated.yaml +2 -2
- package/config/skills-provenance.yaml +194 -21
- package/core/registry/generator.py +7 -0
- package/departments/community/SKILL.md +1 -0
- package/departments/community/skills/community-marketing/SKILL.md +200 -0
- package/departments/content/SKILL.md +1 -0
- package/departments/content/agents/content-strategist.yaml +1 -0
- package/departments/content/agents/repurpose-distributor.yaml +1 -0
- package/departments/content/agents/scriptwriter.yaml +1 -0
- package/departments/content/agents/viral-engineer.yaml +1 -0
- package/departments/content/skills/image-create/SKILL.md +375 -0
- package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
- package/departments/content/skills/video-produce/SKILL.md +220 -0
- package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
- package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
- package/departments/landing/SKILL.md +3 -0
- package/departments/landing/agents/sales-copywriter.yaml +1 -0
- package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
- package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
- package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
- package/departments/landing/skills/copy-framework/SKILL.md +241 -0
- package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
- package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
- package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
- package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
- package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
- package/departments/landing/skills/offer-create/SKILL.md +105 -8
- package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
- package/departments/landing/skills/offer-create/references/examples.md +215 -0
- package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
- package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
- package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
- package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
- package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
- package/departments/landing/skills/optimize-page/SKILL.md +185 -4
- package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
- package/departments/landing/skills/optimize-page/references/form.md +422 -0
- package/departments/landing/skills/page-architect/SKILL.md +373 -5
- package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
- package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
- package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
- package/departments/landing/skills/popup-design/SKILL.md +481 -0
- package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
- package/departments/marketing/SKILL.md +22 -1
- package/departments/marketing/agents/content-marketer.yaml +1 -0
- package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +75 -0
- package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
- package/departments/marketing/agents/growth-marketing/product-marketer.yaml +79 -0
- package/departments/marketing/agents/marketing-director.yaml +1 -0
- package/departments/marketing/skills/ab-test/SKILL.md +322 -3
- package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
- package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
- package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
- package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
- package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
- package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
- package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
- package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
- package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
- package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
- package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
- package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
- package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
- package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
- package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
- package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
- package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
- package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
- package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
- package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
- package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
- package/departments/marketing/skills/aso/SKILL.md +336 -0
- package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
- package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
- package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
- package/departments/marketing/skills/aso/references/report-template.md +213 -0
- package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
- package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
- package/departments/marketing/skills/cold-email/SKILL.md +80 -0
- package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
- package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
- package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
- package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
- package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
- package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
- package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
- package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
- package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
- package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
- package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
- package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
- package/departments/marketing/skills/council/SKILL.md +185 -0
- package/departments/marketing/skills/council/references/advisor-template.md +51 -0
- package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
- package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
- package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
- package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
- package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
- package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
- package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
- package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
- package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
- package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
- package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
- package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
- package/departments/marketing/skills/customer-research/SKILL.md +318 -0
- package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
- package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
- package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
- package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
- package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
- package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
- package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
- package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
- package/departments/marketing/skills/free-tools/SKILL.md +203 -0
- package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
- package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
- package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
- package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
- package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
- package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
- package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
- package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
- package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
- package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
- package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
- package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
- package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
- package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
- package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
- package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
- package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
- package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
- package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
- package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
- package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
- package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
- package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
- package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
- package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
- package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
- package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
- package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
- package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
- package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
- package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
- package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
- package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
- package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
- package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
- package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
- package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
- package/departments/marketing/skills/public-relations/SKILL.md +167 -0
- package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
- package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
- package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
- package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
- package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
- package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
- package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
- package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
- package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
- package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
- package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
- package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
- package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
- package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
- package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
- package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
- package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
- package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
- package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
- package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
- package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
- package/departments/marketing/squad.yaml +10 -1
- package/departments/marketing/tools/LICENSE +21 -0
- package/departments/marketing/tools/REGISTRY.md +590 -0
- package/departments/marketing/tools/clis/README.md +198 -0
- package/departments/marketing/tools/clis/activecampaign.js +435 -0
- package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
- package/departments/marketing/tools/clis/ahrefs.js +192 -0
- package/departments/marketing/tools/clis/airops.js +163 -0
- package/departments/marketing/tools/clis/amplitude.js +182 -0
- package/departments/marketing/tools/clis/apollo.js +142 -0
- package/departments/marketing/tools/clis/beehiiv.js +245 -0
- package/departments/marketing/tools/clis/brevo.js +368 -0
- package/departments/marketing/tools/clis/buffer.js +260 -0
- package/departments/marketing/tools/clis/calendly.js +253 -0
- package/departments/marketing/tools/clis/clay.js +159 -0
- package/departments/marketing/tools/clis/clearbit.js +163 -0
- package/departments/marketing/tools/clis/close.js +232 -0
- package/departments/marketing/tools/clis/coupler.js +173 -0
- package/departments/marketing/tools/clis/crossbeam.js +193 -0
- package/departments/marketing/tools/clis/customer-io.js +205 -0
- package/departments/marketing/tools/clis/dataforseo.js +257 -0
- package/departments/marketing/tools/clis/demio.js +149 -0
- package/departments/marketing/tools/clis/dub.js +158 -0
- package/departments/marketing/tools/clis/exa.js +147 -0
- package/departments/marketing/tools/clis/g2.js +186 -0
- package/departments/marketing/tools/clis/ga4.js +194 -0
- package/departments/marketing/tools/clis/github-prospects.js +257 -0
- package/departments/marketing/tools/clis/google-ads.js +189 -0
- package/departments/marketing/tools/clis/google-search-console.js +166 -0
- package/departments/marketing/tools/clis/hotjar.js +167 -0
- package/departments/marketing/tools/clis/hunter.js +249 -0
- package/departments/marketing/tools/clis/instantly.js +270 -0
- package/departments/marketing/tools/clis/intercom.js +399 -0
- package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
- package/departments/marketing/tools/clis/kit.js +232 -0
- package/departments/marketing/tools/clis/klaviyo.js +348 -0
- package/departments/marketing/tools/clis/lemlist.js +221 -0
- package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
- package/departments/marketing/tools/clis/livestorm.js +292 -0
- package/departments/marketing/tools/clis/mailchimp.js +220 -0
- package/departments/marketing/tools/clis/mention-me.js +161 -0
- package/departments/marketing/tools/clis/meta-ads.js +181 -0
- package/departments/marketing/tools/clis/mixpanel.js +248 -0
- package/departments/marketing/tools/clis/onesignal.js +241 -0
- package/departments/marketing/tools/clis/optimizely.js +233 -0
- package/departments/marketing/tools/clis/outreach.js +213 -0
- package/departments/marketing/tools/clis/paddle.js +385 -0
- package/departments/marketing/tools/clis/partnerstack.js +382 -0
- package/departments/marketing/tools/clis/pendo.js +221 -0
- package/departments/marketing/tools/clis/plausible.js +249 -0
- package/departments/marketing/tools/clis/postmark.js +375 -0
- package/departments/marketing/tools/clis/rankparse.js +196 -0
- package/departments/marketing/tools/clis/resend.js +370 -0
- package/departments/marketing/tools/clis/rewardful.js +160 -0
- package/departments/marketing/tools/clis/savvycal.js +223 -0
- package/departments/marketing/tools/clis/segment.js +192 -0
- package/departments/marketing/tools/clis/semrush.js +207 -0
- package/departments/marketing/tools/clis/sendgrid.js +211 -0
- package/departments/marketing/tools/clis/similarweb.js +214 -0
- package/departments/marketing/tools/clis/snov.js +237 -0
- package/departments/marketing/tools/clis/supermetrics.js +169 -0
- package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
- package/departments/marketing/tools/clis/tolt.js +153 -0
- package/departments/marketing/tools/clis/trustpilot.js +276 -0
- package/departments/marketing/tools/clis/typeform.js +269 -0
- package/departments/marketing/tools/clis/wistia.js +301 -0
- package/departments/marketing/tools/clis/zapier.js +165 -0
- package/departments/marketing/tools/clis/zoominfo.js +223 -0
- package/departments/marketing/tools/composio/README.md +105 -0
- package/departments/marketing/tools/composio/marketing-tools.md +91 -0
- package/departments/marketing/tools/integrations/activecampaign.md +337 -0
- package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
- package/departments/marketing/tools/integrations/ahrefs.md +142 -0
- package/departments/marketing/tools/integrations/airops.md +128 -0
- package/departments/marketing/tools/integrations/amplitude.md +135 -0
- package/departments/marketing/tools/integrations/apollo.md +148 -0
- package/departments/marketing/tools/integrations/attentive.md +152 -0
- package/departments/marketing/tools/integrations/audiencetap.md +125 -0
- package/departments/marketing/tools/integrations/beehiiv.md +157 -0
- package/departments/marketing/tools/integrations/brevo.md +268 -0
- package/departments/marketing/tools/integrations/browserbase.md +111 -0
- package/departments/marketing/tools/integrations/buffer.md +138 -0
- package/departments/marketing/tools/integrations/calendly.md +161 -0
- package/departments/marketing/tools/integrations/clay.md +149 -0
- package/departments/marketing/tools/integrations/clearbit.md +142 -0
- package/departments/marketing/tools/integrations/close.md +191 -0
- package/departments/marketing/tools/integrations/cogny.md +153 -0
- package/departments/marketing/tools/integrations/composio.md +190 -0
- package/departments/marketing/tools/integrations/contentful.md +160 -0
- package/departments/marketing/tools/integrations/coupler.md +142 -0
- package/departments/marketing/tools/integrations/crossbeam.md +137 -0
- package/departments/marketing/tools/integrations/customer-io.md +187 -0
- package/departments/marketing/tools/integrations/dataforseo.md +165 -0
- package/departments/marketing/tools/integrations/demio.md +182 -0
- package/departments/marketing/tools/integrations/dub-co.md +160 -0
- package/departments/marketing/tools/integrations/exa.md +145 -0
- package/departments/marketing/tools/integrations/firecrawl.md +144 -0
- package/departments/marketing/tools/integrations/firehose.md +159 -0
- package/departments/marketing/tools/integrations/g2.md +179 -0
- package/departments/marketing/tools/integrations/ga4.md +126 -0
- package/departments/marketing/tools/integrations/github.md +182 -0
- package/departments/marketing/tools/integrations/gong.md +144 -0
- package/departments/marketing/tools/integrations/google-ads.md +159 -0
- package/departments/marketing/tools/integrations/google-search-console.md +147 -0
- package/departments/marketing/tools/integrations/heygen.md +126 -0
- package/departments/marketing/tools/integrations/hotjar.md +147 -0
- package/departments/marketing/tools/integrations/hubspot.md +178 -0
- package/departments/marketing/tools/integrations/hunter.md +90 -0
- package/departments/marketing/tools/integrations/hyperframes.md +180 -0
- package/departments/marketing/tools/integrations/instantly.md +104 -0
- package/departments/marketing/tools/integrations/intercom.md +292 -0
- package/departments/marketing/tools/integrations/introw.md +182 -0
- package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
- package/departments/marketing/tools/integrations/kit.md +167 -0
- package/departments/marketing/tools/integrations/klaviyo.md +228 -0
- package/departments/marketing/tools/integrations/lemlist.md +110 -0
- package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
- package/departments/marketing/tools/integrations/livestorm.md +313 -0
- package/departments/marketing/tools/integrations/mailchimp.md +150 -0
- package/departments/marketing/tools/integrations/mention-me.md +160 -0
- package/departments/marketing/tools/integrations/meta-ads.md +147 -0
- package/departments/marketing/tools/integrations/mixpanel.md +137 -0
- package/departments/marketing/tools/integrations/nitrosend.md +113 -0
- package/departments/marketing/tools/integrations/onesignal.md +229 -0
- package/departments/marketing/tools/integrations/optimizely.md +171 -0
- package/departments/marketing/tools/integrations/outreach.md +172 -0
- package/departments/marketing/tools/integrations/paddle.md +212 -0
- package/departments/marketing/tools/integrations/partnerstack.md +222 -0
- package/departments/marketing/tools/integrations/pendo.md +208 -0
- package/departments/marketing/tools/integrations/plausible.md +177 -0
- package/departments/marketing/tools/integrations/plivo.md +140 -0
- package/departments/marketing/tools/integrations/posthog.md +151 -0
- package/departments/marketing/tools/integrations/postmark.md +234 -0
- package/departments/marketing/tools/integrations/postscript.md +126 -0
- package/departments/marketing/tools/integrations/rankparse.md +257 -0
- package/departments/marketing/tools/integrations/rb2b.md +110 -0
- package/departments/marketing/tools/integrations/resend.md +212 -0
- package/departments/marketing/tools/integrations/rewardful.md +147 -0
- package/departments/marketing/tools/integrations/salesforce.md +150 -0
- package/departments/marketing/tools/integrations/sanity.md +148 -0
- package/departments/marketing/tools/integrations/savvycal.md +181 -0
- package/departments/marketing/tools/integrations/segment.md +159 -0
- package/departments/marketing/tools/integrations/semrush.md +121 -0
- package/departments/marketing/tools/integrations/sendgrid.md +161 -0
- package/departments/marketing/tools/integrations/sequenzy.md +306 -0
- package/departments/marketing/tools/integrations/shopify.md +176 -0
- package/departments/marketing/tools/integrations/similarweb.md +150 -0
- package/departments/marketing/tools/integrations/snov.md +94 -0
- package/departments/marketing/tools/integrations/sparktoro.md +127 -0
- package/departments/marketing/tools/integrations/strapi.md +167 -0
- package/departments/marketing/tools/integrations/stripe.md +148 -0
- package/departments/marketing/tools/integrations/supermetrics.md +145 -0
- package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
- package/departments/marketing/tools/integrations/tolt.md +144 -0
- package/departments/marketing/tools/integrations/truelist.md +184 -0
- package/departments/marketing/tools/integrations/trustpilot.md +191 -0
- package/departments/marketing/tools/integrations/twilio.md +152 -0
- package/departments/marketing/tools/integrations/typeform.md +190 -0
- package/departments/marketing/tools/integrations/webflow.md +198 -0
- package/departments/marketing/tools/integrations/wistia.md +164 -0
- package/departments/marketing/tools/integrations/wordpress.md +175 -0
- package/departments/marketing/tools/integrations/zapier.md +244 -0
- package/departments/marketing/tools/integrations/zoominfo.md +191 -0
- package/departments/quality/agents/copy-director.yaml +1 -0
- package/departments/saas/SKILL.md +1 -0
- package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
- package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
- package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
- package/departments/saas/skills/launch-execute/SKILL.md +346 -4
- package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
- package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
- package/departments/saas/skills/paywall-design/SKILL.md +256 -0
- package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
- package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
- package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
- package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/departments/sales/SKILL.md +3 -0
- package/departments/sales/skills/prospecting/SKILL.md +297 -0
- package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
- package/departments/sales/skills/prospecting/references/compliance.md +123 -0
- package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
- package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
- package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
- package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
- package/departments/sales/skills/revops/SKILL.md +379 -0
- package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
- package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
- package/departments/sales/skills/revops/references/routing-rules.md +203 -0
- package/departments/sales/skills/revops/references/scoring-models.md +247 -0
- package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
- package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
- package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/harness/codex/AGENTS.md +8 -8
- package/harness/copilot/copilot-instructions.md +8 -8
- package/harness/cursor/rules/arkaos.mdc +9 -9
- package/harness/gemini/GEMINI.md +8 -8
- package/harness/opencode/AGENTS.md +8 -8
- package/harness/zed/.rules +8 -8
- package/knowledge/agents-registry-v2.json +170 -8
- package/knowledge/commands-registry.json +693 -99
- package/knowledge/skills-manifest.json +459 -20
- package/package.json +1 -1
- package/pyproject.toml +1 -1
- package/scripts/tools/evals_import.py +183 -0
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mkt/ai-seo
|
|
3
|
+
description: >
|
|
4
|
+
Optimize content to be cited and surfaced by AI search engines and LLMs
|
|
5
|
+
(Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot) —
|
|
6
|
+
answer/generative engine optimization (AEO/GEO), llms.txt, OKF bundles,
|
|
7
|
+
and extractable structure. Auditoria e otimização de SEO para IA —
|
|
8
|
+
"aparecer nas respostas do ChatGPT", "ser citado pelos LLMs". TRIGGER:
|
|
9
|
+
"AI SEO", "AEO", "GEO", "LLMO", "answer engine optimization", "generative
|
|
10
|
+
engine optimization", "AI Overviews", "optimize for ChatGPT or Perplexity
|
|
11
|
+
or Claude", "AI citations", "AI visibility", "zero-click search",
|
|
12
|
+
"llms.txt", "OKF", "Open Knowledge Format", "agent-readable site",
|
|
13
|
+
"/mkt ai-seo".
|
|
14
|
+
SKIP: traditional technical/on-page SEO audit -> mkt/seo-audit;
|
|
15
|
+
structured-data implementation -> mkt/schema-markup; building SEO pages
|
|
16
|
+
at scale -> mkt/programmatic-seo.
|
|
17
|
+
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
18
|
+
metadata:
|
|
19
|
+
origin: community
|
|
20
|
+
source: https://github.com/coreyhaines31/marketingskills
|
|
21
|
+
license: MIT
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
<!-- arka:kb-first-prefix begin -->
|
|
25
|
+
> **KB-first:** query `mcp__obsidian__search_notes` (and
|
|
26
|
+
> `mcp__graphify__query_graph` when configured) and cite `[[wikilinks]]`
|
|
27
|
+
> or graph nodes — or declare the gap — BEFORE any external research.
|
|
28
|
+
> Full doctrine: `arka/SKILL.md` (KB-First Research).
|
|
29
|
+
<!-- arka:kb-first-prefix end -->
|
|
30
|
+
|
|
31
|
+
# AI SEO — `/mkt ai-seo`
|
|
32
|
+
|
|
33
|
+
> **Agent:** Ana (SEO Specialist) | **Frameworks:** GEO (Princeton KDD 2024), E-E-A-T, Three Pillars (Structure/Authority/Presence)
|
|
34
|
+
|
|
35
|
+
**Context:** read the product marketing context first —
|
|
36
|
+
`WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
|
|
37
|
+
else the project-local `.agents/product-marketing.md`. If neither exists,
|
|
38
|
+
offer to run `/mkt product-marketing`.
|
|
39
|
+
|
|
40
|
+
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.
|
|
41
|
+
|
|
42
|
+
## Before Starting
|
|
43
|
+
|
|
44
|
+
Gather this context (ask if not provided) — beyond the product marketing
|
|
45
|
+
context (see Context above):
|
|
46
|
+
|
|
47
|
+
### 1. Current AI Visibility
|
|
48
|
+
- Do you know if your brand appears in AI-generated answers today?
|
|
49
|
+
- Have you checked ChatGPT, Perplexity, or Google AI Overviews for your key queries?
|
|
50
|
+
- What queries matter most to your business?
|
|
51
|
+
|
|
52
|
+
### 2. Content & Domain
|
|
53
|
+
- What type of content do you produce? (Blog, docs, comparisons, product pages)
|
|
54
|
+
- What's your domain authority / traditional SEO strength?
|
|
55
|
+
- Do you have existing structured data (schema markup)?
|
|
56
|
+
|
|
57
|
+
### 3. Goals
|
|
58
|
+
- Get cited as a source in AI answers?
|
|
59
|
+
- Appear in Google AI Overviews for specific queries?
|
|
60
|
+
- Compete with specific brands already getting cited?
|
|
61
|
+
- Optimize existing content or create new AI-optimized content?
|
|
62
|
+
|
|
63
|
+
### 4. Competitive Landscape
|
|
64
|
+
- Who are your top competitors in AI search results?
|
|
65
|
+
- Are they being cited where you're not?
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## How AI Search Works
|
|
70
|
+
|
|
71
|
+
### The AI Search Landscape
|
|
72
|
+
|
|
73
|
+
| Platform | How It Works | Source Selection |
|
|
74
|
+
|----------|-------------|----------------|
|
|
75
|
+
| **Google AI Overviews** | Summarizes top-ranking pages | Strong correlation with traditional rankings |
|
|
76
|
+
| **ChatGPT (with search)** | Searches web, cites sources | Draws from wider range, not just top-ranked |
|
|
77
|
+
| **Perplexity** | Always cites sources with links | Favors authoritative, recent, well-structured content |
|
|
78
|
+
| **Gemini** | Google's AI assistant | Pulls from Google index + Knowledge Graph |
|
|
79
|
+
| **Copilot** | Bing-powered AI search | Bing index + authoritative sources |
|
|
80
|
+
| **Claude** | Brave Search (when enabled) | Training data + Brave search results |
|
|
81
|
+
|
|
82
|
+
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).
|
|
83
|
+
|
|
84
|
+
### Key Difference from Traditional SEO
|
|
85
|
+
|
|
86
|
+
Traditional SEO gets you ranked. AI SEO gets you **cited**.
|
|
87
|
+
|
|
88
|
+
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.
|
|
89
|
+
|
|
90
|
+
**Critical stats:**
|
|
91
|
+
- AI Overviews appear in ~45% of Google searches
|
|
92
|
+
- AI Overviews reduce clicks to websites by up to 58%
|
|
93
|
+
- Brands are 6.5x more likely to be cited via third-party sources than their own domains
|
|
94
|
+
- Optimized content gets cited 3x more often than non-optimized
|
|
95
|
+
- Statistics and citations boost visibility by 40%+ across queries
|
|
96
|
+
|
|
97
|
+
### Google's Official Stance vs. Multi-Platform Reality
|
|
98
|
+
|
|
99
|
+
This is important to read once before doing anything else.
|
|
100
|
+
|
|
101
|
+
**Google's position** ([AI features optimization guide](https://developers.google.com/search/docs/fundamentals/ai-optimization-guide)):
|
|
102
|
+
> "The best practices for SEO continue to be relevant because our generative AI features on Google Search are rooted in our core Search ranking and quality systems."
|
|
103
|
+
|
|
104
|
+
Google explicitly says:
|
|
105
|
+
- **No special markup or files are required** for AI Overviews or AI Mode
|
|
106
|
+
- **Don't chunk content for AI** — write for people, organize with normal headings and paragraphs
|
|
107
|
+
- **Don't write separate content for AI** — that risks "scaled content abuse" spam policy
|
|
108
|
+
- **Helpful, reliable, people-first content** wins — same E-E-A-T standards as regular Search
|
|
109
|
+
- **No AI-specific Search Console reporting** — use standard SEO metrics
|
|
110
|
+
|
|
111
|
+
**Other AI engines (ChatGPT, Claude, Perplexity, Copilot) behave differently:**
|
|
112
|
+
- They actively reward extractable structure — passages, FAQs, comparison tables, definition blocks
|
|
113
|
+
- They parse `llms.txt`, structured pricing pages, and machine-readable files when present
|
|
114
|
+
- They cite third-party sources (Reddit, Wikipedia, review sites) more heavily than top-ranked pages
|
|
115
|
+
|
|
116
|
+
**What this means for the work:**
|
|
117
|
+
- The structural patterns in this skill (40–60 word answer blocks, FAQ schema, comparison tables) help **non-Google AI engines** materially. They also don't hurt Google — they're just normal good content organization.
|
|
118
|
+
- For Google AI Overviews / AI Mode specifically: optimize for people and core Search, full stop. Strong E-E-A-T, original information, semantic HTML, clean indexability.
|
|
119
|
+
- For ChatGPT/Claude/Perplexity: layer on the extractable structure + llms.txt + machine-readable files.
|
|
120
|
+
|
|
121
|
+
When in doubt, default to "write for people, organize for clarity" — that satisfies both camps.
|
|
122
|
+
|
|
123
|
+
### Query Fan-Out (Google AI Search)
|
|
124
|
+
|
|
125
|
+
Google's AI features don't just answer the one query a user typed — they generate **concurrent, related queries** under the hood and retrieve results for each.
|
|
126
|
+
|
|
127
|
+
Google's own example: a user asking "how to fix lawns" triggers fan-out queries about herbicides, chemical-free removal, weed prevention, etc. The AI synthesizes across all of them.
|
|
128
|
+
|
|
129
|
+
**Implications:**
|
|
130
|
+
- Single-page-per-keyword targeting is less effective. Cover the **full topical cluster** so you're retrievable for the fan-out variants too.
|
|
131
|
+
- Long-tail intent matters less than topical authority — Google's AI systems understand synonyms and semantic equivalence.
|
|
132
|
+
- A page that comprehensively answers a parent topic (with sub-questions covered) will be retrieved more often than narrow per-query pages.
|
|
133
|
+
|
|
134
|
+
**Action**: when planning content, brainstorm the 5–10 related queries the AI is likely to fan out to and make sure your content (or your site as a whole) covers them.
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## AI Visibility Audit
|
|
139
|
+
|
|
140
|
+
Before optimizing, assess your current AI search presence.
|
|
141
|
+
|
|
142
|
+
### Step 1: Check AI Answers for Your Key Queries
|
|
143
|
+
|
|
144
|
+
Test 10-20 of your most important queries across platforms:
|
|
145
|
+
|
|
146
|
+
| Query | Google AI Overview | ChatGPT | Perplexity | You Cited? | Competitors Cited? |
|
|
147
|
+
|-------|:-----------------:|:-------:|:----------:|:----------:|:-----------------:|
|
|
148
|
+
| [query 1] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
|
|
149
|
+
| [query 2] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
|
|
150
|
+
|
|
151
|
+
**Query types to test:**
|
|
152
|
+
- "What is [your product category]?"
|
|
153
|
+
- "Best [product category] for [use case]"
|
|
154
|
+
- "[Your brand] vs [competitor]"
|
|
155
|
+
- "How to [problem your product solves]"
|
|
156
|
+
- "[Your product category] pricing"
|
|
157
|
+
|
|
158
|
+
### Step 2: Analyze Citation Patterns
|
|
159
|
+
|
|
160
|
+
When your competitors get cited and you don't, examine:
|
|
161
|
+
- **Content structure** — Is their content more extractable?
|
|
162
|
+
- **Authority signals** — Do they have more citations, stats, expert quotes?
|
|
163
|
+
- **Freshness** — Is their content more recently updated?
|
|
164
|
+
- **Schema markup** — Do they have structured data you're missing?
|
|
165
|
+
- **Third-party presence** — Are they cited via Wikipedia, Reddit, review sites?
|
|
166
|
+
|
|
167
|
+
### Step 3: Content Extractability Check
|
|
168
|
+
|
|
169
|
+
For each priority page, verify:
|
|
170
|
+
|
|
171
|
+
| Check | Pass/Fail |
|
|
172
|
+
|-------|-----------|
|
|
173
|
+
| Clear definition in first paragraph? | |
|
|
174
|
+
| Self-contained answer blocks (work without surrounding context)? | |
|
|
175
|
+
| Statistics with sources cited? | |
|
|
176
|
+
| Comparison tables for "[X] vs [Y]" queries? | |
|
|
177
|
+
| FAQ section with natural-language questions? | |
|
|
178
|
+
| Schema markup (FAQ, HowTo, Article, Product)? | |
|
|
179
|
+
| Expert attribution (author name, credentials)? | |
|
|
180
|
+
| Recently updated (within 6 months)? | |
|
|
181
|
+
| Heading structure matches query patterns? | |
|
|
182
|
+
| AI bots allowed in robots.txt? | |
|
|
183
|
+
|
|
184
|
+
### Step 4: AI Bot Access Check
|
|
185
|
+
|
|
186
|
+
Verify your robots.txt allows AI crawlers. Each AI platform has its own bot, and blocking it means that platform can't cite you:
|
|
187
|
+
|
|
188
|
+
- **GPTBot** and **ChatGPT-User** — OpenAI (ChatGPT)
|
|
189
|
+
- **PerplexityBot** — Perplexity
|
|
190
|
+
- **ClaudeBot** and **anthropic-ai** — Anthropic (Claude)
|
|
191
|
+
- **Google-Extended** — Google Gemini and AI Overviews
|
|
192
|
+
- **Bingbot** — Microsoft Copilot (via Bing)
|
|
193
|
+
|
|
194
|
+
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.
|
|
195
|
+
|
|
196
|
+
See [references/platform-ranking-factors.md](references/platform-ranking-factors.md) for the full robots.txt configuration.
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## Optimization Strategy
|
|
201
|
+
|
|
202
|
+
### The Three Pillars
|
|
203
|
+
|
|
204
|
+
```
|
|
205
|
+
1. Structure (make it extractable)
|
|
206
|
+
2. Authority (make it citable)
|
|
207
|
+
3. Presence (be where AI looks)
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
### Pillar 1: Structure — Make Content Extractable
|
|
211
|
+
|
|
212
|
+
AI systems extract passages, not pages. Every key claim should work as a standalone statement.
|
|
213
|
+
|
|
214
|
+
**Content block patterns:**
|
|
215
|
+
- **Definition blocks** for "What is X?" queries
|
|
216
|
+
- **Step-by-step blocks** for "How to X" queries
|
|
217
|
+
- **Comparison tables** for "X vs Y" queries
|
|
218
|
+
- **Pros/cons blocks** for evaluation queries
|
|
219
|
+
- **FAQ blocks** for common questions
|
|
220
|
+
- **Statistic blocks** with cited sources
|
|
221
|
+
|
|
222
|
+
For detailed templates for each block type, see [references/content-patterns.md](references/content-patterns.md).
|
|
223
|
+
|
|
224
|
+
**Structural rules:**
|
|
225
|
+
- Lead every section with a direct answer (don't bury it)
|
|
226
|
+
- Keep key answer passages to 40-60 words (optimal for snippet extraction)
|
|
227
|
+
- Use H2/H3 headings that match how people phrase queries
|
|
228
|
+
- Tables beat prose for comparison content
|
|
229
|
+
- Numbered lists beat paragraphs for process content
|
|
230
|
+
- Each paragraph should convey one clear idea
|
|
231
|
+
|
|
232
|
+
### Pillar 2: Authority — Make Content Citable
|
|
233
|
+
|
|
234
|
+
AI systems prefer sources they can trust. Build citation-worthiness.
|
|
235
|
+
|
|
236
|
+
**The Princeton GEO research** (KDD 2024, studied across Perplexity.ai) ranked 9 optimization methods:
|
|
237
|
+
|
|
238
|
+
| Method | Visibility Boost | How to Apply |
|
|
239
|
+
|--------|:---------------:|--------------|
|
|
240
|
+
| **Cite sources** | +40% | Add authoritative references with links |
|
|
241
|
+
| **Add statistics** | +37% | Include specific numbers with sources |
|
|
242
|
+
| **Add quotations** | +30% | Expert quotes with name and title |
|
|
243
|
+
| **Authoritative tone** | +25% | Write with demonstrated expertise |
|
|
244
|
+
| **Improve clarity** | +20% | Simplify complex concepts |
|
|
245
|
+
| **Technical terms** | +18% | Use domain-specific terminology |
|
|
246
|
+
| **Unique vocabulary** | +15% | Increase word diversity |
|
|
247
|
+
| **Fluency optimization** | +15-30% | Improve readability and flow |
|
|
248
|
+
| ~~Keyword stuffing~~ | **-10%** | **Actively hurts AI visibility** |
|
|
249
|
+
|
|
250
|
+
**Best combination:** Fluency + Statistics = maximum boost. Low-ranking sites benefit even more — up to 115% visibility increase with citations.
|
|
251
|
+
|
|
252
|
+
**Statistics and data** (+37-40% citation boost)
|
|
253
|
+
- Include specific numbers with sources
|
|
254
|
+
- Cite original research, not summaries of research
|
|
255
|
+
- Add dates to all statistics
|
|
256
|
+
- Original data beats aggregated data
|
|
257
|
+
|
|
258
|
+
**Expert attribution** (+25-30% citation boost)
|
|
259
|
+
- Named authors with credentials
|
|
260
|
+
- Expert quotes with titles and organizations
|
|
261
|
+
- "According to [Source]" framing for claims
|
|
262
|
+
- Author bios with relevant expertise
|
|
263
|
+
|
|
264
|
+
**Freshness signals**
|
|
265
|
+
- "Last updated: [date]" prominently displayed
|
|
266
|
+
- Regular content refreshes (quarterly minimum for competitive topics)
|
|
267
|
+
- Current year references and recent statistics
|
|
268
|
+
- Remove or update outdated information
|
|
269
|
+
|
|
270
|
+
**E-E-A-T alignment**
|
|
271
|
+
- First-hand experience demonstrated
|
|
272
|
+
- Specific, detailed information (not generic)
|
|
273
|
+
- Transparent sourcing and methodology
|
|
274
|
+
- Clear author expertise for the topic
|
|
275
|
+
|
|
276
|
+
### Pillar 3: Presence — Be Where AI Looks
|
|
277
|
+
|
|
278
|
+
AI systems don't just cite your website — they cite where you appear.
|
|
279
|
+
|
|
280
|
+
**Third-party sources matter more than your own site:**
|
|
281
|
+
- Wikipedia mentions (7.8% of all ChatGPT citations)
|
|
282
|
+
- Reddit discussions (1.8% of ChatGPT citations)
|
|
283
|
+
- Industry publications and guest posts
|
|
284
|
+
- Review sites (G2, Capterra, TrustRadius for B2B SaaS)
|
|
285
|
+
- YouTube (frequently cited by Google AI Overviews)
|
|
286
|
+
- Quora answers
|
|
287
|
+
|
|
288
|
+
**Actions:**
|
|
289
|
+
- Ensure your Wikipedia page is accurate and current
|
|
290
|
+
- Participate authentically in Reddit communities
|
|
291
|
+
- Get featured in industry roundups and comparison articles
|
|
292
|
+
- Maintain updated profiles on relevant review platforms
|
|
293
|
+
- Create YouTube content for key how-to queries
|
|
294
|
+
- Answer relevant Quora questions with depth
|
|
295
|
+
|
|
296
|
+
### Machine-Readable Files for AI Agents
|
|
297
|
+
|
|
298
|
+
> **Google's stance**: not required for AI Overviews or AI Mode. Their guide explicitly says you don't need new markup, AI files, or markdown to appear in generative AI search.
|
|
299
|
+
>
|
|
300
|
+
> **Why include them anyway**: non-Google AI engines (ChatGPT, Claude, Perplexity) and autonomous buying agents do reward extractable structure. The files below help with those engines without harming Google.
|
|
301
|
+
|
|
302
|
+
AI agents aren't just answering questions — they're becoming buyers. When an AI agent evaluates tools on behalf of a user, it needs structured, parseable information. If your pricing is locked in a JavaScript-rendered page or a "contact sales" wall, agents will skip you and recommend competitors whose information they can actually read.
|
|
303
|
+
|
|
304
|
+
Add these machine-readable files to your site root:
|
|
305
|
+
|
|
306
|
+
**`/pricing.md` or `/pricing.txt`** — Structured pricing data for AI agents
|
|
307
|
+
|
|
308
|
+
```markdown
|
|
309
|
+
# Pricing — [Your Product Name]
|
|
310
|
+
|
|
311
|
+
## Free
|
|
312
|
+
- Price: $0/month
|
|
313
|
+
- Limits: 100 emails/month, 1 user
|
|
314
|
+
- Features: Basic templates, API access
|
|
315
|
+
|
|
316
|
+
## Pro
|
|
317
|
+
- Price: $29/month (billed annually) | $35/month (billed monthly)
|
|
318
|
+
- Limits: 10,000 emails/month, 5 users
|
|
319
|
+
- Features: Custom domains, analytics, priority support
|
|
320
|
+
|
|
321
|
+
## Enterprise
|
|
322
|
+
- Price: Custom — contact sales@example.com
|
|
323
|
+
- Limits: Unlimited emails, unlimited users
|
|
324
|
+
- Features: SSO, SLA, dedicated account manager
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
**Why this matters now:**
|
|
328
|
+
- AI agents increasingly compare products programmatically before a human ever visits your site
|
|
329
|
+
- Opaque pricing gets filtered out of AI-mediated buying journeys
|
|
330
|
+
- A simple markdown file is trivially parseable by any LLM — no rendering, no JavaScript, no login walls
|
|
331
|
+
- Same principle as `robots.txt` (for crawlers), `llms.txt` (for AI context), and `AGENTS.md` (for agent capabilities)
|
|
332
|
+
|
|
333
|
+
**Best practices:**
|
|
334
|
+
- Use consistent units (monthly vs. annual, per-seat vs. flat)
|
|
335
|
+
- Include specific limits and thresholds, not just feature names
|
|
336
|
+
- List what's included at each tier, not just what's different
|
|
337
|
+
- Keep it updated — stale pricing is worse than no file
|
|
338
|
+
- Link to it from your sitemap and main pricing page
|
|
339
|
+
|
|
340
|
+
**`/llms.txt`** — Context file for AI systems (see [llmstxt.org](https://llmstxt.org))
|
|
341
|
+
|
|
342
|
+
If you don't have one yet, add an `llms.txt` that gives AI systems a quick overview of what your product does, who it's for, and links to key pages (including your pricing).
|
|
343
|
+
|
|
344
|
+
**`/okf/` — Open Knowledge Format bundle (Google-backed, v0.1)**
|
|
345
|
+
|
|
346
|
+
Google [introduced OKF](https://cloud.google.com/blog/products/data-analytics/how-the-open-knowledge-format-can-improve-data-sharing) in June 2026 — a markdown spec for representing site content as a directory of cross-linked files with YAML frontmatter, agent-readable without scraping. Built primarily for data-team catalog metadata; the site-readable-by-agents repurposing was popularized by Suganthan Mohanadasan. No confirmed AI-search ranking signal today — treat it as protocol-layer registration like early schema.org. **For the full breakdown, implementation paths (free generator, WordPress plugin, by-hand), hosting guidance, and when to skip, see [references/okf.md](references/okf.md).**
|
|
347
|
+
|
|
348
|
+
### Schema Markup for AI
|
|
349
|
+
|
|
350
|
+
Structured data helps AI systems understand your content. Key schemas:
|
|
351
|
+
|
|
352
|
+
| Content Type | Schema | Why It Helps |
|
|
353
|
+
|-------------|--------|-------------|
|
|
354
|
+
| Articles/Blog posts | `Article`, `BlogPosting` | Author, date, topic identification |
|
|
355
|
+
| How-to content | `HowTo` | Step extraction for process queries |
|
|
356
|
+
| FAQs | `FAQPage` | Direct Q&A extraction |
|
|
357
|
+
| Products | `Product` | Pricing, features, reviews |
|
|
358
|
+
| Comparisons | `ItemList` | Structured comparison data |
|
|
359
|
+
| Reviews | `Review`, `AggregateRating` | Trust signals |
|
|
360
|
+
| Organization | `Organization` | Entity recognition |
|
|
361
|
+
|
|
362
|
+
Content with proper schema shows 30-40% higher AI visibility on non-Google AI engines. **Google's note**: structured data is "not required for generative AI search" but is recommended for overall SEO strategy. For implementation, use the **schema** skill.
|
|
363
|
+
|
|
364
|
+
---
|
|
365
|
+
|
|
366
|
+
## Agentic Experiences
|
|
367
|
+
|
|
368
|
+
Beyond AI search engines summarizing content, autonomous agents are starting to access sites directly — clicking, reading, comparing, even buying on behalf of users. Google's guide flags this as an emerging category to plan for.
|
|
369
|
+
|
|
370
|
+
**How agents access your site:**
|
|
371
|
+
- **Visual rendering** — they screenshot/read the page like a user would
|
|
372
|
+
- **DOM inspection** — they parse the page's HTML structure
|
|
373
|
+
- **Accessibility tree** — they rely on the same semantic information assistive tech uses (labels, roles, landmarks, headings)
|
|
374
|
+
|
|
375
|
+
**What to do:**
|
|
376
|
+
- **Render meaningful content without heavy JS gymnastics** — if the page is blank until 4 frameworks finish loading, agents see blank
|
|
377
|
+
- **Semantic HTML** — use `<main>`, `<nav>`, `<article>`, `<button>`, proper heading hierarchy, `alt` text on images
|
|
378
|
+
- **Clean accessibility tree** — every interactive element labelled; ARIA used correctly (or not at all when native HTML suffices)
|
|
379
|
+
- **Stable selectors / predictable layouts** — agents struggle with sites that re-render every interaction
|
|
380
|
+
- **Visible pricing, specs, contact info** — anything an agent would need to make a buying recommendation should be on a public, indexable page (this is where `/pricing.md` and similar files help)
|
|
381
|
+
|
|
382
|
+
**Emerging — Universal Commerce Protocol (UCP):**
|
|
383
|
+
Google references UCP as a forthcoming protocol that will give agents standardized hooks for commerce interactions (catalog discovery, pricing, checkout). Watch for adoption; for now, the structural recommendations above are the precursor.
|
|
384
|
+
|
|
385
|
+
For ecom and local business specifically, Google highlights:
|
|
386
|
+
- **Merchant Center feeds** + **Google Business Profile** for product/service visibility in AI Search
|
|
387
|
+
- **Business Agent** for conversational customer engagement (where applicable)
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
## Content Types That Get Cited Most
|
|
392
|
+
|
|
393
|
+
Not all content is equally citable. Prioritize these formats:
|
|
394
|
+
|
|
395
|
+
| Content Type | Citation Share | Why AI Cites It |
|
|
396
|
+
|-------------|:------------:|----------------|
|
|
397
|
+
| **Comparison articles** | ~33% | Structured, balanced, high-intent |
|
|
398
|
+
| **Definitive guides** | ~15% | Comprehensive, authoritative |
|
|
399
|
+
| **Original research/data** | ~12% | Unique, citable statistics |
|
|
400
|
+
| **Best-of/listicles** | ~10% | Clear structure, entity-rich |
|
|
401
|
+
| **Product pages** | ~10% | Specific details AI can extract |
|
|
402
|
+
| **How-to guides** | ~8% | Step-by-step structure |
|
|
403
|
+
| **Opinion/analysis** | ~10% | Expert perspective, quotable |
|
|
404
|
+
|
|
405
|
+
**Underperformers for AI citation:**
|
|
406
|
+
- Generic blog posts without structure
|
|
407
|
+
- Thin product pages with marketing fluff
|
|
408
|
+
- Gated content (AI can't access it)
|
|
409
|
+
- Content without dates or author attribution
|
|
410
|
+
- PDF-only content (harder for AI to parse)
|
|
411
|
+
|
|
412
|
+
**Citation ≠ recommendation.** Getting cited means your content was useful to consult; getting *recommended* — onto the buyer's actual shortlist — is governed by web-wide consensus (reviews, forums, analysts, press) and is largely independent of your own content. Self-promotional "best [category]" listicles can even backfire for emerging brands: in one 100-query B2B study, 69% of the AI Overview citations that self-promotional listicles earned came in answers that recommended competitors instead of the publishing brand. See [references/citations-vs-recommendations.md](references/citations-vs-recommendations.md) for the visibility ladder (retrieved → cited → mentioned → recommended), stage-dependent buyer's-guide strategy, what earns recommendations, and the attribution blind spot.
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
## Monitoring AI Visibility
|
|
417
|
+
|
|
418
|
+
### What to Track
|
|
419
|
+
|
|
420
|
+
| Metric | What It Measures | How to Check |
|
|
421
|
+
|--------|-----------------|-------------|
|
|
422
|
+
| AI Overview presence | Do AI Overviews appear for your queries? | Manual check or Semrush/Ahrefs |
|
|
423
|
+
| Brand citation rate | How often you're cited in AI answers | AI visibility tools (see below) |
|
|
424
|
+
| Share of AI voice | Your citations vs. competitors | Peec AI, Otterly, ZipTie |
|
|
425
|
+
| Citation sentiment | How AI describes your brand | Manual review + monitoring tools |
|
|
426
|
+
| Recommendation rate | Whether you're on the shortlist, not just cited (see [citations-vs-recommendations.md](references/citations-vs-recommendations.md)) | Prompt tracking + mention framing |
|
|
427
|
+
| Source attribution | Which of your pages get cited | Track referral traffic from AI sources |
|
|
428
|
+
|
|
429
|
+
### AI Visibility Monitoring Tools
|
|
430
|
+
|
|
431
|
+
| Tool | Coverage | Best For |
|
|
432
|
+
|------|----------|----------|
|
|
433
|
+
| **Otterly AI** | ChatGPT, Perplexity, Google AI Overviews | Share of AI voice tracking |
|
|
434
|
+
| **Peec AI** | ChatGPT, Gemini, Perplexity, Claude, Copilot+ | Multi-platform monitoring at scale |
|
|
435
|
+
| **ZipTie** | Google AI Overviews, ChatGPT, Perplexity | Brand mention + sentiment tracking |
|
|
436
|
+
| **LLMrefs** | ChatGPT, Perplexity, AI Overviews, Gemini | SEO keyword → AI visibility mapping |
|
|
437
|
+
|
|
438
|
+
### DIY Monitoring (No Tools)
|
|
439
|
+
|
|
440
|
+
Monthly manual check:
|
|
441
|
+
1. Pick your top 20 queries
|
|
442
|
+
2. Run each through ChatGPT, Perplexity, and Google
|
|
443
|
+
3. Record: Are you cited? Who is? What page?
|
|
444
|
+
4. Log in a spreadsheet, track month-over-month
|
|
445
|
+
|
|
446
|
+
### Search Console expectations
|
|
447
|
+
|
|
448
|
+
Google's guide is explicit: **there is no AI-specific Search Console reporting**. AI Overviews and AI Mode use core Search ranking, so the standard Search Console reports (Performance, Coverage, Core Web Vitals) are still what you measure with for Google. The third-party tools above are the only way to see cross-platform AI citation behavior.
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
|
|
452
|
+
## What NOT to Do
|
|
453
|
+
|
|
454
|
+
Google's guide calls these out explicitly — they hurt across both traditional Search and AI features.
|
|
455
|
+
|
|
456
|
+
1. **Write separate content "for AI"**. Same content should serve people and AI. Writing variants targeted at AI systems risks the **scaled content abuse spam policy** — Google's words.
|
|
457
|
+
2. **Chunk pages into AI-bait fragments**. Google's guide is direct: *"Don't break your content into tiny pieces for AI to better understand it."* Use normal paragraph + heading structure.
|
|
458
|
+
3. **Generate at scale for ranking manipulation**. AI-generated content is fine *if* it meets Search Essentials and spam policies. Mass-producing thin variations does not.
|
|
459
|
+
4. **Pursue inauthentic mentions**. Don't fabricate citations or bulk-spam Reddit/Wikipedia for AI visibility. Real participation only.
|
|
460
|
+
5. **Block AI crawlers if you want citation**. Blocking GPTBot, PerplexityBot, ClaudeBot, Google-Extended means those engines literally cannot cite you. Block training-only crawlers (CCBot) if you must, not the search-and-cite ones.
|
|
461
|
+
6. **Hide your main content behind JS that doesn't render**. Both core Search and AI agents need to see your content; JS-only rendering loses both audiences.
|
|
462
|
+
7. **Skip E-E-A-T fundamentals**. Author identity, first-hand experience, expertise signals, transparent sourcing — Google's guide leans heavily on these for AI features.
|
|
463
|
+
|
|
464
|
+
---
|
|
465
|
+
|
|
466
|
+
## AI SEO by Content Type
|
|
467
|
+
|
|
468
|
+
For tactical guidance on SaaS product pages, blog content, comparison/alternative pages, documentation, and local/ecom (Google's emphasis on Merchant Center + Business Profile), see [references/content-types.md](references/content-types.md).
|
|
469
|
+
|
|
470
|
+
---
|
|
471
|
+
|
|
472
|
+
## Common Mistakes
|
|
473
|
+
|
|
474
|
+
- **Ignoring AI search entirely** — ~45% of Google searches now show AI Overviews, and ChatGPT/Perplexity are growing fast
|
|
475
|
+
- **Treating AI SEO as separate from SEO** — Good traditional SEO is the foundation; AI SEO adds structure and authority on top
|
|
476
|
+
- **Writing for AI, not humans** — If content reads like it was written to game an algorithm, it won't get cited or convert
|
|
477
|
+
- **No freshness signals** — Undated content loses to dated content because AI systems weight recency heavily. Show when content was last updated
|
|
478
|
+
- **Gating all content** — AI can't access gated content. Keep your most authoritative content open
|
|
479
|
+
- **Ignoring third-party presence** — You may get more AI citations from a Wikipedia mention than from your own blog
|
|
480
|
+
- **No structured data** — Schema markup gives AI systems structured context about your content
|
|
481
|
+
- **Keyword stuffing** — Unlike traditional SEO where it's just ineffective, keyword stuffing actively reduces AI visibility by 10% (Princeton GEO study)
|
|
482
|
+
- **Hiding pricing behind "contact sales" or JS-rendered pages** — AI agents evaluating your product on behalf of buyers can't parse what they can't read. Add a `/pricing.md` file
|
|
483
|
+
- **Blocking AI bots** — If GPTBot, PerplexityBot, or ClaudeBot are blocked in robots.txt, those platforms can't cite you
|
|
484
|
+
- **Generic content without data** — "We're the best" won't get cited. "Our customers see 3x improvement in [metric]" will
|
|
485
|
+
- **Forgetting to monitor** — You can't improve what you don't measure. Check AI visibility monthly at minimum
|
|
486
|
+
|
|
487
|
+
---
|
|
488
|
+
|
|
489
|
+
## Tool Integrations
|
|
490
|
+
|
|
491
|
+
For implementation, see the [tools registry](../../tools/REGISTRY.md).
|
|
492
|
+
|
|
493
|
+
| Tool | Use For |
|
|
494
|
+
|------|---------|
|
|
495
|
+
| `semrush` | AI Overview tracking, keyword research, content gap analysis |
|
|
496
|
+
| `ahrefs` | Backlink analysis, content explorer, AI Overview data |
|
|
497
|
+
| `gsc` | Search Console performance data, query tracking |
|
|
498
|
+
| `ga4` | Referral traffic from AI sources |
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
502
|
+
## Task-Specific Questions
|
|
503
|
+
|
|
504
|
+
1. What are your top 10-20 most important queries?
|
|
505
|
+
2. Have you checked if AI answers exist for those queries today?
|
|
506
|
+
3. Do you have structured data (schema markup) on your site?
|
|
507
|
+
4. What content types do you publish? (Blog, docs, comparisons, etc.)
|
|
508
|
+
5. Are competitors being cited by AI where you're not?
|
|
509
|
+
6. Do you have a Wikipedia page or presence on review sites?
|
|
510
|
+
|
|
511
|
+
---
|
|
512
|
+
|
|
513
|
+
## Related ArkaOS skills
|
|
514
|
+
|
|
515
|
+
- **`mkt/seo-audit`** — traditional technical and on-page SEO audits.
|
|
516
|
+
- **`mkt/schema-markup`** — structured data that helps AI understand your content.
|
|
517
|
+
- **`mkt/content-strategy`** — planning what content to create.
|
|
518
|
+
- **`mkt/competitor-analysis`** — building comparison pages that get cited.
|
|
519
|
+
- **`mkt/programmatic-seo`** — building SEO pages at scale.
|
|
520
|
+
- **`landing/copy-framework`** — content that's both human-readable and AI-extractable.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Citations vs. Recommendations: The AI Visibility Ladder
|
|
2
|
+
|
|
3
|
+
Being cited by an AI engine and being recommended by it are **two different outcomes governed by two different systems**. A citation means your page was useful enough to pull information from. A recommendation means the model put your brand on the buyer's shortlist. Optimizing for the first does not automatically earn the second — and for smaller brands, conflating them leads to content strategies that can actively help competitors.
|
|
4
|
+
|
|
5
|
+
Source note: the analysis and data in this reference draw on Lily Ray's (Amsive) 2026 study of B2B "best [category] software" queries, behavioral studies by Scrunch and SimilarWeb, and commentary by John-Henry Scherck (Growth Plays).
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## The Visibility Ladder
|
|
10
|
+
|
|
11
|
+
AI visibility is a ladder, not a binary. Each rung has different selection criteria and different measurement:
|
|
12
|
+
|
|
13
|
+
| Rung | What it means | What governs it | How to see it |
|
|
14
|
+
|---|---|---|---|
|
|
15
|
+
| **1. Retrieved** | The model read your content while building its answer, without citing it | Crawlability, parseable structure, query relevance | Mostly invisible; bot logs hint at it |
|
|
16
|
+
| **2. Cited** | Your page appears as a source in the answer | Content usefulness: structure, statistics, clarity, freshness | Prompt-tracking tools, AI Overview source lists |
|
|
17
|
+
| **3. Mentioned** | Your brand is named in the answer text | Entity recognition + how the web talks about you | Prompt-tracking tools |
|
|
18
|
+
| **4. Recommended** | Your product is on the shortlist the buyer actually considers | **Aggregate web consensus** — reviews, forums, analysts, press, video — largely independent of your own content | Prompt tracking + the framing around the mention |
|
|
19
|
+
|
|
20
|
+
Rungs 1–3 are legitimate signals your content is working, and most prompt-tracking tools report them. But rung 4 is where buying behavior changes, and it's earned differently: **citation is about whether your content is useful to consult; recommendation is mostly a reflection of what the broader web says about you** — whether you published a guide on the topic or not.
|
|
21
|
+
|
|
22
|
+
There is also a shadow rung: **recommended against**. On detailed, requirements-heavy prompts, models increasingly name products a buyer should *avoid* for their use case, with sources. The downside of weak third-party consensus is no longer just absence from the shortlist — it can be an explicit rule-out. This makes monitoring the *framing* around your mentions (favorable / neutral / hedged / negative), not just counting them, part of the job.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## The Self-Promotional Listicle Risk
|
|
27
|
+
|
|
28
|
+
The common tactic — publish a "best [category] software" guide, rank yourself #1, and let it shape both organic search and AI answers — now has a stage-dependent payoff.
|
|
29
|
+
|
|
30
|
+
**The data:** Lily Ray (Amsive) analyzed 100 B2B "best [category] software" queries across three dates in spring 2026. Across the dataset, self-promotional listicles earned 323 citations in AI Overviews — and in 224 of them (**69% of the citations**), the answer left the publishing brand out of the recommendations, pointing buyers to competitors instead.
|
|
31
|
+
|
|
32
|
+
**The mechanism:** the model treats your guide as a source about the *category*. It happily extracts the competitor names, comparisons, and evaluation criteria you compiled — then makes its recommendation from web-wide consensus, where the established players dominate. For an emerging brand, a self-promotional buyer's guide can function as **a vote for your competitors**: you did the research that helps the model describe them.
|
|
33
|
+
|
|
34
|
+
**The split by stage:**
|
|
35
|
+
|
|
36
|
+
- **Established category leaders** get both outcomes. Their guides earn citations *and* their brands get recommended — because analysts, review sites, and forum discussions already validate them. For leaders, a definitive buyer's guide is highly advantageous: it shapes how the whole category (competitors included) gets described.
|
|
37
|
+
- **Emerging brands** may win the citation and even shape the category's framing, but miss the recommendation. That's not a wasted outcome — influencing how an LLM defines the category and its evaluation criteria is real positioning work — but it is not the shortlist placement the tactic promises.
|
|
38
|
+
|
|
39
|
+
**What this changes (and doesn't):** genuinely useful buyer's guides still belong in a B2B content strategy at any stage. What changes is the expectation and the investment split. If you're not yet the consensus pick, weight effort toward the offsite signals that actually govern recommendations (below) rather than publishing a plethora of self-ranked listicles.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## What Earns Recommendations
|
|
44
|
+
|
|
45
|
+
Recommendation is a consensus signal. The inputs the models weigh live mostly off your site:
|
|
46
|
+
|
|
47
|
+
| Channel | Why it moves recommendations | Related skill |
|
|
48
|
+
|---|---|---|
|
|
49
|
+
| **Review platforms** (G2, Capterra, TrustRadius, app stores) | Third-party validation models treat as evidence of legitimacy | customer-research (review generation loops) |
|
|
50
|
+
| **Analyst coverage** (Gartner, Forrester, industry reports) | High-authority category framing; models echo analyst shortlists | public-relations |
|
|
51
|
+
| **Communities and forums** (Reddit, HN, Slack/Discord, niche forums) | Unprompted practitioner discussion is heavily retrieved and hard to fake | community-marketing |
|
|
52
|
+
| **Earned media and PR** | Independent sources repeating your positioning beyond your own site | public-relations |
|
|
53
|
+
| **Video and podcasts** | Increasingly retrieved; transcripts carry brand + category associations | video, social |
|
|
54
|
+
|
|
55
|
+
The test to apply before investing in another self-ranked guide: *if a model ignored everything on our domain, would the rest of the web still put us on the shortlist?* If not, that gap is the priority. AEO discourse often stops at "are we in the answer?" — the better question is "are we credible enough to be recommended?"
|
|
56
|
+
|
|
57
|
+
The encouraging flip side: earning an AI recommendation is harder to game than a top search ranking ever was. The durable strategy is the same at every stage — be the best fit for a clear set of buyers, and give those buyers reasons to talk about you in public, where the models can retrieve it.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## What a Recommendation Is Worth
|
|
62
|
+
|
|
63
|
+
Two behavioral studies quantified the gap between rungs:
|
|
64
|
+
|
|
65
|
+
- **Scrunch** (opt-in panel linking AI conversations to subsequent web behavior, compared against each user's own baseline — observational, not a controlled experiment): a genuine recommendation ("a great option is X") was associated with people searching for, visiting, and evaluating a brand **about twice as often** as a passing mention. For users with no recent observed engagement with the brand, a recommendation was followed within a week by **+182% branded searches, +117% site visits, and +185% product views**.
|
|
66
|
+
- **SimilarWeb** (thousands of real user journeys, seven days post-answer): when ChatGPT recommended a brand, it received **roughly 2.5× more new visitors** the following week than the competitors left off the list.
|
|
67
|
+
|
|
68
|
+
**The attribution blind spot:** in the SimilarWeb data, only about **9%** of those post-recommendation visits arrived as visible AI referral traffic; the largest share arrived via branded search, with direct and other channels making up the rest — indistinguishable from ordinary organic visitors. AI recommendations are already sending real, engaged buyers, but standard attribution underreports the AI touch.
|
|
69
|
+
|
|
70
|
+
**Measurement triad** (no single signal is complete; together they give a reliable read):
|
|
71
|
+
|
|
72
|
+
1. **AI prompt tracking** — whether and how you're mentioned/recommended in LLM answers, even when no click ever lands (tools in SKILL.md's Monitoring section). Track the framing around mentions — recommended, neutral, hedged, or recommended-against — not just the count.
|
|
73
|
+
2. **Self-reported attribution** — a "how did you hear about us?" field catches buyers whose journey started in an AI chat but arrived via branded search or direct.
|
|
74
|
+
3. **Sales call recordings** — buyers' own language often reveals an AI conversation shaped the shortlist long before any form fill.
|
|
75
|
+
|
|
76
|
+
Also watch **branded search volume** as a proxy: sustained lifts without a matching campaign are increasingly AI-influence showing up under another name.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Applying This
|
|
81
|
+
|
|
82
|
+
- **Auditing an established brand:** buyer's guides and comparison content are high-leverage — publish the definitive version and shape the category's evaluation criteria.
|
|
83
|
+
- **Auditing an emerging brand:** publish the genuinely useful guides your ICP needs, but set expectations (citation and framing, not near-term recommendation) and rebalance investment toward reviews, communities, analysts, and earned media.
|
|
84
|
+
- **Reporting:** report the ladder, not a single "AI visibility" number — retrieved/cited/mentioned/recommended plus mention framing. A rising citation count with a flat recommendation rate is a specific, diagnosable gap: the web doesn't yet corroborate your content.
|
|
85
|
+
- **Risk check:** for requirements-heavy queries in your category, check whether models recommend *against* you, and trace the sources they cite when they do.
|