Case 05 — Systems design & automation
Organic Growth Engine
A new firm has no brand and no referral base. Rather than rent attention through ads, I built a content system that compounds — templates plus data, plus a daily job that keeps the whole index accountable.
- Role
- Architect, author & operator
- Period
- 2026 — ongoing
- Output
- 31 city pages · 25+ long-form guides · 9 industry pages
- Automation
- Daily scheduled job: sitemap, IndexNow, indexation tracking
The constraint that shaped it
Paid acquisition for managed IT services is expensive and competitive against firms with a decade of budget behind them. The alternative is organic search, which is cheap per visit and brutal on patience — it rewards volume, structure, and consistency over months.
So I treated it as a manufacturing problem rather than a marketing one. What is the repeatable unit, how do I produce it at quality, and how do I verify that what I produced actually made it into the index?
Layer one — programmatic pages
Buyers of managed IT search locally and by industry. That is a natural two-dimensional grid: city by vertical. I built a generator that produces a page per intersection, with the local and industry-specific detail varying rather than the boilerplate.
The discipline that makes this work rather than producing 31 pieces of near-duplicate filler is a hard rule: if a page cannot say something specific and true about that city or that industry, it does not get generated. Programmatic SEO fails when the template is doing all the talking.
Layer two — editorial depth
Underneath the location grid sits a library of 25+ long-form guides on the problems the buyer actually has: deepfake wire fraud defense, HIPAA-compliant AI vendor selection, the FTC Safeguards Rule for CPA firms, the first 48 hours of a California data breach, choosing between Azure and AWS. These are the pages that earn trust and links; the programmatic layer is what makes them findable from a local query.
Layer three — the daily job
Publishing is not the finish line. A scheduled job runs every morning and does three things: regenerates the sitemap from what actually exists on disk, pushes changes to IndexNow so search engines learn about them in hours instead of weeks, and records indexation status over time.
That third step is the one most people skip, and it is the only one that turns publishing into a measurable process. Without it you know how much you published. With it you know how much of it counted.
Why this belongs in a project management portfolio
Because it is a delivery pipeline, not a marketing campaign. It has a defined unit of work, a quality gate that blocks output failing the specificity rule, an automation layer removing the manual steps most likely to be skipped under pressure, and a measurement loop closing back onto the original objective.
Swap the noun and the same structure describes a software release train or a construction submittal process. The transferable skill is not SEO. It is knowing that the throughput of a system is set by its least reliable step, and building the instrumentation to find out which step that is.