### YAML Frontmatter Schema Example Source: https://context7.com/chatprd/lennys-podcast-transcripts/llms.txt This YAML block illustrates the structure and fields expected in the frontmatter of each transcript file. All fields are consistently present. ```yaml # episodes/elena-verna/transcript.md — frontmatter example --- guest: Elena Verna title: "10 growth tactics that never work | Elena Verna (Amplitude, Miro, Dropbox, SurveyMonkey)" youtube_url: https://www.youtube.com/watch?v=IHwS2By9UKM video_id: IHwS2By9UKM publish_date: 2025-01-19 # ISO 8601, YYYY-MM-DD description: "Elena Verna is one of Silicon Valley's most sought-after growth advisors..." duration_seconds: 5710.0 # Float, total seconds duration: "1:35:10" # Human-readable HH:MM:SS view_count: 94594 # Integer, at time of archival channel: Lenny's Podcast keywords: # AI-generated topic tags - product-market fit - growth - retention - experimentation --- ```