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.
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
- Show notes — a structured summary with timestamps, for the episode page and SEO.
- 3–5 audiogram clips — 30–60 second vertical clips with captions, for Reels/Shorts/TikTok.
- A Twitter/X thread — 6–10 tweets pulling the sharpest quotes and takeaways.
- A LinkedIn post — one core insight, reframed for a professional audience.
- 5–8 pull quotes — standalone graphics, one strong sentence each.
- A newsletter section — 200–300 words summarizing the episode for your email list.
- A blog outline — expand the episode's core argument into a long-form post.
- An Instagram caption — paired with the best audiogram clip.
- A YouTube description — optimized for search, not just a copy-paste of show notes.
- 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
| Format | Time to produce | Typical reach vs. the episode itself |
|---|---|---|
| Show notes | 15 min | Baseline (SEO, long-tail) |
| Audiogram clip | 20 min each | 3–10x |
| Twitter thread | 15 min | 1–3x |
| Pull quote graphic | 5 min each | 0.5–2x |
| Blog outline → post | 45–90 min | 2–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.