Strategic SEO Planning

Strategic SEO planning for new or existing websites.

How to use it

  1. Hit Copy SKILL.md — or use the Claude Code line below to get every file.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit AgriciDaniel/claude-seo/skills/seo-plan#main ~/.claude/skills/seo-plan

For one project only, change the path to .claude/skills/seo-plan. This skill also uses saas.md, local-service.md, ecommerce.md, publisher.md, agency.md, generic.md — copying SKILL.md alone won't be enough. See the folder on GitHub.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text127 lines
seo-plan/SKILL.md127 lines4.3 KBpushed 11d agoRawView on GitHub

Strategic SEO Planning

Process

1. Discovery

  • Business type, target audience, competitors, goals
  • Current site assessment (if exists)
  • Budget and timeline constraints
  • Key performance indicators (KPIs)

2. Competitive Analysis

  • Identify top 5 competitors
  • Analyze their content strategy, schema usage, technical setup
  • Identify keyword gaps and content opportunities
  • Assess their E-E-A-T signals
  • Estimate their domain authority

3. Architecture Design

  • Load industry template from assets/ directory
  • Design URL hierarchy and content pillars
  • Plan internal linking strategy
  • Sitemap structure with quality gates applied
  • Information architecture for user journeys

4. Content Strategy

  • Content gaps vs competitors
  • Page types and estimated counts
  • Blog/resource topics and publishing cadence
  • E-E-A-T building plan (author bios, credentials, experience signals)
  • Content calendar with priorities

5. Technical Foundation

  • Hosting and performance requirements
  • Schema markup plan per page type
  • Core Web Vitals baseline targets
  • AI search readiness requirements
  • Mobile-first considerations

6. Implementation Roadmap (4 phases)

Phase 1: Foundation (weeks 1-4)

  • Technical setup and infrastructure
  • Core pages (home, about, contact, main services)
  • Essential schema implementation
  • Analytics and tracking setup

Phase 2: Expansion (weeks 5-12)

  • Content creation for primary pages
  • Blog launch with initial posts
  • Internal linking structure
  • Local SEO setup (if applicable)

Phase 3: Scale (weeks 13-24)

  • Advanced content development
  • Link building and outreach
  • GEO optimization
  • Performance optimization

Phase 4: Authority (months 7-12)

  • Thought leadership content
  • PR and media mentions
  • Advanced schema implementation
  • Continuous optimization

Industry Templates

Load from assets/ directory:

  • saas.md: SaaS/software companies
  • local-service.md: Local service businesses
  • ecommerce.md: E-commerce stores
  • publisher.md: Content publishers/media
  • agency.md: Agencies and consultancies
  • generic.md: General business template

Output

Deliverables

  • SEO-STRATEGY.md: Complete strategic plan
  • COMPETITOR-ANALYSIS.md: Competitive insights
  • CONTENT-CALENDAR.md: Content roadmap
  • IMPLEMENTATION-ROADMAP.md: Phased action plan
  • SITE-STRUCTURE.md: URL hierarchy and architecture

KPI Targets

Metric Baseline 3 Month 6 Month 12 Month
Organic Traffic ... ... ... ...
Keyword Rankings ... ... ... ...
Domain Authority ... ... ... ...
Indexed Pages ... ... ... ...
Core Web Vitals ... ... ... ...

Success Criteria

  • Clear, measurable goals per phase
  • Resource requirements defined
  • Dependencies identified
  • Risk mitigation strategies

DataForSEO Integration (Optional)

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.

Error Handling

Scenario Action
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.
No website URL provided Proceed with new-site planning mode. Skip current site assessment and competitive gap analysis that require a live URL.
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.
1---
2name: seo-plan
3description: >
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", "SEO planning",
7 "content strategy", "keyword strategy", "content calendar",
8 "site architecture", or "SEO roadmap".
9user-invocable: true
10argument-hint: "[business-type]"
11license: MIT
12metadata:
13 author: AgriciDaniel
14 version: "2.3.1"
15 category: seo
16---
17 
18# Strategic SEO Planning
19 
20## Process
21 
22### 1. Discovery
23- Business type, target audience, competitors, goals
24- Current site assessment (if exists)
25- Budget and timeline constraints
26- Key performance indicators (KPIs)
27 
28### 2. Competitive Analysis
29- Identify top 5 competitors
30- Analyze their content strategy, schema usage, technical setup
31- Identify keyword gaps and content opportunities
32- Assess their E-E-A-T signals
33- Estimate their domain authority
34 
35### 3. Architecture Design
36- Load industry template from `assets/` directory
37- Design URL hierarchy and content pillars
38- Plan internal linking strategy
39- Sitemap structure with quality gates applied
40- Information architecture for user journeys
41 
42### 4. Content Strategy
43- Content gaps vs competitors
44- Page types and estimated counts
45- Blog/resource topics and publishing cadence
46- E-E-A-T building plan (author bios, credentials, experience signals)
47- Content calendar with priorities
48 
49### 5. Technical Foundation
50- Hosting and performance requirements
51- Schema markup plan per page type
52- Core Web Vitals baseline targets
53- AI search readiness requirements
54- Mobile-first considerations
55 
56### 6. Implementation Roadmap (4 phases)
57 
58#### Phase 1: Foundation (weeks 1-4)
59- Technical setup and infrastructure
60- Core pages (home, about, contact, main services)
61- Essential schema implementation
62- Analytics and tracking setup
63 
64#### Phase 2: Expansion (weeks 5-12)
65- Content creation for primary pages
66- Blog launch with initial posts
67- Internal linking structure
68- Local SEO setup (if applicable)
69 
70#### Phase 3: Scale (weeks 13-24)
71- Advanced content development
72- Link building and outreach
73- GEO optimization
74- Performance optimization
75 
76#### Phase 4: Authority (months 7-12)
77- Thought leadership content
78- PR and media mentions
79- Advanced schema implementation
80- Continuous optimization
81 
82## Industry Templates
83 
84Load from `assets/` directory:
85- `saas.md`: SaaS/software companies
86- `local-service.md`: Local service businesses
87- `ecommerce.md`: E-commerce stores
88- `publisher.md`: Content publishers/media
89- `agency.md`: Agencies and consultancies
90- `generic.md`: General business template
91 
92## Output
93 
94### Deliverables
95- `SEO-STRATEGY.md`: Complete strategic plan
96- `COMPETITOR-ANALYSIS.md`: Competitive insights
97- `CONTENT-CALENDAR.md`: Content roadmap
98- `IMPLEMENTATION-ROADMAP.md`: Phased action plan
99- `SITE-STRUCTURE.md`: URL hierarchy and architecture
100 
101### KPI Targets
102| Metric | Baseline | 3 Month | 6 Month | 12 Month |
103|--------|----------|---------|---------|----------|
104| Organic Traffic | ... | ... | ... | ... |
105| Keyword Rankings | ... | ... | ... | ... |
106| Domain Authority | ... | ... | ... | ... |
107| Indexed Pages | ... | ... | ... | ... |
108| Core Web Vitals | ... | ... | ... | ... |
109 
110### Success Criteria
111- Clear, measurable goals per phase
112- Resource requirements defined
113- Dependencies identified
114- Risk mitigation strategies
115 
116## DataForSEO Integration (Optional)
117 
118If 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.
119 
120## Error Handling
121 
122| Scenario | Action |
123|----------|--------|
124| 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. |
125| No website URL provided | Proceed with new-site planning mode. Skip current site assessment and competitive gap analysis that require a live URL. |
126| 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. |
127 

Discussion

Alternatives

Also in Roadmap & priorities