SEO Content Infrastructure
Approval-gated editorial pipeline with paid SEO enrichment under human control.
Content & SEOSEO Content Infrastructure
Overview
An editorial team was running a manual queue on top of Inoreader: duplicates bleeding through, paid SEO credits burning on articles that would never publish, and a backlog past 300 articles with no triage by search value.
The challenge
The editorial pipeline leaked money and time at every stage.
- Duplicate articles flowed into the queue unchecked.
- Paid keyword lookups fired on articles that were never going to be approved.
- Basic AI prompts returned keyword slop instead of the real terms in the article body.
The approach
- Ingests Inoreader feeds every 12 hours with URL-level dedup, full-body fetch, and AI classification for audience, content type, and a 1 to 10 quality score.
- An approval gate holds everything: operator approval is the only trigger that releases an article into paid enrichment.
- Keywords are extracted from the article body itself and checked against a keyword master, so nothing is ever paid for twice.
- The outline generator pulls only sources scoring 5+, then returns a publish-ready H1 to H3 outline in under 10 minutes.
The results
- Four-stage editorial state machine governs every article from Pending to publishable outline
- Approval gate blocks paid SEO enrichment on rejected articles, collapsing credit burn to near zero
- Keyword dedup layer reuses prior enrichment across campaigns, so cost compounds downward
- 1 to 10 AI scoring filters weak sources before outline generation
- Delivered with an operator guide, so the editorial team runs the pipeline themselves
System snapshots
01Article Ingest from Inoreader
The ingest pipeline pulls every new feed item from Inoreader, fetches the full article body, dedupes by URL, and classifies each post for Target Audience, Content Type, and AI Score before staging in the editorial queue.
02Approval-Gated SEO Enrichment
Approval-gated keyword enrichment branch. AI extracts 3 primary and 5 secondary keywords from the article body; only new keywords trigger a paid volume lookup before writing back to Keyword Master and Article Keywords.
03AI Outline Generator
Webhook-triggered outline builder. Pulls AI Score 5+ source articles from the editorial queue and writes back an H1 to H3 outline as Draft, ready for the editor.