AI Dev Tools

Ship 18 SEO Pages in 9 Hours Solo Founder

18 pages live and indexed. 9 hours flat. One exhausted-but-triumphant solo founder. This isn't AI magic; it's disciplined parallelization that any indie hacker can steal.

Solo founder timeline showing 18 SEO landing pages deployed in 9 hours with AI tools

Key Takeaways

  • Enforce strict scoping for parallel AI agents — no shared files until final merge.
  • Build a 'done template' first: one gold-standard page defines quality for all.
  • Pull real SERP data from Search Console; target page 2-4 queries for quick wins.

18 landing pages. Indexed by Google. Already racking up search impressions. All shipped in nine hours by a solo founder — no team, no burnout.

That’s the stat that stops you cold. In a world where indie hackers grind out one page every 4-6 hours, this experiment crushed the math: from six years to cover 600 long-tail queries down to a single Saturday sprint.

But here’s the thing — it’s not about 10x AI hype. The founder behind an indie creative platform laid out a gritty, tactical breakdown. Hand-coded pages were killing momentum. Two a week? Forget the SEO flywheel. So he parallelized what he could, firewalled the rest, and hit ‘deploy.’

The Brutal Math Behind the Sprint

600 long-tail queries in his niche. At two pages weekly, that’s six years — by then, he’s slinging lattes, not code.

He pulled real SERP data first: top 100 queries from Google Search Console, filtered for page 2-4 ranks where one solid page flips you to #1. CSV in hand — query, impressions, CTR — he grouped into 22 clusters. Shipped 18 that day.

Smart. Ruthless prioritization.

What Actually Parallelized (And the Merge Hell That Didn’t)

People rave about parallel AI agents like it’s free productivity crack. Wrong. Touch one shared file, and it’s merge apocalypse.

What worked: page-specific drafts, schema gen, image prompts, FAQs, internal links — all scoped to isolated directories. Each subagent got its own slug, no shared writes. Final merge? 15 minutes by hand.

“The first lesson, and the one that took me the longest to learn: not everything parallelizes. People talk about ‘parallel agents’ like it’s magic, but the moment two agents touch the same file, you have a merge nightmare.”

Discipline like that — it’s the secret sauce. No boundaries, no scale.

Step one: SERP CSV as the bible.

Group queries — “free ai image generator” clusters with variants.

Then, the killer move: a ‘done template’ before a single word hits the page.

Can Solo Founders Really Pull Off SEO at Scale?

1,200-1,800 words. H1 with primary keyword. 4-6 H2s loaded with variants. Hero image, FAQ JSON-LD, internal links, above-fold CTA. Mobile Lighthouse 90+.

He hand-built one gold standard page in 90 minutes. Every AI batch matched it or died in draft purgatory.

Dispatched in threes: first batch 20 minutes, later ones 12 as the model grokked the template. Boom.

Schema audit next — a bash script grepping for JSON-LD, validating with Google’s tool. Eight fails fixed via regex blitz.

#!/bin/bash
for f in pages/draft/*.html; do
  if ! grep -q "application/ld+json" "$f"; then
    echo "MISSING SCHEMA: $f"
    continue
  fi
  # validation logic here
fi

Orphan pages don’t rank, so he wired a link graph: each declares 3-5 related slugs in frontmatter. Post-deploy, sitemap.xml and nav updates — the non-parallel choke points.

Result? Pages live, passing audits, impressions ticking up.

My take: This echoes the templated content mills of early 2010s SEO hustlers — black-hat factories pumping thin pages till Google smacked ‘em. But here’s the unique edge this founder nails, and most miss: quality firewalls via gold standards. AI doesn’t hallucinate past your template. Predict this scales indie SEO 5-10x — until Google tunes for it, anyway. Sharp move, but don’t sleep on E-E-A-T signals.

Is it hype? Nah. Corporate PR spins ‘AI revolution’ without the merge scars. This is battle-tested indie grit.

Why Does Parallelization Fail Most Founders?

They skip scoping — agents collide, outputs trash. Or chase perfect over good-enough. Lighthouse 90+? Non-negotiable for Core Web Vitals.

He accepted dead ends: four clusters binned for later research. No heroics.

For solo ops — you, engineer; you, everything else — this flips the script. From coffee-shop destiny to flywheel spin.

But watch the burnout trap. One Saturday doesn’t make a moat. Automate the audit script into CI/CD next.

And that link graph? Build it dynamically — frontmatter feeds a central index.

Does This Work Beyond Creative Niches?

Short answer: Yes, if your queries cluster tight. E-comm dropshipping? Test 50 skus. SaaS? Feature pages from keyword gaps.

Data backs it: Ahrefs studies show cluster content boosts rankings 2-3x via topical authority. His page 2-4 flips? Pure gold.

Critique the spin: Not every niche has 600 low-hanging fruits. Competitive stacks like fintech? You’d need 10x the research. Still, the playbook ports.


🧬 Related Insights

Frequently Asked Questions

What is a ‘done template’ for SEO landing pages?

It’s your exact spec: word count, structure, schema, scores — before AI touches a thing. Gold standard page first, then replicate.

How do you parallelize AI agents for landing pages without merge conflicts?

Scope each to its own directory/slug. No shared files till manual merge. Batches of 3, reference your template.

Will AI-generated landing pages rank on Google in 2024?

They can — if they match E-E-A-T, pass audits, and link internally. But templatize hard; thin content gets penalized.

Marcus Rivera
Written by

Tech journalist covering AI business and enterprise adoption. 10 years in B2B media.

Frequently asked questions

What is a 'done template' for <a href="/tag/seo-landing-pages/">SEO landing pages</a>?
It's your exact spec: word count, structure, schema, scores — before AI touches a thing. Gold standard page first, then replicate.
How do you parallelize AI agents for landing pages without merge conflicts?
Scope each to its own directory/slug. No shared files till manual merge. Batches of 3, reference your template.
Will AI-generated landing pages rank on Google in 2024?
They can — if they match E-E-A-T, pass audits, and link internally. But templatize hard; thin content gets penalized.

Worth sharing?

Get the best Developer Tools stories of the week in your inbox — no noise, no spam.

Originally reported by dev.to

Stay in the loop

The week's most important stories from DevTools Feed, delivered once a week.