Skip to content
GGrowStartup
← All posts

How we grew promptbuilder.cc to 50K clicks in 3 months

A transparent breakdown of the exact SEO moves (programmatic pages, keyword targeting, and directory backlinks) that took a new product to 50.1K clicks and 5.54M impressions.

·Updated ·4 min read·Nick Launches

Three months ago, promptbuilder.cc was a brand-new domain with zero traffic. Today it pulls 50.1K clicks and 5.54M impressions a month from Google, up 64% and 75% respectively. No ads, no paid links, no growth hacks that get you penalized.

Here's exactly what we did, in the order we did it.

MetricResultChange
Monthly clicks50.1K+64%
Monthly impressions5.54M+75%
Time from launch3 monthsn/a
Paid links or ads0n/a

One thing to set expectations before the tactics: that growth is not a straight line. Nothing measurable happened for the first several weeks while pages were being discovered and indexed. The curve turns up when a critical mass of pages gets indexed at roughly the same time, so the early flat stretch is the normal shape rather than a sign the approach is failing.

Start with intent, not volume

The mistake most founders make is chasing big head terms like "prompt generator" on day one. You can't rank for those yet, and even if you could, half that traffic never converts.

Instead we mapped modifier + tool queries that signal real intent:

  • claude prompt generator
  • gemini prompt generator
  • free grok prompt generator

Each one is a page. Each page targets one buyer with one job to be done.

If a query has a clear "I want to do this right now" feel, it's worth a dedicated page, even at low search volume. Ten pages ranking #1 for small terms beat one page stuck on page two of a big one.

Turn one template into thousands of pages

This is where programmatic SEO earns its name. We built a single page template and fed it a list of models and use-cases. The result: thousands of unique, genuinely useful URLs from one component.

generate-pages.ts
const models = ["claude", "gemini", "grok", "gpt"];
const useCases = ["marketing", "coding", "writing", "research"];
 
// One template → models × useCases ranked pages
export const routes = models.flatMap((model) =>
    useCases.map((useCase) => ({
        slug: `${model}-${useCase}-prompts`,
        title: `Free ${cap(model)} ${cap(useCase)} Prompts (2026)`,
    })),
);

The key is that each page has to be actually useful, with real templates and real examples. Thin doorway pages get filtered out fast.

New domains have no authority. The fastest legitimate way to build it early is directory submissions, getting listed on high-quality, relevant directories that pass real Domain Rating.

We submitted promptbuilder to 100+ directories by hand. It worked, but it took days of mind-numbing form-filling. That's the part we now hand off. If you'd rather skip it, our directory submission service does the whole thing for you.

If you are doing it yourself, do it in one focused pass rather than spreading it over a month. The launch week checklist has the tiers worth submitting to and the asset pack that cuts the work roughly in half, and the DR 0 to 50 roadmap shows where this phase sits in a full first year of authority building.

Measure in Search Console, not vanity dashboards

Once pages are indexed, Search Console tells you the truth: which queries you're ranking for, which are climbing, and where you're stuck on page two and need a content refresh. We narrowed it down to the five reports worth reviewing every week, and that review takes about 20 minutes.

That feedback loop of ship, measure, refine is what turns a launch spike into compounding growth, provided you run it on a weekly cadence you actually keep.

What we would do differently

Three things, with hindsight.

We would have submitted the directories in week one instead of week six. The pages were ready before the domain had any reason to be trusted, so the first month of indexing was slower than it needed to be. Authority is the input that gates everything else, and it is the one with the longest lag, which means it should be the first thing you start and the last thing you worry about.

We would have built five pages by hand before generating hundreds. We got lucky that the template was good. Validating the format against a live SERP first would have caught it if it was not, and the cost of finding out at page 500 is a lot higher than at page 5. The full argument for that is in the programmatic SEO breakdown.

We would have tracked query-level intent from day one rather than backfilling it. Knowing which of the modifier plus tool patterns converted, not just which ranked, is what tells you which template to expand next. The keyword research post covers the mapping we use now.


Want the full step-by-step version of this playbook, plus a new breakdown every week? Grab the free guide, and follow along on X.

Frequently asked questions

How long did promptbuilder.cc take to reach 50K clicks?
Three months from a brand-new domain, but the shape matters more than the headline. Nothing measurable happened for the first several weeks while pages were being discovered and indexed. Most of the click volume arrived once a critical mass of programmatic pages was indexed at the same time, which is why the growth reads as a step rather than a line.
Does programmatic SEO still work, or does Google filter it?
Google filters thin doorway pages, not programmatic generation. The distinction is whether each generated page answers its own query with something specific. Pages built from one template that differ only by a swapped noun get filtered. Pages that carry real templates, real examples and a genuinely different answer per variant do not.
What was the single highest-return move?
Choosing modifier plus tool queries over head terms. Ranking first for a set of small, specific queries produced more clicks and more signups than sitting on page two of one large one, and it was achievable on a domain with no authority. Directory submissions were second, because they are what made ranking possible at all.
Can this be repeated without a big budget?
The whole playbook ran on free tools plus the time to build one template and write the directory submissions by hand. The cost was roughly a week of work, most of it in the unglamorous parts: filling in 100+ directory forms and making sure every generated page was worth landing on.

Get the full SEO growth guide

Free, plus a new breakdown like this every week.

No spam. Unsubscribe anytime.