Pepys

Guide

How to make podcast show notes

For podcasters who want chaptered, searchable show notes built from the episode's real transcript timeline – not timecodes a language model guessed.

The short answer

Good show notes have five parts: a 2 to 3 sentence summary, chaptered timestamps, 3 to 5 key takeaways, a guest bio with links, and 2 to 3 pull quotes. The fastest path is to run a timestamped transcript through a language model with one fixed prompt, or a tool that generates them in one click. The catch – the timecodes are only right if the transcript carries timestamps.

What goes into a set of podcast show notes?

A useful set of show notes has five parts: a two or three sentence summary, chaptered timestamps, three to five key takeaways, a guest bio with links, and two or three pull quotes. The summary and takeaways help someone decide to press play. The timestamps let them jump to the part they came for. The bio and quotes give credit and a reason to share.

Chapters are the one part with a real spec, so get them right. Apple documents three ways to deliver chapters: timestamps in the episode description, the RSS `<podcast:chapters>` tag, and metadata embedded in the file. Apple also says the first description chapter must start at 00:00:00, with at least three chapters. Spotify sets a similar floor, at least three chapters and at least 30 seconds between each start time.

Those delivery methods behave differently. Embedded chapters live in the audio file itself, carried by the ID3 CHAP and CTOC frames in an MP3; apps like Overcast read those file markers directly. The Podcasting 2.0 route instead links an external JSON file from your feed, which you can edit after publishing without re-uploading the audio. Pocket Casts reads that Podcast Index format plus embedded and Podlove chapters.

If that sounds like overhead, the description-timestamp route is the floor that works everywhere. You write a plain list in the episode description, starting at 00:00, one timecode and label per line. For an interview it might read: (00:00) Cold open; (04:12) The guest's origin story; (19:30) The tactic that changed everything; (38:05) Where to find them. Posting to YouTube too? YouTube wants the first timestamp at 00:00, at least three in ascending order, and each chapter at least 10 seconds long.

The free route: one prompt over a timestamped transcript

The free route is one fixed prompt run over a transcript that already carries timestamps. That last part is the whole game. A model can place a chapter at 04:12 only if 04:12 exists in the text you paste. So start from a timestamped transcript of the episode, and if you only have audio, turn the episode URL into a timestamped transcript first. Then copy the prompt below and paste the transcript after it.

You are writing podcast show notes from the transcript below. Use only the transcript. Do not invent facts, names, or timecodes. Produce: (1) a 2 to 3 sentence summary; (2) a chapter list formatted as (MM:SS) Title, with the first chapter at (00:00) and at least three chapters, using only timecodes that appear in the transcript; (3) three to five key takeaways as bullet points; (4) a one-line guest bio plus any links the guest mentions; (5) two or three short pull quotes, each with the speaker's name and timestamp. If part of the episode has no timestamp in the transcript, leave that timecode out instead of guessing. Transcript:

Why nag the model about timecodes three times in one prompt? Because it will fill a gap with a confident guess. Fabricating unintended text is a documented failure mode of language generation (Ji et al., ACM Computing Surveys, 2023). When we ran a 45-minute interview transcript through this prompt, the model invented two chapter timecodes for a stretch that had no timestamps in the source. That's exactly why the transcript's own timestamps, not the model, have to anchor the chapters.

So the free route is fast, but it isn't hands-off. Read the chapter list against the audio and fix any timecode that drifted, especially around ad breaks and edits, where the published timeline shifts from the recording. The summary and takeaways are usually solid. The timestamps are the part you check yourself.

The automated route: one-click show-notes tools

Prefer not to run a prompt yourself? Some tools generate show notes in one click, in two flavors. Host-side, Spotify auto-generates chapters from a transcript and picks the titles and start points for you. Standalone, a one-click show-notes generator takes the episode and returns a summary, chapters, takeaways, and quotes in a single pass.

The catch is the one from the free route: a generator is only as accurate as the timeline underneath it. A tool built on word-level timestamps can anchor each chapter to the moment it actually happened, not a rounded guess. That's the Pepys approach, word-level timestamps plus an in-app summary, so the chapters point at the real timeline instead of an approximation.

Match the route to your volume. Publishing weekly and fine with a prompt? The free route costs nothing and you keep full control. Clearing a back catalog, or handing the job to someone else? A one-click tool removes the repetitive setup. Both roads end in the same place, verify the timecodes before you publish.

Do show notes help SEO and accessibility?

Yes, and it pays to be precise about why. Search engines don't listen to your audio; they index the text on the page. Google analyzes the text on a page and stores it in its index. Publish show notes and a transcript, and a silent audio file becomes words a search engine can actually read. That's indexable content, not a ranking promise.

Hold that line carefully. Google also says it doesn't guarantee it will crawl, index, or serve any page, so more text isn't a lever you pull for rank. What the text does is give the page something to be found by: a title, a summary, named topics, and quotable lines, instead of an opaque media file.

The accessibility payoff is more clear-cut. Under WCAG 2.1, a transcript is the recognized alternative for prerecorded audio-only content, Success Criterion 1.2.1, Level A. Show notes plus a full transcript serve both the person skimming and the listener who can't use the audio at all.

