opencode-skills-antigravity 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/bundled-skills/ad-creative/SKILL.md +371 -0
  2. package/bundled-skills/ad-creative/evals/evals.json +90 -0
  3. package/bundled-skills/ad-creative/references/generative-tools.md +637 -0
  4. package/bundled-skills/ad-creative/references/platform-specs.md +213 -0
  5. package/bundled-skills/ai-seo/SKILL.md +407 -0
  6. package/bundled-skills/ai-seo/evals/evals.json +90 -0
  7. package/bundled-skills/ai-seo/references/content-patterns.md +285 -0
  8. package/bundled-skills/ai-seo/references/platform-ranking-factors.md +152 -0
  9. package/bundled-skills/backend-dev-guidelines/SKILL.md +1 -1
  10. package/bundled-skills/cc-skill-security-review/SKILL.md +1 -1
  11. package/bundled-skills/churn-prevention/SKILL.md +433 -0
  12. package/bundled-skills/churn-prevention/evals/evals.json +93 -0
  13. package/bundled-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  14. package/bundled-skills/churn-prevention/references/dunning-playbook.md +408 -0
  15. package/bundled-skills/claude-api/LICENSE.txt +202 -0
  16. package/bundled-skills/claude-api/SKILL.md +252 -0
  17. package/bundled-skills/claude-api/csharp/claude-api.md +70 -0
  18. package/bundled-skills/claude-api/curl/examples.md +164 -0
  19. package/bundled-skills/claude-api/go/claude-api.md +146 -0
  20. package/bundled-skills/claude-api/java/claude-api.md +128 -0
  21. package/bundled-skills/claude-api/php/claude-api.md +88 -0
  22. package/bundled-skills/claude-api/python/agent-sdk/README.md +269 -0
  23. package/bundled-skills/claude-api/python/agent-sdk/patterns.md +319 -0
  24. package/bundled-skills/claude-api/python/claude-api/README.md +404 -0
  25. package/bundled-skills/claude-api/python/claude-api/batches.md +182 -0
  26. package/bundled-skills/claude-api/python/claude-api/files-api.md +162 -0
  27. package/bundled-skills/claude-api/python/claude-api/streaming.md +162 -0
  28. package/bundled-skills/claude-api/python/claude-api/tool-use.md +587 -0
  29. package/bundled-skills/claude-api/ruby/claude-api.md +87 -0
  30. package/bundled-skills/claude-api/shared/error-codes.md +205 -0
  31. package/bundled-skills/claude-api/shared/live-sources.md +121 -0
  32. package/bundled-skills/claude-api/shared/models.md +68 -0
  33. package/bundled-skills/claude-api/shared/tool-use-concepts.md +305 -0
  34. package/bundled-skills/claude-api/typescript/agent-sdk/README.md +220 -0
  35. package/bundled-skills/claude-api/typescript/agent-sdk/patterns.md +150 -0
  36. package/bundled-skills/claude-api/typescript/claude-api/README.md +313 -0
  37. package/bundled-skills/claude-api/typescript/claude-api/batches.md +106 -0
  38. package/bundled-skills/claude-api/typescript/claude-api/files-api.md +98 -0
  39. package/bundled-skills/claude-api/typescript/claude-api/streaming.md +178 -0
  40. package/bundled-skills/claude-api/typescript/claude-api/tool-use.md +477 -0
  41. package/bundled-skills/codex-review/SKILL.md +1 -1
  42. package/bundled-skills/cold-email/SKILL.md +167 -0
  43. package/bundled-skills/cold-email/evals/evals.json +94 -0
  44. package/bundled-skills/cold-email/references/benchmarks.md +83 -0
  45. package/bundled-skills/cold-email/references/follow-up-sequences.md +81 -0
  46. package/bundled-skills/cold-email/references/frameworks.md +90 -0
  47. package/bundled-skills/cold-email/references/personalization.md +79 -0
  48. package/bundled-skills/cold-email/references/subject-lines.md +53 -0
  49. package/bundled-skills/content-strategy/SKILL.md +374 -0
  50. package/bundled-skills/content-strategy/evals/evals.json +90 -0
  51. package/bundled-skills/content-strategy/references/headless-cms.md +194 -0
  52. package/bundled-skills/context7-auto-research/SKILL.md +1 -1
  53. package/bundled-skills/dbos-golang/SKILL.md +1 -1
  54. package/bundled-skills/dbos-python/SKILL.md +1 -1
  55. package/bundled-skills/dbos-typescript/SKILL.md +1 -1
  56. package/bundled-skills/debug-buttercup/SKILL.md +1 -1
  57. package/bundled-skills/defuddle/SKILL.md +50 -0
  58. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  59. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  60. package/bundled-skills/docs/integrations/jetski-gemini-loader/package.json +1 -0
  61. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  62. package/bundled-skills/docs/maintainers/skills-import-2026-03-21.md +81 -0
  63. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  64. package/bundled-skills/docs/users/bundles.md +1 -1
  65. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  66. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  67. package/bundled-skills/docs/users/getting-started.md +1 -1
  68. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  69. package/bundled-skills/docs/users/usage.md +4 -4
  70. package/bundled-skills/docs/users/visual-guide.md +4 -4
  71. package/bundled-skills/evaluation/SKILL.md +1 -1
  72. package/bundled-skills/exa-search/SKILL.md +1 -1
  73. package/bundled-skills/firecrawl-scraper/SKILL.md +1 -1
  74. package/bundled-skills/frontend-dev-guidelines/SKILL.md +1 -1
  75. package/bundled-skills/gha-security-review/SKILL.md +2 -1
  76. package/bundled-skills/git-pushing/SKILL.md +1 -1
  77. package/bundled-skills/internal-comms/LICENSE.txt +202 -0
  78. package/bundled-skills/internal-comms/SKILL.md +35 -0
  79. package/bundled-skills/internal-comms/examples/3p-updates.md +47 -0
  80. package/bundled-skills/internal-comms/examples/company-newsletter.md +65 -0
  81. package/bundled-skills/internal-comms/examples/faq-answers.md +30 -0
  82. package/bundled-skills/internal-comms/examples/general-comms.md +16 -0
  83. package/bundled-skills/json-canvas/SKILL.md +253 -0
  84. package/bundled-skills/json-canvas/references/EXAMPLES.md +329 -0
  85. package/bundled-skills/lead-magnets/SKILL.md +319 -0
  86. package/bundled-skills/lead-magnets/references/benchmarks.md +129 -0
  87. package/bundled-skills/lead-magnets/references/format-guide.md +196 -0
  88. package/bundled-skills/memory-systems/SKILL.md +1 -1
  89. package/bundled-skills/obsidian-bases/SKILL.md +506 -0
  90. package/bundled-skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
  91. package/bundled-skills/obsidian-cli/SKILL.md +115 -0
  92. package/bundled-skills/obsidian-markdown/SKILL.md +205 -0
  93. package/bundled-skills/obsidian-markdown/references/CALLOUTS.md +58 -0
  94. package/bundled-skills/obsidian-markdown/references/EMBEDS.md +63 -0
  95. package/bundled-skills/obsidian-markdown/references/PROPERTIES.md +61 -0
  96. package/bundled-skills/product-marketing-context/SKILL.md +250 -0
  97. package/bundled-skills/product-marketing-context/evals/evals.json +85 -0
  98. package/bundled-skills/react-best-practices/SKILL.md +1 -1
  99. package/bundled-skills/revops/SKILL.md +352 -0
  100. package/bundled-skills/revops/evals/evals.json +91 -0
  101. package/bundled-skills/revops/references/automation-playbooks.md +290 -0
  102. package/bundled-skills/revops/references/lifecycle-definitions.md +278 -0
  103. package/bundled-skills/revops/references/routing-rules.md +203 -0
  104. package/bundled-skills/revops/references/scoring-models.md +247 -0
  105. package/bundled-skills/sales-enablement/SKILL.md +358 -0
  106. package/bundled-skills/sales-enablement/evals/evals.json +91 -0
  107. package/bundled-skills/sales-enablement/references/deck-frameworks.md +263 -0
  108. package/bundled-skills/sales-enablement/references/demo-scripts.md +355 -0
  109. package/bundled-skills/sales-enablement/references/objection-library.md +270 -0
  110. package/bundled-skills/sales-enablement/references/one-pager-templates.md +208 -0
  111. package/bundled-skills/seo/SKILL.md +139 -0
  112. package/bundled-skills/seo/references/cwv-thresholds.md +108 -0
  113. package/bundled-skills/seo/references/eeat-framework.md +214 -0
  114. package/bundled-skills/seo/references/quality-gates.md +155 -0
  115. package/bundled-skills/seo/references/schema-types.md +118 -0
  116. package/bundled-skills/seo-competitor-pages/SKILL.md +229 -0
  117. package/bundled-skills/seo-content/SKILL.md +186 -0
  118. package/bundled-skills/seo-dataforseo/SKILL.md +395 -0
  119. package/bundled-skills/seo-geo/SKILL.md +254 -0
  120. package/bundled-skills/seo-hreflang/SKILL.md +209 -0
  121. package/bundled-skills/seo-image-gen/SKILL.md +183 -0
  122. package/bundled-skills/seo-images/SKILL.md +193 -0
  123. package/bundled-skills/seo-page/SKILL.md +103 -0
  124. package/bundled-skills/seo-plan/SKILL.md +136 -0
  125. package/bundled-skills/seo-plan/assets/agency.md +175 -0
  126. package/bundled-skills/seo-plan/assets/ecommerce.md +167 -0
  127. package/bundled-skills/seo-plan/assets/generic.md +144 -0
  128. package/bundled-skills/seo-plan/assets/local-service.md +160 -0
  129. package/bundled-skills/seo-plan/assets/publisher.md +153 -0
  130. package/bundled-skills/seo-plan/assets/saas.md +135 -0
  131. package/bundled-skills/seo-programmatic/SKILL.md +184 -0
  132. package/bundled-skills/seo-schema/SKILL.md +178 -0
  133. package/bundled-skills/seo-sitemap/SKILL.md +129 -0
  134. package/bundled-skills/seo-technical/SKILL.md +175 -0
  135. package/bundled-skills/site-architecture/SKILL.md +366 -0
  136. package/bundled-skills/site-architecture/evals/evals.json +88 -0
  137. package/bundled-skills/site-architecture/references/mermaid-templates.md +216 -0
  138. package/bundled-skills/site-architecture/references/navigation-patterns.md +305 -0
  139. package/bundled-skills/site-architecture/references/site-type-templates.md +293 -0
  140. package/bundled-skills/skill-improver/SKILL.md +1 -1
  141. package/bundled-skills/tavily-web/SKILL.md +1 -1
  142. package/bundled-skills/test-fixing/SKILL.md +1 -1
  143. package/bundled-skills/tool-design/SKILL.md +1 -1
  144. package/bundled-skills/ui-ux-pro-max/SKILL.md +1 -1
  145. package/bundled-skills/verification-before-completion/SKILL.md +1 -1
  146. package/bundled-skills/wiki-changelog/SKILL.md +1 -1
  147. package/bundled-skills/wiki-onboarding/SKILL.md +1 -1
  148. package/bundled-skills/wiki-qa/SKILL.md +1 -1
  149. package/bundled-skills/wiki-researcher/SKILL.md +1 -1
  150. package/bundled-skills/wiki-vitepress/SKILL.md +1 -1
  151. package/package.json +1 -1
