2021-05-28 13:09:04 +00:00
|
|
|
# RSS Namespace Extension for Podcasting (Tag Specification)
|
2025-04-08 21:52:50 +00:00
|
|
|
|
|
|
|
A wholistic RSS namespace for podcasting that is meant to synthesize the fragmented world of podcast namespaces. As
|
|
|
|
elements are canonized, they will be added to this document so developers can begin implementation. The
|
|
|
|
specifications below are considered locked and the team will prioritize backward compatibility. We are operating
|
2023-06-04 14:20:11 +00:00
|
|
|
under the [Rules for Standards-Makers](http://scripting.com/2017/05/09/rulesForStandardsmakers.html).
|
2020-10-13 13:59:43 +00:00
|
|
|
|
2025-04-08 21:52:50 +00:00
|
|
|
The namespace for this extension is `https://podcastindex.org/namespace/1.0`. Clients which recognize this namespace
|
|
|
|
must also recognize `https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md` as identical. The
|
|
|
|
suggested tag prefix for use in XML is `podcast`, but clients should support alternate prefixes for this namespace.
|
|
|
|
If your application generates RSS feeds and you implement one or more elements below, you will need to link this
|
2023-06-04 14:20:11 +00:00
|
|
|
document in your XML:
|
2020-12-11 19:46:20 +00:00
|
|
|
|
2021-04-19 03:35:20 +00:00
|
|
|
```xml
|
2021-01-26 20:09:35 +00:00
|
|
|
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0">
|
2020-12-11 19:46:20 +00:00
|
|
|
```
|
|
|
|
|
2025-04-08 21:52:50 +00:00
|
|
|
## Podcast Tags
|
2022-10-31 04:05:05 +00:00
|
|
|
|
2025-04-08 21:52:50 +00:00
|
|
|
Each tag below exists in the podcast namespace within the specified parent. All attributes are required unless
|
|
|
|
explicitly specified as optional. Anywhere the url of a hyper-text based resource is specified, it must be given as
|
2023-06-04 13:53:59 +00:00
|
|
|
`https:` and not `http:`.
|
2022-10-31 04:05:05 +00:00
|
|
|
|
2025-04-08 21:52:50 +00:00
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
- [Transcript](tags/transcript.md)
|
|
|
|
- [Locked](tags/locked.md)
|
|
|
|
- [Funding](tags/funding.md)
|
|
|
|
- [Chapters](tags/chapters.md)
|
|
|
|
- [Soundbite](tags/soundbite.md)
|
|
|
|
- [Person](tags/person.md)
|
|
|
|
- [Location](tags/location.md)
|
|
|
|
- [Season](tags/season.md)
|
|
|
|
- [Episode](tags/episode.md)
|
|
|
|
- [Trailer](tags/trailer.md)
|
|
|
|
- [License](tags/license.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Alternate Enclosure](tags/alternate-enclosure.md)
|
2025-04-08 21:52:50 +00:00
|
|
|
- [Source](tags/source.md)
|
|
|
|
- [Integrity](tags/integrity.md)
|
|
|
|
- [Guid](tags/guid.md)
|
|
|
|
- [Value](tags/value.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Value Recipient](tags/value-recipient.md)
|
2025-04-08 21:52:50 +00:00
|
|
|
- [Medium](tags/medium.md)
|
|
|
|
- [Images](tags/images.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Live Item](tags/live-item.md)
|
|
|
|
- [Content Link](tags/content-link.md)
|
|
|
|
- [Social Interact](tags/social-interact.md)
|
2025-04-08 21:52:50 +00:00
|
|
|
- [Block](tags/block.md)
|
|
|
|
- [Txt](tags/txt.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Remote Item](tags/remote-item.md)
|
2025-04-08 21:52:50 +00:00
|
|
|
- [Podroll](tags/podroll.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Update Frequency](tags/update-frequency.md)
|
2025-04-08 21:52:50 +00:00
|
|
|
- [Podping](tags/podping.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Value Time Split](tags/value-time-split.md)
|
2025-04-08 21:52:50 +00:00
|
|
|
- [Chat](tags/chat.md)
|
2025-06-07 06:11:11 +00:00
|
|
|
- [Publisher](tags/publisher.md)
|