Skip to content

How to set up for a podcast? #1026

Answered by ScottBurger
ScottBurger asked this question in Q&A
Discussion options

You must be logged in to vote

So according to Apple's documentation, there are some required fields needed in an .xml file for it to be recognized as a podcast vs a normal blog .xml feed.

The minimum required are:

  • title
  • description
  • itunes:image
  • language
  • itunes:category
  • itunes:explicit

You'll also need the xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" bit in the rss version tag to have the itunes-specific xml tags be included properly.

I have a working example here that illustrates what fields to add and where.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@daattali
Comment options

Answer selected by ScottBurger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants