SEO & AI Engine Optimization · May 2026

Tier 6: Content and Multimedia Authority: 15 items for video, podcast, image SEO, and rich media surfaces

The Content and Multimedia Authority tier covers video SEO, podcast structured data, image optimization, transcripts, captions, and rich-media discovery surfaces.

Tier Explanation: Transforms content from isolated articles into a compounding authority engine across every format — text, video, audio, podcast, image, interactive. In 2026, Google and AI engines reward topical depth, first-hand experience (E-E-A-T), user-generated proof, substantive freshness updates, and cross-format repurposing. Each piece of content should exist in 3–5 formats minimum, with full transcripts, structured data, and clear provenance. All actions execute on website pages, templates, embedded media, RSS feeds, and supporting infrastructure. Tiers 1–5 must be in place first.


Related Frameworks

This tier implements the following framework documents in the /Framework/ library. Consult them for canonical reference, audit rubrics, and detailed implementation patterns.


A. Content Strategy & Marketing (3)

1. CMO — Content Marketing Optimization

Code Example — Content metadata for tracking:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Complete Guide to AI Search Optimization",
  "about": {"@type": "Thing", "name": "AI Search Optimization"},
  "audience": {
    "@type": "BusinessAudience",
    "audienceType": "Small Business Owners"
  },
  "educationalLevel": "Beginner to Intermediate",
  "datePublished": "2026-04-15",
  "isPartOf": {
    "@type": "PublicationIssue",
    "name": "AI Search Series 2026"
  }
}
</script>

2. CRO — Content Repurposing Optimization

Code Example — Cross-format hub page:

<article class="content-universe">
  <h1>AI Search Optimization: Complete Resource</h1>
  <p>This topic is available in multiple formats. Choose how you want to consume it:</p>

  <div class="format-grid">
    <a href="/guides/ai-search-optimization/" class="format-card">
      <h3>📄 Read the Article</h3>
      <p>20-minute deep dive with code examples</p>
    </a>
    <a href="/videos/ai-search-optimization/" class="format-card">
      <h3>🎥 Watch the Video</h3>
      <p>15-minute walkthrough with screen recordings</p>
    </a>
    <a href="/podcast/ai-search-optimization/" class="format-card">
      <h3>🎧 Listen to the Podcast</h3>
      <p>30-minute discussion with expert guest</p>
    </a>
    <a href="/downloads/ai-search-checklist/" class="format-card">
      <h3>📋 Download the Checklist</h3>
      <p>Printable PDF with 28 implementation steps</p>
    </a>
  </div>
</article>

3. CDX — Content Distribution Cross-Channel

Code Example — Cross-channel sharing meta tags:

<meta property="og:title" content="Complete Guide to AI Search Optimization" />
<meta property="og:description" content="Everything you need to know about optimizing for ChatGPT, Perplexity, Claude, and Gemini." />
<meta property="og:image" content="https://thatdeveloperguy.com/og/ai-search-guide.jpg" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://thatdeveloperguy.com/guides/ai-search-optimization/" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thatdeveloperguy" />
<meta name="twitter:creator" content="@josephanady" />
<meta name="twitter:title" content="Complete Guide to AI Search Optimization" />
<meta name="twitter:image" content="https://thatdeveloperguy.com/og/ai-search-guide.jpg" />

<link rel="alternate" type="application/rss+xml" title="ThatDeveloperGuy Blog" href="https://thatdeveloperguy.com/feed.xml" />

B. Long-Form & Pillar Content (3)

4. TPO — Topic Pillar Optimization

Code Example — Pillar page schema with jump links:

<article class="pillar-page">
  <header>
    <h1>The Complete Guide to AI Search Optimization (2026)</h1>
    <div class="pillar-meta">
      <span>15,000 words</span> • <span>40-minute read</span> • <span>Last updated April 29, 2026</span>
    </div>
  </header>

  <nav class="table-of-contents" aria-label="Article sections">
    <h2>Jump to Section</h2>
    <ol>
      <li><a href="#what-is-aeo">What is AI Search Optimization?</a></li>
      <li><a href="#why-it-matters">Why It Matters in 2026</a></li>
      <li><a href="#core-frameworks">Core Frameworks</a></li>
      <li><a href="#implementation">Step-by-Step Implementation</a></li>
      <li><a href="#measurement">Measurement & ROI</a></li>
    </ol>
  </nav>
</article>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LearningResource",
  "name": "The Complete Guide to AI Search Optimization",
  "educationalLevel": "Beginner to Advanced",
  "learningResourceType": "Guide",
  "timeRequired": "PT40M",
  "teaches": [
    "Answer Engine Optimization",
    "Generative Engine Optimization",
    "Knowledge Graph Optimization"
  ]
}
</script>

