一键导入
seo-engineering
SEO engineering — technical SEO, content strategy, schema markup (JSON-LD), GEO optimization for AI citations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SEO engineering — technical SEO, content strategy, schema markup (JSON-LD), GEO optimization for AI citations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Email marketing automation — drip sequences, deliverability, template patterns, provider APIs (Resend, SendGrid, Postmark)
Funnel diagnostics engine — bottleneck detection, cross-data correlation, AARRR benchmarks by vertical
High-Velocity Advertising (HVA) — the discipline for creative discovery at machine speed. CLEAR decision rule, the five-layer Stack, the Read Ladder, the two-clocks asymmetry, Benjamini-Hochberg correction, the Vault moat, and the Fit Boundary. The spec behind /hva, /hva-forge, /hva-lint, /hva-review, /hva-vault and the hva-desk agent.
Direct response copywriting framework for paid ads — Hormozi offers, PAS, AIDA, variation generation, LATAM hooks
Synthetic Demand Validation (SDV) — predict purchase intent, price tolerance, and objections for ad creatives, offers, and landing copy by eliciting free-text reactions from a synthetic persona panel and mapping them to Likert distributions. Comparative ranking is the headline signal. Use for "will this convert", "which variant wins", "is $X the right price", "pre-test this creative/offer/copy before spend".
Cross-channel GTM orchestration — channel sequencing, attribution models, retargeting chains, multi-touch journeys
| name | seo-engineering |
| description | SEO engineering — technical SEO, content strategy, schema markup (JSON-LD), GEO optimization for AI citations |
Engineer search visibility through technical optimization, content strategy, structured data, and generative engine optimization (GEO). This skill covers the full SEO stack from crawlability to AI citation optimization.
SEO System
├── Technical SEO (how search engines crawl and index your site)
│ ├── Core Web Vitals (LCP, INP, CLS)
│ ├── Crawlability (sitemap, robots.txt, internal linking)
│ ├── Indexability (canonical URLs, noindex, hreflang)
│ └── Site Architecture (URL structure, breadcrumbs, pagination)
├── Content SEO (what you publish and how it ranks)
│ ├── Keyword Research (intent mapping, volume, difficulty)
│ ├── Content Clusters (pillar pages + supporting articles)
│ ├── Programmatic SEO (templated pages at scale)
│ └── Content Freshness (update cadence, topical authority)
├── Schema Markup (structured data for rich results)
│ ├── Organization, Product, FAQ, HowTo, BreadcrumbList
│ ├── Article, Course, SoftwareApplication
│ └── Review, AggregateRating, VideoObject
└── GEO (Generative Engine Optimization)
├── AI Citation Optimization (ChatGPT, Claude, Perplexity)
├── Entity-first content architecture
└── Structured knowledge format
| Metric | Good | Needs Improvement | Poor |
|---|---|---|---|
| LCP (Largest Contentful Paint) | < 2.5s | 2.5-4.0s | > 4.0s |
| INP (Interaction to Next Paint) | < 200ms | 200-500ms | > 500ms |
| CLS (Cumulative Layout Shift) | < 0.1 | 0.1-0.25 | > 0.25 |
| Framework | LCP Fix | INP Fix | CLS Fix |
|---|---|---|---|
| Next.js | Use next/image with priority, SSR above-fold | React Server Components, reduce client JS | Reserve space with width/height on images |
| Vite/React (SPA) | SSG/prerender critical pages, lazy load below-fold | Code split routes, defer non-critical JS | Fixed layout containers, font-display: swap |
| Astro | Static by default (good), optimize images | Minimal JS by design (good) | Use Astro Image component |
Good:
/blog/how-to-learn-solidity
/courses/blockchain-fundamentals
/tools/smart-contract-auditor
/pricing
Bad:
/blog/post/12345
/p?id=abc123
/courses/course-detail?slug=blockchain
/page/about-us/company/info
Rules:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2026-04-14</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://example.com/blog/learn-solidity</loc>
<lastmod>2026-04-10</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
lastmod only when content actually changesUser-agent: *
Allow: /
Disallow: /api/
Disallow: /dashboard/
Disallow: /settings/
Disallow: /admin/
Disallow: /_next/data/
Disallow: /auth/
Sitemap: https://example.com/sitemap.xml
| Intent | Signal Words | Content Type | Conversion Potential |
|---|---|---|---|
| Informational | how to, what is, guide, tutorial | Blog posts, guides | Low (top of funnel) |
| Navigational | [brand name], login, pricing | Homepage, product pages | Medium |
| Commercial | best, vs, review, comparison, top 10 | Comparison pages, listicles | High |
| Transactional | buy, signup, free trial, discount, pricing | Landing pages, pricing | Highest |
Pillar Page: "Complete Guide to Smart Contract Development"
├── Cluster: "Solidity Tutorial for Beginners" → links to pillar
├── Cluster: "Smart Contract Security Best Practices" → links to pillar
├── Cluster: "Testing Smart Contracts with Hardhat" → links to pillar
├── Cluster: "Smart Contract Design Patterns" → links to pillar
└── Cluster: "Deploying Smart Contracts to Mainnet" → links to pillar
Each cluster page links back to the pillar. The pillar links to all clusters. This creates topical authority.
GOOGLE_SEARCH_CONSOLE_SITE=https://example.com # Verified property URL
GOOGLE_SITE_VERIFICATION=XXXXXXXXXXXX # Meta tag verification code
| Metric | Source | Frequency |
|---|---|---|
| Organic Traffic | Google Analytics / PostHog | Weekly |
| Keyword Rankings | Google Search Console | Weekly |
| Indexed Pages | Google Search Console | Monthly |
| Core Web Vitals | PageSpeed Insights API | Monthly |
| Backlink Profile | Ahrefs / Moz API | Monthly |
| AI Citation Rate | Manual checks + Perplexity | Monthly |
Research from the SEO/GEO Atlas (7 independent passes, April 2026) reveals that AI citation is predictable and engineerable. The following 12-point checklist determines whether a page will be cited by ChatGPT, Perplexity, Google AI Overviews, or Claude.
Every page targeting AI citation must pass these checks:
Only 15% of retrieved pages ever get cited. Citation is bimodal: pages are either always-cited or never-cited. There is almost no middle ground. Passing the 12-point checklist moves a page from the "never" category to "always."
Each AI platform has different source biases, content preferences, and citation patterns. Optimize for the platform your audience uses most.
Only 11% of domains are cited by BOTH ChatGPT and Google AI Overviews. Optimizing for one does not guarantee visibility on the other. Platform-specific pages or content variations may be necessary for full coverage.
AI systems use two types of crawlers: retrieval crawlers (fetch pages to answer queries in real-time) and training crawlers (fetch pages to train models). The recommended strategy is to allow retrieval crawlers (they drive citations) while optionally blocking training crawlers.
# === AI RETRIEVAL CRAWLERS (ALLOW -- these drive citations) ===
User-agent: OAI-SearchBot
Allow: /
User-agent: ChatGPT-User
Allow: /
User-agent: Claude-SearchBot
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: Applebot-Extended
Allow: /
# === AI TRAINING CRAWLERS (OPTIONAL BLOCK -- your content, your choice) ===
User-agent: GPTBot
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: CCBot
Disallow: /
User-agent: Google-Extended
Disallow: /
# === STANDARD SEARCH CRAWLERS (ALLOW) ===
User-agent: Googlebot
Allow: /
User-agent: Bingbot
Allow: /
User-agent: *
Allow: /
Disallow: /api/
Disallow: /dashboard/
Disallow: /admin/
Disallow: /auth/
Sitemap: https://example.com/sitemap.xml
Key distinction: OAI-SearchBot (retrieval, drives citations) vs GPTBot (training). Claude-SearchBot (retrieval) vs ClaudeBot (training). Blocking training crawlers does NOT affect your citation visibility.
For products targeting Latin America (like DojoOS), there is a 12-24 month arbitrage window in AI-driven search.
AI models collapse all Spanish-speaking markets into a single "Global Spanish" bucket. A query about "bootcamps de programacion en Costa Rica" returns the same results as "bootcamps de programacion en Mexico" -- even though the markets, prices, regulations, and audience are completely different.
Proper hreflang tagging (es-CR, es-MX, es-CO, es-AR) is massive arbitrage:
skills/seo-engineering/rules/content-strategy.md -- Keyword research, content clusters, programmatic SEOskills/seo-engineering/rules/technical-seo.md -- Crawlability, indexability, Core Web Vitalsskills/seo-engineering/rules/geo-optimization.md -- GEO patterns, AI citation optimizationknowledge/seo-geo-atlas-2026.md -- SEO/GEO/AEO/LLM Visibility Atlas April 2026: Citation science, platform architecture, AI crawler configuration, LATAM GEO arbitrage, 90-day action plan. 2,221 lines from 7 independent research passes.