DEV Community

Thesius Code
Thesius Code

Posted on • Originally published at datanest-stores.pages.dev

SEO Content Toolkit

SEO Content Toolkit

A complete SEO content system covering keyword research workflows, on-page optimization checklists, content cluster architecture, internal linking strategies, and rank tracking templates. Build topical authority and drive organic traffic with a structured, repeatable process.

Key Features

  • Keyword research workflow — step-by-step process from seed terms to target keyword list
  • On-page SEO checklist — 25-point per-page audit covering title, headers, content, technical, and UX
  • Content cluster planner — pillar + cluster architecture for topical authority
  • Internal linking strategy — link maps, anchor text rules, and orphan page detection
  • Rank tracking template — weekly position monitoring for target keywords
  • Competitor content gap analysis — find topics competitors rank for that you don't cover

What's Included

seo-content-toolkit/
├── src/
│   ├── keyword_research.md         # Research workflow and templates
│   ├── onpage_checklist.md         # 25-point per-page SEO audit
│   ├── content_cluster_planner.md  # Pillar/cluster architecture
│   ├── internal_linking.md         # Link strategy and mapping
│   ├── rank_tracker.md             # Weekly position tracking
│   └── competitor_analysis.md      # Content gap analysis framework
├── examples/
│   ├── sample_keyword_sheet.md     # Completed keyword research
│   └── sample_cluster_map.md       # Completed content cluster
└── README.md
Enter fullscreen mode Exit fullscreen mode

Quick Start

  1. Run the Keyword Research Workflow to build your target keyword list
  2. Map keywords to pages using the Content Cluster Planner
  3. Write content using the On-Page SEO Checklist as your guide
  4. Connect pages with the Internal Linking Strategy
  5. Monitor performance with the Rank Tracker
  6. Find new opportunities with Competitor Content Gap Analysis

Keyword Research Workflow Template

# Keyword Research Worksheet

## Step 1: Seed Terms
List 5-10 broad topics your audience searches for:
1. [SEED_TERM_1]
2. [SEED_TERM_2]
3. [SEED_TERM_3]

## Step 2: Expand with Modifiers
For each seed term, add modifiers:
- How to [SEED_TERM]
- [SEED_TERM] for beginners
- Best [SEED_TERM] tools
- [SEED_TERM] vs [ALTERNATIVE]
- [SEED_TERM] examples
- [SEED_TERM] template

## Step 3: Evaluate and Prioritize
| Keyword | Monthly Volume | Difficulty | Intent | Priority |
|---------|---------------|------------|--------|----------|
| [KEYWORD_1] | [VOL] | [LOW/MED/HIGH] | Informational | [1-5] |
| [KEYWORD_2] | [VOL] | [LOW/MED/HIGH] | Commercial | [1-5] |
| [KEYWORD_3] | [VOL] | [LOW/MED/HIGH] | Transactional | [1-5] |

## Step 4: Map to Content Types
| Keyword | Content Type | Target URL | Cluster |
|---------|-------------|------------|---------|
| [KEYWORD_1] | Tutorial | /blog/[SLUG] | [PILLAR] |
| [KEYWORD_2] | Comparison | /blog/[SLUG] | [PILLAR] |

## Tools for Volume/Difficulty Data (free)
- Google Search Console (existing rankings)
- Google Keyword Planner (volume estimates)
- Google Trends (trend direction)
- "People Also Ask" boxes (question keywords)
- Related searches (bottom of SERP)
Enter fullscreen mode Exit fullscreen mode

Content Cluster Planner

# Content Cluster: [TOPIC]

## Pillar Page
- **Title:** The Complete Guide to [TOPIC]
- **Target Keyword:** [PRIMARY_KEYWORD]
- **URL:** /guides/[SLUG]
- **Word Count:** 3,000-5,000 words
- **Format:** Comprehensive guide covering all subtopics

## Cluster Articles
| # | Title | Target Keyword | Word Count | Links To Pillar | Status |
|---|-------|---------------|------------|-----------------|--------|
| 1 | How to [SUBTOPIC_1] | [KEYWORD] | 1,500 | Yes | Draft |
| 2 | [SUBTOPIC_2] vs [SUBTOPIC_3] | [KEYWORD] | 2,000 | Yes | Idea |
| 3 | Best [TOOLS] for [SUBTOPIC_4] | [KEYWORD] | 1,800 | Yes | Idea |
| 4 | [NUMBER] [SUBTOPIC_5] Examples | [KEYWORD] | 1,500 | Yes | Idea |
| 5 | Common [TOPIC] Mistakes | [KEYWORD] | 1,200 | Yes | Idea |

## Internal Linking Plan
- Pillar links OUT to each cluster article (in relevant sections)
- Each cluster article links BACK to pillar page (in intro or context)
- Cluster articles link to each other where relevant (2-3 cross-links)
Enter fullscreen mode Exit fullscreen mode

On-Page SEO Checklist (Excerpt)

# On-Page SEO Audit: [URL]

## Title & Meta
- [ ] Title tag includes primary keyword (within first 60 characters)
- [ ] Meta description includes keyword + CTA (under 155 characters)
- [ ] URL slug is short, descriptive, and includes keyword
- [ ] Only one H1 tag on the page

## Content
- [ ] Primary keyword appears in first 100 words
- [ ] Primary keyword in at least one H2
- [ ] Content length meets or exceeds SERP average for this keyword
- [ ] Includes 2-3 related/secondary keywords naturally
- [ ] Uses lists, tables, or structured data where appropriate
- [ ] Includes original images, diagrams, or screenshots

## Technical
- [ ] Page loads in under 3 seconds
- [ ] Mobile-responsive layout
- [ ] Images have descriptive alt text with keyword where natural
- [ ] No broken internal or external links
- [ ] Schema markup added (Article, FAQ, or HowTo as appropriate)

## Internal Linking
- [ ] Links to pillar page (if cluster article)
- [ ] Links to 2-3 related articles
- [ ] Anchor text is descriptive (not "click here")
- [ ] No orphan pages (every page has at least 1 inbound link)

## User Experience
- [ ] Clear above-the-fold value proposition
- [ ] Table of contents for posts over 1,500 words
- [ ] CTA present (email signup, product, or related content)
Enter fullscreen mode Exit fullscreen mode

Usage Tips

  • Focus on one content cluster at a time. Build topical authority depth-first, not breadth-first.
  • Use the on-page checklist as a pre-publish gate. Don't publish until every box is checked.
  • Refresh content every 6 months. Update stats, screenshots, and dates. Google rewards freshness.
  • Check rank tracker weekly, act monthly. Weekly data is noisy; monthly trends are signal.

Best Practices

  1. Target keywords with clear search intent. A keyword with 100 searches and high intent beats 10,000 searches with vague intent.
  2. Build clusters of 5-8 articles per pillar. This is the sweet spot for topical authority without overextending.
  3. Fix internal linking before writing new content. You may already have pages that could rank higher with proper links.
  4. Write for humans, optimize for machines. The checklist ensures machine-readability; your expertise ensures human value.
  5. Track featured snippet opportunities. Format answers as lists, tables, or short paragraphs to win position zero.

This is 1 of 11 resources in the Content Creator Toolkit toolkit. Get the complete [SEO Content Toolkit] with all files, templates, and documentation for $29.

Get the Full Kit →

Or grab the entire Content Creator Toolkit bundle (11 products) for $129 — save 30%.

Get the Complete Bundle →


Related Articles

Top comments (0)