Content Pipeline
Set up a client voice profile, generate an AEO-optimized article, and publish it to a CMS.
Overview
The content pipeline produces AEO-optimized articles for any client website. It uses per-domain voice profiles, audit data for gap analysis, and CMS connections for direct publishing.
Step 1: Create a Voice Profile
Each client gets a voice profile that controls tone, style, and content guidelines. Use the MCP tool or REST API to create one:
The agent will call aeo_upsert_client_author with the profile details. This creates or updates the voice profile for the domain.
Step 2: Analyze Content Gaps
Pull the audit data and visibility report to identify topics where the domain needs content:
Step 3: Generate and Save Article
Write the article using the voice profile and save it for review:
The agent calls aeo_save_client_article which stores the article HTML with metadata in the pipeline.
Step 4: Publish to CMS
Once reviewed, publish directly to the client's CMS:
Full Automation
For clients on a content plan, the entire pipeline can run as a single prompt. The agent handles profile lookup, gap analysis, topic selection, writing, and publishing in sequence: