antigravity-seo-kit 2.0.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.
Potentially problematic release.
This version of antigravity-seo-kit might be problematic. Click here for more details.
- package/.agent/agent.md +96 -0
- package/.agent/skills/seo/SKILL.md +153 -0
- package/.agent/skills/seo/references/cwv-thresholds.md +108 -0
- package/.agent/skills/seo/references/eeat-framework.md +214 -0
- package/.agent/skills/seo/references/local-schema-types.md +230 -0
- package/.agent/skills/seo/references/local-seo-signals.md +218 -0
- package/.agent/skills/seo/references/maps-api-endpoints.md +160 -0
- package/.agent/skills/seo/references/maps-free-apis.md +176 -0
- package/.agent/skills/seo/references/maps-gbp-checklist.md +150 -0
- package/.agent/skills/seo/references/maps-geo-grid.md +154 -0
- package/.agent/skills/seo/references/quality-gates.md +155 -0
- package/.agent/skills/seo/references/schema-types.md +118 -0
- package/.agent/skills/seo/schema/templates.json +213 -0
- package/.agent/skills/seo/scripts/analyze_visual.py +217 -0
- package/.agent/skills/seo/scripts/capture_screenshot.py +181 -0
- package/.agent/skills/seo/scripts/fetch_page.py +196 -0
- package/.agent/skills/seo/scripts/parse_html.py +201 -0
- package/.agent/skills/seo-audit/SKILL.md +278 -0
- package/.agent/skills/seo-competitor-pages/SKILL.md +212 -0
- package/.agent/skills/seo-content/SKILL.md +230 -0
- package/.agent/skills/seo-dataforseo/SKILL.md +418 -0
- package/.agent/skills/seo-geo/SKILL.md +305 -0
- package/.agent/skills/seo-google/SKILL.md +405 -0
- package/.agent/skills/seo-google/assets/templates/cwv-audit-report.md +48 -0
- package/.agent/skills/seo-google/assets/templates/gsc-performance-report.md +44 -0
- package/.agent/skills/seo-google/assets/templates/indexation-status-report.md +43 -0
- package/.agent/skills/seo-google/references/auth-setup.md +154 -0
- package/.agent/skills/seo-google/references/ga4-data-api.md +184 -0
- package/.agent/skills/seo-google/references/indexing-api.md +107 -0
- package/.agent/skills/seo-google/references/keyword-planner-api.md +66 -0
- package/.agent/skills/seo-google/references/nlp-api.md +55 -0
- package/.agent/skills/seo-google/references/pagespeed-crux-api.md +204 -0
- package/.agent/skills/seo-google/references/rate-limits-quotas.md +75 -0
- package/.agent/skills/seo-google/references/search-console-api.md +156 -0
- package/.agent/skills/seo-google/references/supplementary-apis.md +99 -0
- package/.agent/skills/seo-google/references/youtube-api.md +49 -0
- package/.agent/skills/seo-google/scripts/crux_history.py +321 -0
- package/.agent/skills/seo-google/scripts/ga4_report.py +478 -0
- package/.agent/skills/seo-google/scripts/google_auth.py +795 -0
- package/.agent/skills/seo-google/scripts/google_report.py +2273 -0
- package/.agent/skills/seo-google/scripts/gsc_inspect.py +340 -0
- package/.agent/skills/seo-google/scripts/gsc_query.py +378 -0
- package/.agent/skills/seo-google/scripts/indexing_notify.py +313 -0
- package/.agent/skills/seo-google/scripts/keyword_planner.py +297 -0
- package/.agent/skills/seo-google/scripts/nlp_analyze.py +309 -0
- package/.agent/skills/seo-google/scripts/pagespeed_check.py +649 -0
- package/.agent/skills/seo-google/scripts/youtube_search.py +355 -0
- package/.agent/skills/seo-hreflang/SKILL.md +192 -0
- package/.agent/skills/seo-image-gen/SKILL.md +211 -0
- package/.agent/skills/seo-image-gen/references/cost-tracking.md +47 -0
- package/.agent/skills/seo-image-gen/references/gemini-models.md +200 -0
- package/.agent/skills/seo-image-gen/references/mcp-tools.md +115 -0
- package/.agent/skills/seo-image-gen/references/post-processing.md +192 -0
- package/.agent/skills/seo-image-gen/references/presets.md +69 -0
- package/.agent/skills/seo-image-gen/references/prompt-engineering.md +411 -0
- package/.agent/skills/seo-image-gen/references/seo-image-presets.md +137 -0
- package/.agent/skills/seo-image-gen/scripts/batch.py +97 -0
- package/.agent/skills/seo-image-gen/scripts/cost_tracker.py +191 -0
- package/.agent/skills/seo-image-gen/scripts/edit.py +141 -0
- package/.agent/skills/seo-image-gen/scripts/generate.py +149 -0
- package/.agent/skills/seo-image-gen/scripts/presets.py +153 -0
- package/.agent/skills/seo-image-gen/scripts/setup_mcp.py +151 -0
- package/.agent/skills/seo-image-gen/scripts/validate_setup.py +133 -0
- package/.agent/skills/seo-images/SKILL.md +176 -0
- package/.agent/skills/seo-local/SKILL.md +381 -0
- package/.agent/skills/seo-maps/SKILL.md +328 -0
- package/.agent/skills/seo-page/SKILL.md +86 -0
- package/.agent/skills/seo-plan/SKILL.md +118 -0
- package/.agent/skills/seo-plan/assets/agency.md +175 -0
- package/.agent/skills/seo-plan/assets/ecommerce.md +167 -0
- package/.agent/skills/seo-plan/assets/generic.md +144 -0
- package/.agent/skills/seo-plan/assets/local-service.md +160 -0
- package/.agent/skills/seo-plan/assets/publisher.md +153 -0
- package/.agent/skills/seo-plan/assets/saas.md +135 -0
- package/.agent/skills/seo-programmatic/SKILL.md +171 -0
- package/.agent/skills/seo-schema/SKILL.md +223 -0
- package/.agent/skills/seo-sitemap/SKILL.md +180 -0
- package/.agent/skills/seo-technical/SKILL.md +211 -0
- package/.agent/workflows/seo-audit.md +17 -0
- package/.agent/workflows/seo-competitor-pages.md +12 -0
- package/.agent/workflows/seo-content.md +14 -0
- package/.agent/workflows/seo-geo.md +12 -0
- package/.agent/workflows/seo-google.md +12 -0
- package/.agent/workflows/seo-hreflang.md +12 -0
- package/.agent/workflows/seo-images.md +13 -0
- package/.agent/workflows/seo-local.md +12 -0
- package/.agent/workflows/seo-maps.md +11 -0
- package/.agent/workflows/seo-page.md +13 -0
- package/.agent/workflows/seo-plan.md +13 -0
- package/.agent/workflows/seo-programmatic.md +12 -0
- package/.agent/workflows/seo-schema.md +11 -0
- package/.agent/workflows/seo-sitemap.md +9 -0
- package/.agent/workflows/seo-technical.md +18 -0
- package/LICENSE +88 -0
- package/README.md +122 -0
- package/bin/cli.js +117 -0
- package/docs/ARCHITECTURE.md +218 -0
- package/docs/COMMANDS.md +184 -0
- package/docs/INSTALLATION.md +100 -0
- package/docs/MCP-INTEGRATION.md +153 -0
- package/docs/TROUBLESHOOTING.md +151 -0
- package/docs/superpowers/plans/2026-03-13-github-audit-fixes.md +511 -0
- package/extensions/banana/README.md +95 -0
- package/extensions/banana/docs/BANANA-SETUP.md +86 -0
- package/extensions/banana/install.sh +170 -0
- package/extensions/banana/references/cost-tracking.md +47 -0
- package/extensions/banana/references/gemini-models.md +200 -0
- package/extensions/banana/references/mcp-tools.md +115 -0
- package/extensions/banana/references/post-processing.md +192 -0
- package/extensions/banana/references/presets.md +69 -0
- package/extensions/banana/references/prompt-engineering.md +411 -0
- package/extensions/banana/references/seo-image-presets.md +137 -0
- package/extensions/banana/scripts/batch.py +97 -0
- package/extensions/banana/scripts/cost_tracker.py +191 -0
- package/extensions/banana/scripts/edit.py +141 -0
- package/extensions/banana/scripts/generate.py +149 -0
- package/extensions/banana/scripts/presets.py +153 -0
- package/extensions/banana/scripts/setup_mcp.py +151 -0
- package/extensions/banana/scripts/validate_setup.py +133 -0
- package/extensions/banana/uninstall.sh +43 -0
- package/extensions/dataforseo/README.md +169 -0
- package/extensions/dataforseo/docs/DATAFORSEO-SETUP.md +74 -0
- package/extensions/dataforseo/field-config.json +280 -0
- package/extensions/dataforseo/install.ps1 +110 -0
- package/extensions/dataforseo/install.sh +161 -0
- package/extensions/dataforseo/uninstall.ps1 +35 -0
- package/extensions/dataforseo/uninstall.sh +39 -0
- package/lib/api.js +190 -0
- package/lib/fingerprint.js +68 -0
- package/lib/installer.js +486 -0
- package/lib/utils.js +254 -0
- package/package.json +40 -0
- package/pyproject.toml +11 -0
- package/requirements-google.txt +15 -0
- package/requirements.txt +11 -0
|
@@ -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
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
<!-- Updated: 2026-02-07 -->
|
|
2
|
+
# Local Service Business SEO Strategy Template
|
|
3
|
+
|
|
4
|
+
## Industry Characteristics
|
|
5
|
+
|
|
6
|
+
- Geographic-focused searches
|
|
7
|
+
- High intent, quick decision making
|
|
8
|
+
- Reviews heavily influence decisions
|
|
9
|
+
- Phone calls are primary conversion
|
|
10
|
+
- Mobile-first user behavior
|
|
11
|
+
- Emergency/urgent service needs
|
|
12
|
+
|
|
13
|
+
## Recommended Site Architecture
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
/
|
|
17
|
+
├── Home
|
|
18
|
+
├── /services
|
|
19
|
+
│ ├── /service-1
|
|
20
|
+
│ ├── /service-2
|
|
21
|
+
│ └── ...
|
|
22
|
+
├── /locations
|
|
23
|
+
│ ├── /city-1
|
|
24
|
+
│ │ ├── /service-1-city-1
|
|
25
|
+
│ │ └── ...
|
|
26
|
+
│ ├── /city-2
|
|
27
|
+
│ └── ...
|
|
28
|
+
├── /about
|
|
29
|
+
├── /reviews
|
|
30
|
+
├── /gallery (or /portfolio)
|
|
31
|
+
├── /blog
|
|
32
|
+
├── /contact
|
|
33
|
+
├── /emergency (if applicable)
|
|
34
|
+
└── /faq
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Quality Gates
|
|
38
|
+
|
|
39
|
+
### Location Page Limits
|
|
40
|
+
- ⚠️ **WARNING** at 30+ location pages
|
|
41
|
+
- 🛑 **HARD STOP** at 50+ location pages
|
|
42
|
+
|
|
43
|
+
### Unique Content Requirements
|
|
44
|
+
| Page Type | Min Words | Unique % |
|
|
45
|
+
|-----------|-----------|----------|
|
|
46
|
+
| Primary Location | 600 | 60%+ |
|
|
47
|
+
| Service Area | 500 | 40%+ |
|
|
48
|
+
| Service Page | 800 | 100% |
|
|
49
|
+
|
|
50
|
+
### What Makes Location Pages Unique
|
|
51
|
+
- Local landmarks and neighborhoods
|
|
52
|
+
- Specific services offered at that location
|
|
53
|
+
- Local team members
|
|
54
|
+
- Location-specific testimonials
|
|
55
|
+
- Community involvement
|
|
56
|
+
- Local regulations or considerations
|
|
57
|
+
|
|
58
|
+
## Schema Recommendations
|
|
59
|
+
|
|
60
|
+
| Page Type | Schema Types |
|
|
61
|
+
|-----------|-------------|
|
|
62
|
+
| Homepage | LocalBusiness, Organization |
|
|
63
|
+
| Service Pages | Service, LocalBusiness |
|
|
64
|
+
| Location Pages | LocalBusiness (with geo) |
|
|
65
|
+
| Contact | ContactPage, LocalBusiness |
|
|
66
|
+
| Reviews | LocalBusiness (with AggregateRating) |
|
|
67
|
+
|
|
68
|
+
### LocalBusiness Schema Example
|
|
69
|
+
```json
|
|
70
|
+
{
|
|
71
|
+
"@context": "https://schema.org",
|
|
72
|
+
"@type": "LocalBusiness",
|
|
73
|
+
"name": "Business Name",
|
|
74
|
+
"address": {
|
|
75
|
+
"@type": "PostalAddress",
|
|
76
|
+
"streetAddress": "123 Main St",
|
|
77
|
+
"addressLocality": "City",
|
|
78
|
+
"addressRegion": "State",
|
|
79
|
+
"postalCode": "12345"
|
|
80
|
+
},
|
|
81
|
+
"telephone": "+1-555-555-5555",
|
|
82
|
+
"openingHours": "Mo-Fr 08:00-18:00",
|
|
83
|
+
"geo": {
|
|
84
|
+
"@type": "GeoCoordinates",
|
|
85
|
+
"latitude": "40.7128",
|
|
86
|
+
"longitude": "-74.0060"
|
|
87
|
+
},
|
|
88
|
+
"areaServed": ["City 1", "City 2"],
|
|
89
|
+
"priceRange": "$$"
|
|
90
|
+
}
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Google Business Profile Integration
|
|
94
|
+
|
|
95
|
+
- Ensure NAP consistency (Name, Address, Phone)
|
|
96
|
+
- Sync service categories
|
|
97
|
+
- Regular post updates
|
|
98
|
+
- Photo uploads
|
|
99
|
+
- Review response strategy
|
|
100
|
+
|
|
101
|
+
### Google Business Profile Updates (2025-2026)
|
|
102
|
+
|
|
103
|
+
- **Video verification** is now standard: postcard verification has been largely phased out. Prepare for a short video verification process showing the business location or service area.
|
|
104
|
+
- **WhatsApp integration** replaced Google Business Chat (deprecated). Businesses can connect WhatsApp as their primary messaging channel.
|
|
105
|
+
- **Q&A removed from Maps**: replaced by AI-generated answers. Ensure your GBP description, services, and website FAQ are comprehensive, as Google AI uses them to answer queries.
|
|
106
|
+
- **Business hours are a top-5 ranking factor**: "Business is open at time of search" ranked as a top individual factor for the first time (Whitespark 2026 Local Search Ranking Factors Report). Keep hours accurate; consider extended hours if feasible.
|
|
107
|
+
- **Review "Stories" format**: Google Maps now shows review snippets in a swipeable Stories format on mobile. Encourage detailed, descriptive reviews with photos.
|
|
108
|
+
|
|
109
|
+
### Service Area Business (SAB) Update (June 2025)
|
|
110
|
+
|
|
111
|
+
Google updated SAB guidelines to **disallow entire states or countries** as service areas. SABs must specify: cities, postal/ZIP codes, or neighborhoods. If you serve an entire metro area, list the major cities within it rather than the state.
|
|
112
|
+
|
|
113
|
+
### AI Visibility for Local Businesses
|
|
114
|
+
|
|
115
|
+
AI Overviews appear for only ~0.14% of local keywords (March 2025 data), local SEO faces significantly less AI disruption than other verticals. However, ChatGPT and Perplexity are increasingly used for local recommendations.
|
|
116
|
+
|
|
117
|
+
To optimize for AI local visibility:
|
|
118
|
+
- Ensure presence on expert-curated "best of" lists (ranked #1 AI visibility factor in Whitespark 2026 report)
|
|
119
|
+
- Maintain consistent NAP (Name, Address, Phone) across all platforms
|
|
120
|
+
- Build genuine review volume and quality
|
|
121
|
+
- Use LocalBusiness schema with complete properties (geo, openingHours, priceRange, areaServed)
|
|
122
|
+
|
|
123
|
+
## Content Priorities
|
|
124
|
+
|
|
125
|
+
### High Priority
|
|
126
|
+
1. Homepage with clear service area
|
|
127
|
+
2. Core service pages
|
|
128
|
+
3. Primary city page
|
|
129
|
+
4. Contact page with all locations
|
|
130
|
+
|
|
131
|
+
### Medium Priority
|
|
132
|
+
1. Service + location combination pages
|
|
133
|
+
2. FAQ page
|
|
134
|
+
3. About/team page
|
|
135
|
+
4. Reviews/testimonials page
|
|
136
|
+
|
|
137
|
+
### Blog Topics
|
|
138
|
+
- Seasonal maintenance tips
|
|
139
|
+
- How to choose a [service provider]
|
|
140
|
+
- Warning signs of [problem]
|
|
141
|
+
- DIY vs professional comparisons
|
|
142
|
+
- Local regulations and permits
|
|
143
|
+
|
|
144
|
+
## Key Metrics to Track
|
|
145
|
+
|
|
146
|
+
- Local pack rankings
|
|
147
|
+
- Phone call volume from organic
|
|
148
|
+
- Direction requests
|
|
149
|
+
- Google Business Profile insights
|
|
150
|
+
- Reviews count and rating
|
|
151
|
+
|
|
152
|
+
## Generative Engine Optimization (GEO) for Local
|
|
153
|
+
|
|
154
|
+
- [ ] Include clear, quotable service descriptions and pricing ranges
|
|
155
|
+
- [ ] Use LocalBusiness schema with complete geo, openingHours, and areaServed
|
|
156
|
+
- [ ] Build presence on curated "best of" and local directory lists
|
|
157
|
+
- [ ] Maintain consistent NAP across all platforms (Google, Yelp, Apple Maps)
|
|
158
|
+
- [ ] Include original photos of work, team, and location
|
|
159
|
+
- [ ] Structure FAQ content for common local service questions
|
|
160
|
+
- [ ] Monitor AI citation in ChatGPT and Perplexity local recommendations
|