@@ -0,0 +1,136 @@
1
+ ---
2
+ name: seo-plan
3
+ description: >
4
+ Strategic SEO planning for new or existing websites. Industry-specific
5
+ templates, competitive analysis, content strategy, and implementation
6
+ roadmap. Use when user says "SEO plan", "SEO strategy", "content strategy",
7
+ "site architecture", or "SEO roadmap".
8
+ risk: unknown
9
+ source: "https://github.com/AgriciDaniel/claude-seo"
10
+ date_added: "2026-03-21"
11
+ user-invokable: true
12
+ argument-hint: "[business-type]"
13
+ allowed-tools:
14
+ - Read
15
+ - Grep
16
+ - Glob
17
+ - Bash
18
+ - WebFetch
19
+ - Write
20
+ ---
21
+
22
+ # Strategic SEO Planning
23
+
24
+ ## When to Use
25
+
26
+ - Use when building an SEO strategy or roadmap for a new or existing site.
27
+ - Use when planning content, architecture, and implementation phases together.
28
+ - Use when the user asks for an SEO plan rather than a point-in-time audit.
29
+
30
+ ## Process
31
+
32
+ ### 1. Discovery
33
+ - Business type, target audience, competitors, goals
34
+ - Current site assessment (if exists)
35
+ - Budget and timeline constraints
36
+ - Key performance indicators (KPIs)
37
+
38
+ ### 2. Competitive Analysis
39
+ - Identify top 5 competitors
40
+ - Analyze their content strategy, schema usage, technical setup
41
+ - Identify keyword gaps and content opportunities
42
+ - Assess their E-E-A-T signals
43
+ - Estimate their domain authority
44
+
45
+ ### 3. Architecture Design
46
+ - Load industry template from `assets/` directory
47
+ - Design URL hierarchy and content pillars
48
+ - Plan internal linking strategy
49
+ - Sitemap structure with quality gates applied
50
+ - Information architecture for user journeys
51
+
52
+ ### 4. Content Strategy
53
+ - Content gaps vs competitors
54
+ - Page types and estimated counts
55
+ - Blog/resource topics and publishing cadence
56
+ - E-E-A-T building plan (author bios, credentials, experience signals)
57
+ - Content calendar with priorities
58
+
59
+ ### 5. Technical Foundation
60
+ - Hosting and performance requirements
61
+ - Schema markup plan per page type
62
+ - Core Web Vitals baseline targets
63
+ - AI search readiness requirements
64
+ - Mobile-first considerations
65
+
66
+ ### 6. Implementation Roadmap (4 phases)
67
+
68
+ #### Phase 1: Foundation (weeks 1-4)
69
+ - Technical setup and infrastructure
70
+ - Core pages (home, about, contact, main services)
71
+ - Essential schema implementation
72
+ - Analytics and tracking setup
73
+
74
+ #### Phase 2: Expansion (weeks 5-12)
75
+ - Content creation for primary pages
76
+ - Blog launch with initial posts
77
+ - Internal linking structure
78
+ - Local SEO setup (if applicable)
79
+
80
+ #### Phase 3: Scale (weeks 13-24)
81
+ - Advanced content development
82
+ - Link building and outreach
83
+ - GEO optimization
84
+ - Performance optimization
85
+
86
+ #### Phase 4: Authority (months 7-12)
87
+ - Thought leadership content
88
+ - PR and media mentions
89
+ - Advanced schema implementation
90
+ - Continuous optimization
91
+
92
+ ## Industry Templates
93
+
94
+ Load from `assets/` directory:
95
+ - `saas.md`: SaaS/software companies
96
+ - `local-service.md`: Local service businesses
97
+ - `ecommerce.md`: E-commerce stores
98
+ - `publisher.md`: Content publishers/media
99
+ - `agency.md`: Agencies and consultancies
100
+ - `generic.md`: General business template
101
+
102
+ ## Output
103
+
104
+ ### Deliverables
105
+ - `SEO-STRATEGY.md`: Complete strategic plan
106
+ - `COMPETITOR-ANALYSIS.md`: Competitive insights
107
+ - `CONTENT-CALENDAR.md`: Content roadmap
108
+ - `IMPLEMENTATION-ROADMAP.md`: Phased action plan
109
+ - `SITE-STRUCTURE.md`: URL hierarchy and architecture
110
+
111
+ ### KPI Targets
112
+ | Metric | Baseline | 3 Month | 6 Month | 12 Month |
113
+ |--------|----------|---------|---------|----------|
114
+ | Organic Traffic | ... | ... | ... | ... |
115
+ | Keyword Rankings | ... | ... | ... | ... |
116
+ | Domain Authority | ... | ... | ... | ... |
117
+ | Indexed Pages | ... | ... | ... | ... |
118
+ | Core Web Vitals | ... | ... | ... | ... |
119
+
120
+ ### Success Criteria
121
+ - Clear, measurable goals per phase
122
+ - Resource requirements defined
123
+ - Dependencies identified
124
+ - Risk mitigation strategies
125
+
126
+ ## DataForSEO Integration (Optional)
127
+
128
+ If DataForSEO MCP tools are available, use `dataforseo_labs_google_competitors_domain` and `dataforseo_labs_google_domain_intersection` for real competitive intelligence, `dataforseo_labs_bulk_traffic_estimation` for traffic estimates, `kw_data_google_ads_search_volume` and `dataforseo_labs_bulk_keyword_difficulty` for keyword research, and `business_data_business_listings_search` for local business data.
129
+
130
+ ## Error Handling
131
+
132
+ | Scenario | Action |
133
+ |----------|--------|
134
+ | Unrecognized business type | Fall back to `generic.md` template. Inform user that no industry-specific template was found and proceed with the general business template. |
135
+ | No website URL provided | Proceed with new-site planning mode. Skip current site assessment and competitive gap analysis that require a live URL. |
136
+ | Industry template not found | Check `assets/` directory for available templates. If the requested template file is missing, use `generic.md` and note the missing template in output. |
@@ -0,0 +1,175 @@
1
+ <!-- Updated: 2026-02-07 -->
2
+ # Agency/Consultancy SEO Strategy Template
3
+
4
+ ## Industry Characteristics
5
+
6
+ - Service-based, high-value transactions
7
+ - Expertise and trust are paramount
8
+ - Long consideration cycles
9
+ - Portfolio/case study driven decisions
10
+ - Relationship-based sales
11
+ - Niche specialization benefits
12
+
13
+ ## Recommended Site Architecture
14
+
15
+ ```
16
+ /
17
+ ├── Home
18
+ ├── /services
19
+ │ ├── /service-1
20
+ │ │ ├── /sub-service-1
21
+ │ │ └── ...
22
+ │ └── /service-2
23
+ ├── /industries
24
+ │ ├── /industry-1
25
+ │ ├── /industry-2
26
+ │ └── ...
27
+ ├── /work (or /case-studies)
28
+ │ ├── /case-study-1
29
+ │ ├── /case-study-2
30
+ │ └── ...
31
+ ├── /about
32
+ │ ├── /team
33
+ │ │ ├── /team-member-1
34
+ │ │ └── ...
35
+ │ ├── /culture
36
+ │ └── /careers
37
+ ├── /insights (or /blog)
38
+ │ ├── /articles
39
+ │ ├── /guides
40
+ │ ├── /webinars
41
+ │ └── /podcasts
42
+ ├── /contact
43
+ ├── /process
44
+ └── /faq
45
+ ```
46
+
47
+ ## Schema Recommendations
48
+
49
+ | Page Type | Schema Types |
50
+ |-----------|-------------|
51
+ | Homepage | Organization, ProfessionalService |
52
+ | Service Page | Service, ProfessionalService |
53
+ | Case Study | Article, Organization (client) |
54
+ | Team Member | Person, ProfilePage |
55
+ | Blog | Article, BlogPosting |
56
+
57
+ ### ProfessionalService Schema Example
58
+ ```json
59
+ {
60
+ "@context": "https://schema.org",
61
+ "@type": "ProfessionalService",
62
+ "name": "Agency Name",
63
+ "description": "What the agency does",
64
+ "url": "https://example.com",
65
+ "logo": "https://example.com/logo.png",
66
+ "address": {
67
+ "@type": "PostalAddress",
68
+ "streetAddress": "123 Agency St",
69
+ "addressLocality": "City",
70
+ "addressRegion": "State",
71
+ "postalCode": "12345"
72
+ },
73
+ "telephone": "+1-555-555-5555",
74
+ "areaServed": "National",
75
+ "hasOfferCatalog": {
76
+ "@type": "OfferCatalog",
77
+ "name": "Services",
78
+ "itemListElement": [
79
+ {
80
+ "@type": "Offer",
81
+ "itemOffered": {
82
+ "@type": "Service",
83
+ "name": "Service 1"
84
+ }
85
+ }
86
+ ]
87
+ }
88
+ }
89
+ ```
90
+
91
+ ## E-E-A-T Requirements
92
+
93
+ ### Team Pages Must Include
94
+ - Professional headshots
95
+ - Detailed bios with credentials
96
+ - Industry experience
97
+ - Speaking engagements
98
+ - Publications
99
+ - Social profiles
100
+
101
+ ### Case Studies Must Include
102
+ - Client name (with permission) or industry
103
+ - Challenge/problem statement
104
+ - Approach/methodology
105
+ - Results with specific metrics
106
+ - Timeline
107
+ - Testimonial quote
108
+
109
+ ## Content Priorities
110
+
111
+ ### High Priority
112
+ 1. Service pages (detailed, specific)
113
+ 2. Industry pages (vertical expertise)
114
+ 3. 3-5 detailed case studies
115
+ 4. Team/leadership pages
116
+
117
+ ### Medium Priority
118
+ 1. Methodology/process page
119
+ 2. Blog with thought leadership
120
+ 3. Comparison content (vs alternatives)
121
+ 4. FAQ page
122
+
123
+ ### Thought Leadership Topics
124
+ - Industry trend analysis
125
+ - How-to guides (non-competitive)
126
+ - Original research/surveys
127
+ - Event recaps and insights
128
+ - Expert interviews
129
+ - Tool/technology reviews
130
+
131
+ ## Content Strategy
132
+
133
+ ### Service Pages (min 800 words)
134
+ - Clear value proposition
135
+ - Methodology overview
136
+ - Deliverables list
137
+ - Relevant case studies
138
+ - Team members who deliver this service
139
+ - CTA to schedule consultation
140
+
141
+ ### Industry Pages (min 800 words)
142
+ - Industry-specific challenges
143
+ - How you solve them differently
144
+ - Relevant case studies
145
+ - Industry credentials/experience
146
+ - Client logos (with permission)
147
+
148
+ ### Case Studies (min 1,000 words)
149
+ - Executive summary
150
+ - Client background
151
+ - Challenge details
152
+ - Solution approach
153
+ - Implementation process
154
+ - Measurable results
155
+ - Client testimonial
156
+ - Related services/CTA
157
+
158
+ ## Key Metrics to Track
159
+
160
+ - Organic traffic to service pages
161
+ - Case study page views
162
+ - Contact form submissions from organic
163
+ - Time on page for key content
164
+ - Blog → service page conversion
165
+
166
+ ## Generative Engine Optimization (GEO) for Agencies
167
+
168
+ - [ ] Publish original case studies with specific, citable metrics and results
169
+ - [ ] Use Person schema with sameAs links for all team members (builds entity authority)
170
+ - [ ] Use ProfilePage schema for team member pages
171
+ - [ ] Include clear, quotable expertise statements in service page descriptions
172
+ - [ ] Produce original industry research and surveys AI systems can cite
173
+ - [ ] Structure thought leadership content with clear headings and extractable insights
174
+ - [ ] Maintain consistent agency entity information across directories, social profiles, and industry sites
175
+ - [ ] Monitor AI citation in ChatGPT, Perplexity, and Google AI Overviews for brand and key service terms
@@ -0,0 +1,167 @@
1
+ <!-- Updated: 2026-02-07 -->
2
+ # E-commerce SEO Strategy Template
3
+
4
+ ## Industry Characteristics
5
+
6
+ - High transaction intent
7
+ - Product comparison behavior
8
+ - Price sensitivity
9
+ - Visual-first decision making
10
+ - Seasonal demand patterns
11
+ - Competitive marketplace listings
12
+
13
+ ## Recommended Site Architecture
14
+
15
+ ```
16
+ /
17
+ ├── Home
18
+ ├── /collections (or /categories)
19
+ │ ├── /category-1
20
+ │ │ ├── /subcategory-1
21
+ │ │ └── ...
22
+ │ ├── /category-2
23
+ │ └── ...
24
+ ├── /products
25
+ │ ├── /product-1
26
+ │ ├── /product-2
27
+ │ └── ...
28
+ ├── /brands
29
+ │ ├── /brand-1
30
+ │ └── ...
31
+ ├── /sale (or /deals)
32
+ ├── /new-arrivals
33
+ ├── /best-sellers
34
+ ├── /gift-guide
35
+ ├── /blog
36
+ │ ├── /buying-guides
37
+ │ ├── /how-to
38
+ │ └── /trends
39
+ ├── /about
40
+ ├── /contact
41
+ ├── /shipping
42
+ ├── /returns
43
+ └── /faq
44
+ ```
45
+
46
+ ## Schema Recommendations
47
+
48
+ | Page Type | Schema Types |
49
+ |-----------|-------------|
50
+ | Product Page | Product, Offer, AggregateRating, Review, BreadcrumbList |
51
+ | Category Page | CollectionPage, ItemList, BreadcrumbList |
52
+ | Brand Page | Brand, Organization |
53
+ | Blog | Article, BlogPosting |
54
+
55
+ ### Additional E-commerce Schema (2025)
56
+
57
+ - **ProductGroup**: Use for products with variants (size, color). Wraps individual Product entries with `variesBy` and `hasVariant` properties. See `schema/templates.json`.
58
+ - **Certification**: For product certifications (Energy Star, safety, organic). Replaced EnergyConsumptionDetails (April 2025). Use `hasCertification` on Product.
59
+ - **OfferShippingDetails**: Include shipping rate, handling time, and transit time. Critical for Merchant Center eligibility.
60
+
61
+ > **Google Merchant Center Free Listings:** Products can appear in Google Shopping for free. Ensure Product structured data is in the initial server-rendered HTML (not JavaScript-injected) with required properties: `name`, `image`, `price`, `priceCurrency`, `availability`.
62
+
63
+ > **JS Rendering Note:** Product structured data should be in initial server-rendered HTML: not dynamically injected via JavaScript (per December 2025 Google JS SEO guidance).
64
+
65
+ ### Product Schema Example
66
+ ```json
67
+ {
68
+ "@context": "https://schema.org",
69
+ "@type": "Product",
70
+ "name": "Product Name",
71
+ "image": ["https://example.com/product.jpg"],
72
+ "description": "Product description",
73
+ "sku": "SKU123",
74
+ "brand": {
75
+ "@type": "Brand",
76
+ "name": "Brand Name"
77
+ },
78
+ "offers": {
79
+ "@type": "Offer",
80
+ "price": "99.99",
81
+ "priceCurrency": "USD",
82
+ "availability": "https://schema.org/InStock",
83
+ "url": "https://example.com/product"
84
+ },
85
+ "aggregateRating": {
86
+ "@type": "AggregateRating",
87
+ "ratingValue": "4.5",
88
+ "reviewCount": "42"
89
+ }
90
+ }
91
+ ```
92
+
93
+ ## Content Requirements
94
+
95
+ ### Product Pages (min 400 words)
96
+ - Unique product descriptions (not manufacturer copy)
97
+ - Feature highlights
98
+ - Use cases / who it's for
99
+ - Specifications table
100
+ - Size/fit guide (for apparel)
101
+ - Care instructions
102
+ - Customer reviews
103
+
104
+ ### Category Pages (min 400 words)
105
+ - Category introduction
106
+ - Buying guide excerpt
107
+ - Featured products
108
+ - Subcategory links
109
+ - Filter/sort options
110
+
111
+ ## Technical Considerations
112
+
113
+ ### Pagination
114
+ - Use rel="next"/rel="prev" or load-more
115
+ - Ensure all products are crawlable
116
+ - Canonical to main category page
117
+
118
+ ### Faceted Navigation
119
+ - Noindex filter combinations that create duplicate content
120
+ - Use canonical tags appropriately
121
+ - Ensure popular filters are indexable
122
+
123
+ ### Product Variations
124
+ - Single URL for parent product with variants
125
+ - Or separate URLs with canonical to parent
126
+ - Structured data for all variants
127
+
128
+ ## Content Priorities
129
+
130
+ ### High Priority
131
+ 1. Category pages (top level)
132
+ 2. Best-selling product pages
133
+ 3. Homepage
134
+ 4. Buying guides for main categories
135
+
136
+ ### Medium Priority
137
+ 1. Subcategory pages
138
+ 2. Brand pages
139
+ 3. Comparison content
140
+ 4. Seasonal landing pages
141
+
142
+ ### Blog Topics
143
+ - Buying guides ("How to Choose...")
144
+ - Product comparisons
145
+ - Trend reports
146
+ - Use cases and inspiration
147
+ - Care and maintenance guides
148
+
149
+ ## Key Metrics to Track
150
+
151
+ - Revenue from organic search
152
+ - Product page rankings
153
+ - Category page rankings
154
+ - Click-through rate (rich results)
155
+ - Average order value from organic
156
+
157
+ ## Generative Engine Optimization (GEO) for E-commerce
158
+
159
+ AI search platforms increasingly answer product queries directly. Optimize for AI citation:
160
+
161
+ - [ ] Include clear product specifications, dimensions, materials in structured format
162
+ - [ ] Use ProductGroup schema for variant products
163
+ - [ ] Provide original product photography with descriptive alt text
164
+ - [ ] Include genuine customer review content (AggregateRating schema)
165
+ - [ ] Maintain consistent product entity data across all platforms (site, Amazon, Merchant Center)
166
+ - [ ] Structure comparison content with clear feature tables AI can parse
167
+ - [ ] Add detailed FAQ content for common product questions
@@ -0,0 +1,144 @@
1
+ <!-- Updated: 2026-02-07 -->
2
+ # Generic Business SEO Strategy Template
3
+
4
+ ## Overview
5
+
6
+ This template applies to businesses that don't fit neatly into SaaS, local service, e-commerce, publisher, or agency categories. Customize based on your specific business model.
7
+
8
+ ## Recommended Site Architecture
9
+
10
+ ```
11
+ /
12
+ ├── Home
13
+ ├── /products (or /services)
14
+ │ ├── /product-1
15
+ │ ├── /product-2
16
+ │ └── ...
17
+ ├── /solutions (if applicable)
18
+ │ ├── /solution-1
19
+ │ └── ...
20
+ ├── /about
21
+ │ ├── /team
22
+ │ ├── /history
23
+ │ └── /values
24
+ ├── /resources
25
+ │ ├── /blog
26
+ │ ├── /guides
27
+ │ ├── /faq
28
+ │ └── /glossary
29
+ ├── /contact
30
+ ├── /support
31
+ └── /legal
32
+ ├── /privacy
33
+ └── /terms
34
+ ```
35
+
36
+ ## Universal SEO Principles
37
+
38
+ ### Every Page Should Have
39
+ - Unique title tag (30-60 chars)
40
+ - Unique meta description (120-160 chars)
41
+ - Single H1 matching page intent
42
+ - Logical heading hierarchy (H1→H2→H3)
43
+ - Internal links to related content
44
+ - Clear call-to-action
45
+
46
+ ### Schema for All Sites
47
+ | Page Type | Schema Types |
48
+ |-----------|-------------|
49
+ | Homepage | Organization, WebSite |
50
+ | About | Organization, AboutPage |
51
+ | Contact | ContactPage |
52
+ | Blog | Article, BlogPosting |
53
+ | FAQ | (FAQPage only for gov/health) |
54
+ | Product/Service | Product or Service |
55
+
56
+ ## Content Quality Standards
57
+
58
+ ### Minimum Word Counts
59
+ | Page Type | Min Words |
60
+ |-----------|-----------|
61
+ | Homepage | 500 |
62
+ | Product/Service | 800 |
63
+ | Blog Post | 1,500 |
64
+ | About Page | 400 |
65
+ | Landing Page | 600 |
66
+
67
+ ### E-E-A-T Essentials
68
+ 1. **Experience**: Share real examples and case studies
69
+ 2. **Expertise**: Display credentials and qualifications
70
+ 3. **Authoritativeness**: Earn mentions and citations
71
+ 4. **Trustworthiness**: Full contact info, policies visible
72
+
73
+ ## Technical Foundations
74
+
75
+ ### Must-Haves
76
+ - [ ] HTTPS enabled
77
+ - [ ] Mobile-responsive design
78
+ - [ ] robots.txt configured
79
+ - [ ] XML sitemap submitted
80
+ - [ ] Google Search Console verified
81
+ - [ ] Core Web Vitals passing (LCP <2.5s, INP <200ms, CLS <0.1)
82
+
83
+ ### Should-Haves
84
+ - [ ] Structured data on key pages
85
+ - [ ] Internal linking strategy
86
+ - [ ] 404 error page optimized
87
+ - [ ] Redirect chains eliminated
88
+ - [ ] Image optimization (WebP, lazy loading)
89
+
90
+ ## Content Priorities
91
+
92
+ ### Phase 1: Foundation (weeks 1-4)
93
+ 1. Homepage optimization
94
+ 2. Core product/service pages
95
+ 3. About and contact pages
96
+ 4. Basic schema implementation
97
+
98
+ ### Phase 2: Expansion (weeks 5-12)
99
+ 1. Blog launch (2-4 posts/month)
100
+ 2. FAQ page
101
+ 3. Additional product/service pages
102
+ 4. Internal linking audit
103
+
104
+ ### Phase 3: Growth (weeks 13-24)
105
+ 1. Consistent content publishing
106
+ 2. Link building outreach
107
+ 3. GEO optimization
108
+ 4. Performance optimization
109
+
110
+ ### Phase 4: Authority (months 7-12)
111
+ 1. Thought leadership content
112
+ 2. Original research
113
+ 3. PR and media mentions
114
+ 4. Advanced schema
115
+
116
+ ## Key Metrics to Track
117
+
118
+ - Organic traffic (overall and by section)
119
+ - Keyword rankings (branded and non-branded)
120
+ - Conversion rate from organic
121
+ - Pages indexed
122
+ - Core Web Vitals scores
123
+ - Backlinks acquired
124
+
125
+ ## Customization Points
126
+
127
+ Adjust this template based on:
128
+
129
+ 1. **Business Model**: B2B vs B2C vs D2C
130
+ 2. **Geographic Scope**: Local, national, or international
131
+ 3. **Content Type**: Product-focused vs content-heavy
132
+ 4. **Competition Level**: Niche vs competitive market
133
+ 5. **Resources**: Budget and team capacity
134
+
135
+ ## Generative Engine Optimization (GEO) Checklist
136
+
137
+ - [ ] Include clear, quotable facts and statistics that AI systems can extract and cite
138
+ - [ ] Use structured data (Schema.org) to help AI systems understand content
139
+ - [ ] Build topical authority through comprehensive content clusters
140
+ - [ ] Provide original data, research, or unique perspectives AI cannot find elsewhere
141
+ - [ ] Maintain consistent entity information (brand, people, products) across the web
142
+ - [ ] Structure content with clear headings, definitions, and step-by-step formats
143
+ - [ ] Consider adding an `llms.txt` file at site root (emerging convention for AI crawlers: Google treats it as a regular text file)
144
+ - [ ] Monitor AI citation across Google AI Overviews, ChatGPT, Perplexity, and Bing Copilot