That transcript keeps paying off downstream. Once it's on the page, the summary and pull quotes are the raw material for turning the episode into a blog post, a newsletter, or social clips, with no re-listening. Show notes are step one of getting more than a single play out of one recording.

The steps, in order

  1. 01

    Get a timestamped transcript

    Start from a transcript that carries real timestamps, either exported from your host or generated from the episode file or URL. Without timecodes in the text, every chapter time is a guess.

  2. 02

    Run the show-notes prompt, or a one-click tool

    Paste the timestamped transcript into the fixed prompt, or feed the episode to a one-click generator. Ask for a summary, chapters, key takeaways, a guest bio, and pull quotes.

  3. 03

    Verify the chapter timecodes against the audio

    Play the spots each chapter points to and confirm the timecode lands where it should, especially around ad breaks and edits. Fix anything the model rounded or invented.

  4. 04

    Publish on your own episode page

    Post the notes and full transcript on the episode's page, and mirror the chapter list into the description, feed, or file so players can display it. Keep the transcript up for search and accessibility.

Tips from people who do this a lot

  • Make the cold open your zero mark. Apple requires the first chapter at 00:00:00 and YouTube requires the first listed timestamp at 00:00, so a list that starts later than zero may not show as chapters at all.

  • Don't over-segment. Spotify needs at least 30 seconds between chapter start times and YouTube needs each chapter at least 10 seconds long, so skip a marker for every quick aside.

  • Use the external-JSON route if you revise often. Podcasting 2.0's podcast:chapters tag points to a JSON file you can edit after publishing, so you can fix a wrong chapter without re-uploading the audio.

  • Paste the transcript, not your recap. Hand the model your own summary instead of the timestamped transcript and it has no real timecodes to anchor to, so it invents them.

  • Keep the full transcript on the page, not just the notes. The notes help humans skim; the transcript is the text a search engine indexes and the alternative that meets the audio-only accessibility requirement.

Try it now

Drop in your recording or paste a link and get a clean, speaker-labeled transcript in minutes. Your first 60 minutes are free.

or paste a link
InstagramTikTokYouTubeFacebookSpotifyApple Podcasts

60 min free · no card required · we never train on your audio

PodcasterJournalistContent creatorResearcherStudent
Trusted by 100,000+ creators, podcasters, journalists & researchers

How to make podcast show notes – questions, answered

What goes in podcast show notes?

Five things: a two or three sentence summary, chaptered timestamps, three to five key takeaways, a guest bio with links, and two or three pull quotes. The summary and takeaways sell the play; the timestamps let listeners jump. Chapters have a real spec: Apple wants the first at 00:00:00 and at least three.

How do I get accurate chapter timestamps?

Anchor them to a transcript that already carries timestamps, then verify against the audio. A language model invents a timecode when the source has none, a documented failure mode of text generation (Ji et al., ACM Computing Surveys, 2023). Real timestamps in, real chapters out. Guessed input, guessed chapters.

Free prompt or paid tool for show notes?

Both work. The free route is one fixed prompt over a timestamped transcript, no cost and full control. A one-click generator trades a little control for speed across a back catalog. Either way, verify the timecodes first, because Spotify needs at least three chapters and 30 seconds between each start.

Do podcast transcripts and show notes help SEO?

They create indexable text. Google analyzes the words on a page and stores them in its index, but doesn't guarantee it'll crawl, index, or serve any page (Google Search Central). So notes and a transcript make a silent file findable; they don't buy a ranking. A transcript also meets WCAG 1.2.1 for audio-only content.

References

  1. 1.Using chapters on Apple Podcasts (three delivery methods; first chapter at 00:00:00; at least three)Apple Podcasts for Creators
  2. 2.ID3v2 Chapter Frame Addendum v1.0 (CHAP and CTOC frames)ID3.org
  3. 3.podcast-namespace: podcast:chapters (external JSON chapters, Podcasting 2.0)Podcast Index
  4. 4.Episode chapters (auto-generated, Podlove, or description; at least 3 chapters, 30 seconds apart)Spotify for Creators
  5. 5.Chapters in Pocket Casts (embedded AAC/MP3 plus Podcast Index and Podlove)Pocket Casts Support
  6. 6.Overcast for podcasters (displays MP3 and M4A chapter markers)Overcast
  7. 7.Understanding SC 1.2.1: Audio-only and Video-only (Prerecorded), Level AW3C Web Accessibility Initiative (WAI)
  8. 8.How Google Search works (indexing analyzes page text; no crawl/index/serve guarantee)Google Search Central
  9. 9.Ji et al. (2023), Survey of Hallucination in Natural Language GenerationACM Computing Surveys
  10. 10.Add video chapters to YouTube (first timestamp 00:00; at least three ascending; 10-second minimum)YouTube Help (Google)

Keep reading

Don't just take our word for it.

Ask ChatGPT, Claude, or Perplexity what Pepys is and who it's for. One click, and your favorite AI does the homework.

Get your transcript – free to start

Pay as you go – credits never expire, nothing to cancel. Or start free with 60 minutes, no card.