September 10, 2026

Repurpose One Podcast Episode Into 10 Pieces of Content

Most podcasters record one hour of audio and get one hour of value out of it: the episode itself. That's leaving most of the value on the table. A single episode can realistically become 10 separate pieces of content if you break it down deliberately instead of just hitting publish.

A podcaster's desk with a microphone, headphones, and a laptop showing an audio waveform

Why repurposing beats recording more

"The podcasters who grow fastest aren't the ones publishing daily — they're the ones who treat every episode as raw material for a week of smaller content." — a line we keep coming back to.

Recording is the expensive part: booking guests, prepping questions, editing audio. Repurposing is cheap by comparison, and it's the part most shows skip entirely.

The 10-piece breakdown

  1. Show notes — a structured summary with timestamps, for the episode page and SEO.
  2. 3–5 audiogram clips — 30–60 second vertical clips with captions, for Reels/Shorts/TikTok.
  3. A Twitter/X thread — 6–10 tweets pulling the sharpest quotes and takeaways.
  4. A LinkedIn post — one core insight, reframed for a professional audience.
  5. 5–8 pull quotes — standalone graphics, one strong sentence each.
  6. A newsletter section — 200–300 words summarizing the episode for your email list.
  7. A blog outline — expand the episode's core argument into a long-form post.
  8. An Instagram caption — paired with the best audiogram clip.
  9. A YouTube description — optimized for search, not just a copy-paste of show notes.
  10. Chapter markers — improves both the listening experience and podcast-app SEO.

What not to repurpose

Not every segment is worth cutting. Skip tangents, in-jokes that need context, and anything that only makes sense mid-conversation. If a clip needs a two-sentence preamble to make sense, it's probably not a good standalone clip.

A minimal chapter-markers example

Podcast 2.0 chapter markers are just JSON — most hosting platforms will accept this directly:

{
  "version": "1.2.0",
  "chapters": [
    { "startTime": 0, "title": "Intro" },
    { "startTime": 95, "title": "Why repurposing beats recording more" },
    { "startTime": 340, "title": "The 10-piece breakdown" },
    { "startTime": 1210, "title": "What not to repurpose" }
  ]
}

Effort vs. reach, roughly

FormatTime to produceTypical reach vs. the episode itself
Show notes15 minBaseline (SEO, long-tail)
Audiogram clip20 min each3–10x
Twitter thread15 min1–3x
Pull quote graphic5 min each0.5–2x
Blog outline → post45–90 min2–5x, compounds over time

The blog post is the slowest to produce and the slowest to pay off — but unlike a clip, it's still finding readers a year later.


More guides like this are on the blog — this one exists to review formatting: headings, lists, a blockquote, a code block, and a table.