SEOContentMarketingInternationalization

From Zero to 101 Guides: Scaling Content for SEO

By Ezequiel Carrizo
Ezquiel, the author Picture
Published on
Person writing at a desk

When I launched Interview Sparring, I knew the product itself was not enough. I needed organic traffic — people searching for interview advice who would discover the platform naturally. So I wrote 101 guides. This is the strategy behind them.

Hi there! Want to support me?

Why 101 Guides?

The number is deliberate. 50 guides cover the basics. 100+ signals authority to search engines. Each guide targets a specific long-tail keyword with clear search intent. Instead of one broad "interview tips" page that competes with every career site on the internet, I built 101 pages each targeting a specific question someone actually types into Google.

"How to answer tell me about yourself" — long-tail, clear intent, moderate competition. "What to wear to a job interview" — same pattern. "How to negotiate salary" — same. Multiply by 101 and you have a content moat that is hard to replicate.

Content Architecture

Every guide follows the same structure: a metadata block with SEO fields, a clear heading hierarchy, and content written for the specific search intent. The frontmatter drives everything: title tags, meta descriptions, related links, and category grouping.

---
title: "How to Answer 'Tell Me About Yourself' in 60 Seconds"
description: "The 3-part formula to answer this question with confidence."
keywords: ["tell me about yourself", "interview introduction", "self introduction interview"]
publishedAt: "2026-05-08"
category: "Behavioral Questions"
relatedSlugs: ["star-method", "walk-me-through-your-resume"]
---
# How to Answer 'Tell Me About Yourself' in 60 Seconds
**Search intent:** Job seekers who need a formula for this question.

The relatedSlugs field is particularly important. It creates an internal linking structure that tells search engines these pages are thematically connected. A user reading about the STAR method is one click away from guides on quantifying impact, handling failure questions, and answering concisely.

Hi there! Want to support me?

Internationalization

The guides are available in five languages: English, Spanish, German, French, and Portuguese. Each language has its own directory with translated markdown files. The translations are not machine-generated — they are written or reviewed by native speakers to preserve the nuance that makes the content valuable.

content/tips/
├── tell-me-about-yourself.md # 101 English guides
├── star-method.md
├── ...
├── es/ # Spanish translations
│ ├── tell-me-about-yourself.md
│ └── ...
├── de/ # German translations
├── fr/ # French translations
└── pt/ # Portuguese translations

The Next.js app router handles locale detection via the [lang] route parameter, serving the appropriate content based on the URL prefix. Each locale has its own sitemap and hreflang tags, ensuring search engines surface the right version for each user.

The Writing Process

Writing 101 guides is a marathon, not a sprint. My process:

  • Research first: For each topic, I study the top 5 ranking pages to understand what search intent they serve and where they fall short.
  • Structure consistently: Every guide opens with the search intent, covers the core concept, provides concrete examples, and closes with actionable takeaways.
  • Edit for skimmability: Most readers scan, they do not read. Subheadings, bullet points, and bold key phrases make the content digestible.
  • Measure and iterate: Guides that rank on page two get rewrites. Guides on page one get internal links from newer content.

Results

The strategy is working. Organic traffic grows month over month. Guides are ranking for their target keywords, and the internal linking structure means a reader who finds one guide often reads three or four. The conversion rate from guide reader to platform user is higher than any other acquisition channel.

If you are building a SaaS product, do not underestimate content marketing. It takes time to compound, but once it does, it becomes the most defensible moat you have.