Skip to content

Workflow 001: GenAI Content Optimization Pipeline

Fresh
Document Control
Workflow IDWF-001
Version1.0
ComplexityMedium
Duration2-4 weeks
SourceChunked, Retrieved, Synthesized

Purpose

Transform existing content from traditional SEO optimization to AI retrieval optimization. This workflow takes content through the complete journey from auditing to embedding-friendly formatting.

The New Content Stack

┌─────────────────────────────────────────────────────────────────────┐
│              GENAI CONTENT OPTIMIZATION STACK                        │
├─────────────────────────────────────────────────────────────────────┤
│                                                                      │
│   Old Model                    New Model                            │
│   ─────────                    ─────────                            │
│   Crawled                  ──► Chunked                              │
│   Indexed                  ──► Retrieved                            │
│   Ranked                   ──► Synthesized                          │
│                                                                      │
│   Focus: Pages                 Focus: Chunks                        │
│   Goal: Rankings               Goal: Citations                      │
│   Metric: Positions            Metric: Inclusion Rate               │
│                                                                      │
└─────────────────────────────────────────────────────────────────────┘

Prerequisites

  • [ ] Access to content management system
  • [ ] List of priority content to optimize
  • [ ] Schema.org implementation capability
  • [ ] Analytics access for baseline metrics

Phase 1: Content Audit

Duration: 2-3 days

Tasks

  1. Inventory existing content

    • List all pages to be optimized
    • Note current structure and formatting
    • Identify content that performs well traditionally
  2. Assess current AI visibility

    • Query Perplexity, ChatGPT, Claude for your topics
    • Note which content gets cited
    • Identify gaps in AI awareness
  3. Prioritize content

    • High-value content first
    • Content that answers common questions
    • Evergreen vs. time-sensitive

Deliverables

  • [ ] Content inventory spreadsheet
  • [ ] AI visibility baseline report
  • [ ] Prioritized optimization queue

→ Reference: SOP 001 - Content Chunking

Phase 2: Content Restructuring

Duration: 1-2 weeks

Tasks

  1. Apply chunking principles

    • Break content into 100-300 token blocks
    • One idea per paragraph
    • Add clear headings that echo natural queries
  2. Implement embedding-friendly formatting

    • Use declarative statements
    • Add semantic redundancy
    • Clarify ambiguous entities
  3. Create contextual anchors

    • Keep claims and context together
    • Add specific dates, versions, numbers
    • Include latent entity context

Deliverables

  • [ ] Restructured content drafts
  • [ ] Heading optimization complete
  • [ ] Entity clarification complete

→ Reference: SOP 006 - Embedding-Friendly Content

Phase 3: Schema Implementation

Duration: 3-5 days

Tasks

  1. Add Article schema to all content

    json
    {
      "@type": "Article",
      "headline": "...",
      "author": { "@type": "Person", ... },
      "datePublished": "...",
      "dateModified": "..."
    }
  2. Implement FAQ schema where applicable

    • For Q&A format content
    • For "how to" content
  3. Add HowTo schema for procedural content

    • Step-by-step guides
    • Tutorials and instructions

Deliverables

  • [ ] Schema implemented on all priority pages
  • [ ] Schema validated with testing tool
  • [ ] No errors in structured data

→ Reference: SOP 003 - Schema Markup

Phase 4: Technical Verification

Duration: 1-2 days

Tasks

  1. Verify AI crawler access

    • Check robots.txt configuration
    • Test with AI user-agent strings
    • Ensure no JavaScript dependencies
  2. Test content without JavaScript

    • Disable JS and verify content visible
    • Check page source for main content
  3. Validate page performance

    • Load time under 3 seconds
    • No redirect loops
    • Clean 200 responses

Deliverables

  • [ ] robots.txt verified
  • [ ] JS-free rendering confirmed
  • [ ] Performance baseline established

→ Reference: SOP 004 - AI-Crawlable Sites, SOP 008 - AI Bot Access

Phase 5: Measurement Setup

Duration: 1-2 days

Tasks

  1. Establish GenAI KPIs

    • Citation Rate tracking method
    • Brand Mention Accuracy baseline
    • Share of AI Voice measurement
  2. Set up monitoring

    • Weekly AI platform queries
    • Brand mention tracking
    • Competitor comparison
  3. Create reporting template

    • Before/after comparison
    • Trend tracking
    • Insight documentation

Deliverables

  • [ ] KPI tracking spreadsheet
  • [ ] Monitoring schedule
  • [ ] Baseline measurements recorded

→ Reference: Quick Reference - GenAI KPIs

Success Criteria

MetricTarget
Content chunked correctly100% of priority pages
Schema validatedZero errors
AI crawler accessVerified for all major bots
Baseline KPIsDocumented

Timeline Summary

Week 1: Audit (Phase 1)
Week 2-3: Restructuring (Phase 2)
Week 3: Schema (Phase 3)
Week 4: Technical + Measurement (Phases 4-5)

Next Steps

After completing this workflow:

See Also

Based on insights from Duane Forrester Decodes Substack