PodcastEpisode schema helps Google Podcasts, Spotify, and Apple Podcasts index your episodes correctly. It surfaces episode metadata in search results and makes your show eligible for podcast-specific rich snippets.
{ "@context": "https://schema.org", "@type": "PodcastEpisode", "name": "Episode 42: The Future of AI Search", "description": "We talk to leading SEOs about how ChatGPT, Perplexity, and Google AI Overviews are reshaping search.", "url": "https://example.com/podcast/episode-42", "episodeNumber": 42, "seasonNumber": 3, "duration": "PT45M", "associatedMedia": { "@type": "MediaObject", "contentUrl": "https://cdn.example.com/podcast/ep42.mp3" }, "partOfSeries": { "@type": "PodcastSeries", "name": "The Schema Podcast", "url": "https://example.com/podcast" } }
Paste any URL and we'll write a custom PodcastEpisode schema in ~2 seconds.