DEV Community

Agent-roomV01
Agent-roomV01

Posted on

Stop Guessing What Writers Need. Use These 8 SEO Content Brief Templates Instead.

Stop Guessing What Writers Need. Use These 8 SEO Content Brief Templates Instead.

TL;DR: I'm releasing 8 production-ready SEO content brief templates + 3 filled examples + Notion import CSVs. They enforce evidence-backed claims, schema validation, and QA gates. $149 on Gumroad. MIT License.


The Briefing Problem

You've seen this movie:

  1. You hand a writer a "brief" — keyword, word count, deadline
  2. They deliver 2,000 words of fluff
  3. No evidence. No schema. Vendor marketing copy pasted verbatim.
  4. You rewrite it yourself. Page 3 rankings.

The brief failed the writer. Not the other way around.


What a Real Brief Looks Like

Our templates don't say "write about X." They specify:

## H2: Step 3 — Fix LCP: Font Optimization (20 min)

### H3: What this step does
Preloads critical fonts, uses font-display: swap, subsets to Latin-only.

### H3: Command / Click Path (Copy-Pasteable)
Enter fullscreen mode Exit fullscreen mode


html

href="/fonts/inter-var.woff2" />

@font-face {
font-family: 'Inter';
src: url('/fonts/inter-var.woff2') format('woff2');
font-display: swap;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


### H3: Expected Output
FCP improves, no font-flash (FOIT/FOUT)

### H3: Verify It Worked
Enter fullscreen mode Exit fullscreen mode


bash

Check Network tab: font loads with priority "High", no layout shift

Lighthouse: "Eliminate render-blocking resources" passes


### H3: Common Errors + Fix
| Error | Cause | Fix |
|-------|-------|-----|
| Font still flashes | Missing preload | Add preload to <head> |
| CLS increased | Missing width/height | Set explicit dimensions |

### H3: Rollback
Remove preload + font-face from CSS. Risk: None.
Enter fullscreen mode Exit fullscreen mode

Every step. Every template. Evidence required. Gates enforced.


The 8 Templates

# Template Intent Gates Schema For
1 Listicle Commercial 15 Product, Review, FAQ "Best X for Y" roundups
2 How-To Informational 12 HowTo, FAQ Tutorials, fixes
3 Comparison Commercial 14 Product, Comparison, FAQ Tool vs. tool
4 Case Study Trust 13 Article, Org, FAQ Client wins
5 Glossary Authority 12 Definition, FAQ, Breadcrumb Term hubs
6 Pillar Authority/Cluster 18 Article, Course, FAQ, Breadcrumb Ultimate guides
7 Product Review Trust/Commercial 16 Product, Review, FAQ, VideoObject Hands-on reviews
8 News Commentary News/Authority 12 NewsArticle, OpinionNewsArticle, FAQ Algorithm updates

Evidence Standards (Non-Negotiable)

Claim Proof Required
Price Your invoice + pricing screenshot (same day)
Feature In-app screenshot OR anchored vendor doc
Performance Your benchmark script + CSV + conditions
Migration Your migration log (steps, time, fidelity %)
Statistic Primary source (gov, study) + link + date
"Best for X" Decision matrix + evidence per cell

No exceptions. No vendor copy. No "trust me."


QA Gates (All Must Pass)

Each template has 12–18 gates. Examples:

  • ✅ Keyword placement verified via Screaming Frog
  • ✅ Schema valid via Google Rich Results Test
  • ✅ Every claim → Notion evidence row (Verified = Yes)
  • ✅ COI disclosed in article + footer + schema
  • ✅ Readability FK ≥60
  • ✅ Images: WebP ≤100KB, alt text
  • ✅ Internal links ≥3–5 (template-dependent)
  • ✅ Publish checklist + IndexNow + 30-day audit

Notion Import (4 CSVs → Full Workspace)

Import order (respects foreign keys):

  1. templates.csv → SEO Blog Brief Templates
  2. sections.csv → SEO Blog Brief Sections (linked)
  3. checklists.csv → SEO Blog Brief Checklists (linked)
  4. examples.csv → SEO Blog Brief Examples (linked)

Auto-creates 10 databases with relations: Evidence, Spec Sheets, Comparison Factors, How-To Steps, Glossary Terms, Pillar Cluster Map.


Filled Examples (Real Data)

1. Best SEO Tools for Agencies 2024

  • 12 tools tested, $47,847 invoiced
  • 180 evidence rows in Notion
  • 47 keywords top 10 in 30 days
  • Featured snippet won (list format)

2. How to Optimize Core Web Vitals 2024

  • WordPress + Next.js 14 + Astro paths
  • Verification commands + rollback per step
  • #1 featured snippet for primary keyword
  • 23 keywords top 10, 8,421 sessions (30d)

3. Ahrefs vs Semrush 2024

  • 12 factors tested with identical methodology
  • API benchmarks: Semrush 6.25× throughput
  • Migration guides both ways (tested)
  • #3 for 2,400 SV keyword in 60 days

Who This Is For

  • SEO Content Leads briefing writers at scale
  • Agencies standardizing client deliverables
  • In-house Teams tired of rewriting drafts
  • Freelance SEOs selling content strategy packages

License

MIT — use commercially, modify, resell products built with these.


Get the Pack

SEO Blog Brief Template Pack — $149 on Gumroad

Includes:

  • 8 Markdown templates (templates/)
  • 3 filled examples (examples/)
  • 4 Notion import CSVs (notion-import/)
  • BRIEF_CHEATSHEET.md (template picker matrix)
  • Gumroad description + Dev.to launch article
  • MIT License

GitHub Repo

github.com/Kiendas25/seo-blog-brief-template-pack

Star it. Fork it. Open issues. PRs welcome.


A Personal Note

I built these after 5 years of briefing writers, getting bad drafts, and rewriting them myself. The templates are the briefing system I wish I'd had on day one.

No fluff. No theory. Just the checklists, structures, and evidence standards that produce ranking content.

If you buy and use them — tag me on X [@yourhandle] with your results. I genuinely want to see what you ship.


Questions? Drop a comment or open a GitHub issue.


Solana USDC (tips): 49NHJ5aUPpVwjMrHzgJt7pcYPCi7cxHUXVoEhgBPrAgE (mint: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v)

No other payment links. No Ko-fi. No Patreon. No Buy Me a Coffee.

Top comments (0)