5. CSC — Case Study Content

Code Example — Case study with structured results:

<article class="case-study" itemscope itemtype="https://schema.org/Article">
  <h1 itemprop="headline">How AllRideLimo Grew Organic Traffic 340% in 90 Days</h1>

  <section class="case-study-meta">
    <dl>
      <dt>Industry</dt><dd>Transportation / Limo Services</dd>
      <dt>Location</dt><dd>Salt Lake City, UT</dd>
      <dt>Services Used</dt><dd>Multi-Audience Platform Build, T1-T3 Optimization, Local SEO</dd>
      <dt>Timeline</dt><dd>90 days</dd>
    </dl>
  </section>

  <section class="results">
    <h2>Results</h2>
    <ul class="metrics">
      <li><strong>340%</strong> organic traffic growth</li>
      <li><strong>27 → 3</strong> average keyword position</li>
      <li><strong>$47k</strong> additional monthly revenue attributed to organic</li>
    </ul>
  </section>
</article>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "How AllRideLimo Grew Organic Traffic 340% in 90 Days",
  "about": {"@type": "Organization", "name": "AllRideLimo"},
  "mentions": [
    {"@type": "Service", "name": "Multi-Audience Platform Build"},
    {"@type": "Service", "name": "Local SEO"}
  ]
}
</script>

6. TCO — Tutorial Content Optimization

Code Example — Tutorial with HowTo schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to Add LocalBusiness Schema to Your Website",
  "totalTime": "PT15M",
  "estimatedCost": {
    "@type": "MonetaryAmount",
    "currency": "USD",
    "value": "0"
  },
  "tool": [
    {"@type": "HowToTool", "name": "Text editor or CMS"},
    {"@type": "HowToTool", "name": "Google Rich Results Test"}
  ],
  "step": [
    {
      "@type": "HowToStep",
      "name": "Identify your business type",
      "text": "Choose the most specific Schema.org subtype that matches your business...",
      "url": "https://thatdeveloperguy.com/tutorials/local-schema/#step-1",
      "image": "https://thatdeveloperguy.com/tutorials/local-schema/step-1.jpg"
    },
    {
      "@type": "HowToStep",
      "name": "Generate the JSON-LD",
      "text": "Use a schema generator or write the JSON-LD manually...",
      "url": "https://thatdeveloperguy.com/tutorials/local-schema/#step-2"
    }
  ]
}
</script>

C. User-Generated Content & Community (1)

7. UGO — User Generated Content Optimization

Code Example — UGC review with structured data:

<section class="ugc-reviews">
  <h2>What Our Clients Say</h2>

  <article class="review-card" itemscope itemtype="https://schema.org/Review">
    <div itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
      <meta itemprop="ratingValue" content="5">
      <meta itemprop="bestRating" content="5">
      <span class="stars">★★★★★</span>
    </div>
    <blockquote itemprop="reviewBody">
      Joseph rebuilt our entire site in three weeks and we tripled our organic traffic in 90 days. The 14-tier framework is the real deal.
    </blockquote>
    <cite>
      <span itemprop="author" itemscope itemtype="https://schema.org/Person">
        — <span itemprop="name">Eugene M.</span>, <span itemprop="jobTitle">Founder, AllRideLimo</span>
      </span>
    </cite>
    <time itemprop="datePublished" datetime="2026-03-22">March 22, 2026</time>
  </article>
</section>

D. Video Content (3)

8. VDO — Video Optimization

Code Example — Video with full schema and chapters:

<figure class="video-embed">
  <video controls>
    <source src="/videos/ai-search-guide.mp4" type="video/mp4">
    <track kind="captions" src="/videos/ai-search-guide.vtt" srclang="en" label="English" default>
  </video>
  <figcaption>Complete walkthrough of the 14-tier framework</figcaption>
</figure>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoObject",
  "name": "Complete Guide to AI Search Optimization",
  "description": "15-minute walkthrough of the 14-tier engine optimization framework with live screen recordings.",
  "thumbnailUrl": "https://thatdeveloperguy.com/videos/ai-search-thumb.jpg",
  "uploadDate": "2026-04-15T08:00:00-06:00",
  "duration": "PT15M30S",
  "contentUrl": "https://thatdeveloperguy.com/videos/ai-search-guide.mp4",
  "embedUrl": "https://thatdeveloperguy.com/embed/ai-search-guide",
  "transcript": "Full transcript text here...",
  "hasPart": [
    {
      "@type": "Clip",
      "name": "What is AI Search Optimization?",
      "startOffset": 0,
      "endOffset": 180,
      "url": "https://thatdeveloperguy.com/videos/ai-search-guide#t=0"
    },
    {
      "@type": "Clip",
      "name": "The 14 Tiers Explained",
      "startOffset": 180,
      "endOffset": 600,
      "url": "https://thatdeveloperguy.com/videos/ai-search-guide#t=180"
    }
  ]
}
</script>

