The Podcast Feed Standard
All numbers are based on a sample of 233568 podcasts. The selection of tags was last updated in .
Apple's iTunes was one of the first and most popular platforms to find and listen to podcasts. Many other services adopted its feed requirements in order to make it easier for creators to submit their podcasts to their platforms. This turned the iTunes RSS Tags into the de facto standard for podcast feeds. Over the years, Apple has made changes to their podcast feed requirements. This has led to some older tags no longer being used by iTunes, but still being in use by other apps and services. Additionally the podcasting community has proposed and adopted extensions to enhance the listening experience.
The Core Podcast Standard
The core standard is a subset of RSS 2.0 and Apple iTunes Podcasts RSS Tags. This subset is mostly dictated by the requirements of iTunes. Some tags which aren't required or used by Apple are in such wide use that they should be provided by podcasts. The current requirements by Apple can be found in "A Podcaster's Guide to RSS". A description of all RSS 2.0 tags can be found in "RSS 2.0 Specification".
The percentage number for each tag shows how many feeds in the database use this tag. We only count valid usage of the tag, however the checks implemented are neither complete nor perfect. The percentage should be taken as an indication of the popularity and impoartance of the tag.
The "itunes:" prefix refers to the iTunes namespace "http://www.itunes.com/dtds/podcast-1.0.dtd".
Usage of all RSS 2.0 and iTunes Podcasts Tags can be found in the reports:
Channel Tags
The channel element contains general information about the podcast. It defines things such as the title and description of the podcast.
Tag | Description | Usage |
---|---|---|
title |
The title of the podcast. Example:
|
100.0%
|
description |
A description of the podcast. Example:
|
99.6%
|
image |
Link to the podcast's cover art. Example:
|
99.5%
|
language |
The language of the podcast. If applicable, should be given as a two letter code, optionally with a country code. Example:
|
99.8%
|
itunes:category |
Category of the podcast. Must be one of the iTunes categories.
The subcategory is defined by a nested itunes:category tag. Example:
|
99.3%
|
itunes:author |
Author of the podcast. Example:
|
99.5%
|
link |
Link to the podcast's website. Example:
|
98.6%
|
itunes:owner |
Owner of the podcast. Must contain a itunes:name and itunes:email tag. Example:
|
83.2%
|
itunes:type |
Can be episodic or serial . This determines how the episodes are ordered, default is episodic where the latest episode is on top. Example:
|
87.5%
|
copyright |
The license of the podcast. Example:
|
92.1%
|
itunes:summary |
A short summary of the podcast. This tag is no longer used by Apple Podcasts, but other indexers and apps still use this. Example:
|
79.3%
|
Item Tags
The item element contains information about a single episode of the podcast. It defines things such as the title and description of the episode.
Tag | Description | Usage |
---|---|---|
title |
The title of the episode. Example:
|
99.4%
|
enclosure |
Link to the audio file of the episode. Must contain a url , length and type attribute. Example:
|
98.7%
|
guid |
A unique identifier for the episode. This can be a link to the episode, but doesn't have to be. If this is not a permanent link, the isPermaLink attribute must be set to false . Example:
|
99.0%
|
pubDate |
The publication date of the episode. Should be given in the RFC 2822 format. Example:
|
99.2%
|
description |
A description of the episode. Example:
|
96.7%
|
itunes:duration |
Duration of the episode. Can be in seconds or in the format hh:mm:ss . Duration in seconds is recommended. Example:
|
97.7%
|
link |
Link to the episode's website. Example:
|
88.8%
|
itunes:image |
Link to the episode's cover art. Example:
|
83.2%
|
itunes:episodeType |
Type of the episode. Can be full , trailer or bonus . Example:
|
84.7%
|
itunes:summary |
A short summary of the episode. This tag is no longer used by Apple Podcasts, but other indexers and apps still use this. Example:
|
78.1%
|
Recommended Standards
The following tags are in wide use, but should not be assumed mandatory. Some tags fulfill a specific purpose, which is not applicable to all podcasts. Other tags allow for a more detailed description of the podcast or episode, but are not supported wide enough to be considered mandatory.
As a general rule, RSS 2.0 and Itunes tags should be used if they fulfill the purpose you want to achieve. If your data doesn't fit into these structures, take a look at the existing extensions.
This selection of tags is based on the usage of these tags in our dataset.
Recommended Channel Tags
Tag | Description | Usage |
---|---|---|
lastBuildDate |
The date when the feed was last updated. This is used by podcast apps to determine if the feed has changed. Example:
|
72.0%
|
generator |
The software used to generate the feed. Example:
|
69.7%
|
Recommended Item Tag
Tag | Description | Usage |
---|---|---|
content:encoded |
Detailed description of the episode. This can include HTML markup and is generally used to provide a shownotes, links to mentioned topics and additional information about the episode. Example:
|
41.6%
|
itunes:season |
Season of the episode. Must be a positive integer. Example:
|
49.2%
|
itunes:episode |
Episode number.
Must be a positive integer. Example:
|
65.0%
|
itunes:subtitle |
Subtitle of the episode. This tag is no longer used by Apple Podcasts, but other indexers and apps still use this. Example:
|
35.9%
|
itunes:author |
Author of the episode. Example:
|
52.3%
|
podcast:transcript |
A link to the transcript of the episode in a machine readable format (e.g VTT or SRT). Example:
|
5.0%
|
Extensions
The podcasting community has proposed and adopted extensions to enhance the listening experience. These extensions are not supported by all podcast apps and services, but are in some use.
Podcast 2.0 Tags
PodcastIndex proposes a set of tags to enhance the discoverability of podcasts and episodes. The standard tries to provide a solution for problems which previously have been solved by multiple competeing standards. Only a subset of the proposed tags is in use by a small number of podcasts. Information about its usage can be found in the Podcast 2.0 Report report. For further information about the standard, see the RSS Namespace Extension for Podcasting (Tag Specification).
Simple Chapters Tags
Simple Chapters tag is an open standard for providing chapter information in podcasts.
This information can be displayed in a podcast client, allowing listeners to easily navigate to specific sections of an episode and making it more discoverable by listeners.
Further information can be found at Podlove Simple Chapters