Lexicon
Channel
place.pod.show A podcast show or channel.
Required properties
9 fieldstitle The display name of the podcast show. Keep under 100 characters for directory compatibility.
description A short summary describing the show's content, format, and purpose.
createdAt ISO 8601 timestamp of when the show record was created.
feedUrl Canonical public RSS feed URL, used for atom:link rel="self".
website Public website URL for the show, used as the RSS channel link.
language Primary language in ISO 639 format (for example, en-us).
categories Apple Podcasts categories, ordered by priority, with optional subcategories.
explicit Whether the show contains explicit content.
coverImageUrl Apple-compatible show artwork URL: JPEG or PNG, 1400x1400 to 3000x3000 pixels.
Optional properties
10 fieldspodcastGuid Stable podcast:guid value preserved across feed-host migrations.
author Name of the show's author or primary creator.
ownerName Legal or business owner name. Useful for copyright and licensing.
ownerEmail Contact email for the show owner.
copyright Copyright notice or license identifier.
people List of people involved in the show (hosts, producers, editors, etc.).
locked Whether the show record is locked from edits. Defaults to false.
episodeType Default episode type for the show. Common values: full, trailer, bonus.
type Apple show type: episodic or serial; required when the show is serial.
medium Podcasting 2.0 medium, normally podcast; other media types are optional.
Example record
{
"$type": "place.pod.show",
"title": "The Future of Podcasting",
"description": "A weekly show about open standards and decentralized media.",
"createdAt": "2024-01-15T10:00:00.000Z",
"language": "en-US",
"explicit": false,
"author": "Jane Doe",
"website": "https://example.com/podcast"
} Best practices
- Keep title under 100 characters for compatibility with directory listings and mobile displays.
- Use HTTPS for all external URLs (coverImageUrl, website).
- Set explicit accurately to help directories and clients filter content appropriately.
- Cover images should be square and at least 1400x1400px for maximum compatibility.