9. YTO — YouTube Optimization

Code Example — YouTube embed with optimized surrounding markup:

<article class="video-page">
  <h1>How to Implement LocalBusiness Schema in 5 Minutes (2026 Tutorial)</h1>

  <div class="video-wrapper">
    <iframe
      src="https://www.youtube.com/embed/VIDEO_ID?rel=0&modestbranding=1"
      title="LocalBusiness Schema Tutorial"
      width="560"
      height="315"
      frameborder="0"
      allowfullscreen
      loading="lazy">
    </iframe>
  </div>

  <section class="video-chapters">
    <h2>Chapters</h2>
    <ul>
      <li><a href="https://www.youtube.com/watch?v=VIDEO_ID&t=0s">0:00 Introduction</a></li>
      <li><a href="https://www.youtube.com/watch?v=VIDEO_ID&t=45s">0:45 Why LocalBusiness schema matters</a></li>
      <li><a href="https://www.youtube.com/watch?v=VIDEO_ID&t=180s">3:00 Step-by-step implementation</a></li>
      <li><a href="https://www.youtube.com/watch?v=VIDEO_ID&t=420s">7:00 Validation with Rich Results Test</a></li>
    </ul>
  </section>

  <section class="video-transcript">
    <h2>Full Transcript</h2>
    <p>[Full transcript text follows]</p>
  </section>
</article>

10. WCO — Webinar Content Optimization

Code Example — Upcoming webinar event schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "Live Webinar: AI Search Optimization Masterclass",
  "description": "60-minute deep dive into the 14-tier framework with live Q&A.",
  "startDate": "2026-05-15T14:00-06:00",
  "endDate": "2026-05-15T15:00-06:00",
  "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
  "eventStatus": "https://schema.org/EventScheduled",
  "location": {
    "@type": "VirtualLocation",
    "url": "https://thatdeveloperguy.com/webinars/ai-search-masterclass/"
  },
  "organizer": {"@id": "https://thatdeveloperguy.com/#organization"},
  "performer": {"@id": "https://thatdeveloperguy.com/about/joseph-anady/#person"},
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD",
    "url": "https://thatdeveloperguy.com/webinars/register/",
    "availability": "https://schema.org/InStock"
  }
}
</script>

E. Audio Content (1)

11. AVO — Audio & Podcast Optimization

Code Example — Podcast episode schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "PodcastEpisode",
  "name": "Episode 12: Why Most Agencies Fail at AI Search",
  "description": "Joseph Anady breaks down the 14-tier framework and why traditional SEO agencies miss the AI citation opportunity.",
  "url": "https://thatdeveloperguy.com/podcast/episode-12/",
  "datePublished": "2026-04-15",
  "duration": "PT45M30S",
  "associatedMedia": {
    "@type": "MediaObject",
    "contentUrl": "https://thatdeveloperguy.com/podcast/episodes/12.mp3"
  },
  "partOfSeries": {
    "@type": "PodcastSeries",
    "name": "The ThatDeveloperGuy Podcast",
    "url": "https://thatdeveloperguy.com/podcast/"
  },
  "author": {"@id": "https://thatdeveloperguy.com/about/joseph-anady/#person"}
}
</script>

<section class="episode-page">
  <h1>Episode 12: Why Most Agencies Fail at AI Search</h1>

  <div class="podcast-players">
    <a href="https://open.spotify.com/episode/...">Spotify</a>
    <a href="https://podcasts.apple.com/...">Apple Podcasts</a>
    <a href="https://thatdeveloperguy.com/podcast/episodes/12.mp3" download>Direct MP3</a>
  </div>

  <section class="show-notes">
    <h2>Show Notes</h2>
    <ul class="timestamps">
      <li><strong>0:00</strong> Introduction</li>
      <li><strong>3:45</strong> The shift from keyword SEO to entity-based search</li>
      <li><strong>12:30</strong> Walk-through of all 14 tiers</li>
      <li><strong>32:00</strong> How to measure AI citation rate</li>
    </ul>
  </section>

  <section class="full-transcript">
    <h2>Full Transcript</h2>
    <p>[Complete transcript with speaker labels]</p>
  </section>
</section>

F. Visual & Interactive (2)

12. IFO — Infographic Optimization

Code Example — Infographic embed code with attribution:

