Podcast Feeds FAQs

What media file formats can I use to create a podcast?
Supported file formats for uploading include OGG, MP3, MP4, M4A, M4V. Please note that for successful processing, your browser must also support the file type.
How to verify ownership of a podcast when uploading it to podcast platforms?
Most podcast platforms verify ownership by sent a verification link to your email address - be careful when entering your email so as not to allow an error in the address.
How do I link a podcast to a website URL to show up in Google's rich search results?
Include the URL of your podcast in your RSS feed, which can be done when you generate the feed. Also, on the target web page, place a special meta tag (alternate link) in the section that links back to the URL of your RSS feed. With this cross-linking, Google will be able to discover and link your URL to the podcast.
<head>
  …
  <link rel="alternate" type="application/rss+xml" title="Podcast Title*" href="Feed URL**">
  …
</head>

* "Feed Title" is the title of your podcast,
** "Feed URL" is the URL of your RSS feed.