Building a Programmatic SEO Site Build for F1 Media
How to architect a programmatic SEO site build using real-time data and AI agents. A look inside the F1 media engine I am shipping today.
I am building a media engine for Formula 1. It is not a blog, and it is not a collection of manual race reports. It is a system designed to turn raw telemetry, historical data, and weekend schedules into thousands of high-intent pages. This is the reality of a programmatic SEO site build in a high-velocity niche.
Most people approach SEO as a writing task. They hire a team to churn out articles that are outdated by the time the next practice session starts. I am approaching this as an architect. The goal is to build the engine, not just the content. When you operate a multi-product studio with AI as the team, you stop thinking about word counts and start thinking about data pipelines.
The Architecture of a Programmatic SEO Site Build
A programmatic SEO site build is an engineering challenge first and a marketing challenge second. For the F1 media engine, the system is divided into three distinct layers: the data ingestion layer, the agentic transformation layer, and the deployment layer.
In the ingestion layer, we pull from various sources—race results, driver standings, circuit specifications, and weather APIs. This is the raw material. Without a clean, relational data structure, the entire build collapses into noise. I learned the hard way that trying to generate content from messy data leads to hallucinations that no amount of prompt engineering can fix.
Once the data is structured, it moves to the agentic transformation layer. This is where AI acts as the operating layer. Instead of a human editor, I use a custom orchestration system to synthesize the data. One agent analyzes the race results for patterns, another compares them to historical circuit data, and a third formats the output for specific search intents. This is agentic engineering in practice—moving from simple automation to a system that understands the context of the data it is processing.
Sourcing the Data Layer
The foundation of any programmatic SEO site build is the data. For F1, this means more than just who won the race. It means understanding the delta between qualifying times, the tire degradation patterns, and the historical performance of specific power units at high-altitude tracks.
We treat our data as a managed data layer. We don't just scrape; we normalize. Every driver, team, and circuit is a unique identifier in our system. This allows us to create cross-referenced pages automatically. When a driver moves teams, we update one record in the data layer, and the engine regenerates every relevant page across the site. This is how you scale without increasing headcount.
Agentic Engineering in Content Production
The content production phase is where most programmatic attempts fail. They produce dry, repetitive text that search engines eventually flag as low-value. To avoid this, we use a multi-agent workflow.
I have architected the system so that the AI does not just "write an article." Instead, it performs a series of tasks:
- Data Validation: The first agent checks the raw data for anomalies.
- Contextual Synthesis: The second agent looks for the narrative—did a driver climb ten positions? Was the lead change in the final lap?
- SEO Optimization: The third agent ensures the primary keyword, such as "programmatic SEO site build," is placed naturally within the technical context of the page.
By the time the content reaches the deployment layer, it has been through a rigorous pipeline that mimics the editorial standards of a traditional newsroom, but at a speed and scale no human team could match. We are shipping today what used to take weeks of manual labor.
Studio Notes
How I’m building the studio.
The operator’s log — systems, decisions, and what’s working.
Written by
Founder, Total Ventures
Solo-founder building a multi-brand product studio with AI agents. Writing about building, operating, and shipping.