<figure class="infographic" itemscope itemtype="https://schema.org/ImageObject">
  <img
    src="/infographics/ai-search-stats-2026.png"
    alt="Infographic showing AI search citation rates across ChatGPT, Perplexity, Claude, Gemini, and Copilot for 2026"
    itemprop="contentUrl"
    width="800"
    height="2400"
    loading="lazy">
  <figcaption itemprop="caption">2026 AI Search Citation Benchmark — ThatDeveloperGuy Research</figcaption>

  <details class="embed-code">
    <summary>Embed this infographic on your site</summary>
    <textarea readonly>
&lt;a href="https://thatdeveloperguy.com/research/ai-search-2026/"&gt;
  &lt;img src="https://thatdeveloperguy.com/infographics/ai-search-stats-2026.png" alt="2026 AI Search Citation Benchmark" /&gt;
&lt;/a&gt;
&lt;p&gt;Infographic by &lt;a href="https://thatdeveloperguy.com"&gt;ThatDeveloperGuy&lt;/a&gt;&lt;/p&gt;
    </textarea>
  </details>
</figure>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ImageObject",
  "contentUrl": "https://thatdeveloperguy.com/infographics/ai-search-stats-2026.png",
  "creator": {"@id": "https://thatdeveloperguy.com/#organization"},
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "caption": "2026 AI Search Citation Benchmark Data"
}
</script>

13. NWO — Newsletter Optimization

Code Example — Newsletter signup with structured data:

<section class="newsletter-signup">
  <h2>Get the AI Search Briefing</h2>
  <p>Weekly digest of AI search updates, citation benchmarks, and optimization tactics. 1,200+ subscribers.</p>

  <form action="/api/newsletter/subscribe" method="POST">
    <label for="newsletter-email">Your email address</label>
    <input type="email" id="newsletter-email" name="email" required placeholder="you@company.com">
    <button type="submit">Subscribe Free</button>
  </form>

  <p class="trust-signals">
    <small>No spam. Unsubscribe in one click. Read in your browser at <a href="/newsletter/">/newsletter/</a></small>
  </p>
</section>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "AI Search Briefing Newsletter",
  "url": "https://thatdeveloperguy.com/newsletter/",
  "publisher": {"@id": "https://thatdeveloperguy.com/#organization"}
}
</script>

G. Performance & Measurement (2)

14. CPA — Content Performance Analysis

Code Example — GA4 event tracking on content elements:

<article class="blog-post">
  <h1>The Complete Guide to AI Search Optimization</h1>

  <a href="/cta/download-guide/"
     onclick="gtag('event', 'cta_click', {
       'content_id': 'ai-search-guide',
       'cta_position': 'inline-mid',
       'cta_text': 'Download Free Checklist'
     });">
    Download Free Checklist
  </a>

  <button onclick="gtag('event', 'video_play', {
    'content_id': 'ai-search-guide',
    'video_title': 'AI Search Walkthrough'
  });">
    ▶ Play Video
  </button>
</article>

<script>
// Scroll depth tracking
let scrollMilestones = [25, 50, 75, 90];
let trackedMilestones = [];
window.addEventListener('scroll', () => {
  const percent = (window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100;
  scrollMilestones.forEach(m => {
    if (percent >= m && !trackedMilestones.includes(m)) {
      trackedMilestones.push(m);
      gtag('event', 'scroll_depth', {'percent': m, 'page': location.pathname});
    }
  });
});
</script>

15. CXO — Content Experience Optimization

Code Example — Reading progress bar + sticky TOC:

<div class="reading-progress" aria-hidden="true">
  <div class="reading-progress-bar" id="progressBar"></div>
</div>

<aside class="sticky-toc" aria-label="Article navigation">
  <h2>On This Page</h2>
  <ol>
    <li><a href="#intro">Introduction</a></li>
    <li><a href="#frameworks">Core Frameworks</a></li>
    <li><a href="#implementation">Implementation Steps</a></li>
  </ol>
</aside>

<style>
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  z-index: 1000;
}
.reading-progress-bar {
  height: 100%;
  background: var(--brand-color);
  width: 0%;
  transition: width 100ms ease;
}
.sticky-toc {
  position: sticky;
  top: 80px;
}
@media (prefers-color-scheme: dark) {
  body { background: #1a1a1a; color: #e0e0e0; }
}
</style>

<script>
window.addEventListener('scroll', () => {
  const percent = (window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100;
  document.getElementById('progressBar').style.width = percent + '%';
});
</script>

Summary

Need this implemented on your site?

ThatDevPro ships this tier (and the other 13) as a productized service. SDVOSB-certified veteran owned. Cassville, Missouri.

See Engine Optimization service ›