This plugin comes with a blueprint and template for the RSS feed. In addition you may need a template for the episode listing on your website.
In order to configure the feed correctly, you first have to think how you would like to structure the pages of your Podcast.
There are three recommended ways to structure your Podcast (but you can do it however you like):
This structure is the simplest but may become a bit cluttered over time. In this case you have a flat structure with the feed and the episode on one level:
This structure might be the best one for most Podcasts. In this case you have a deeper structure splitter into seasons with the feed and the season pages on one level and the episode as children of the season pages:
This structure works the same as the seasonal one, but it is splitter by year with the feed and the yearly pages on one level and the episodes as children of the yearly pages:
It is recommended to create a parent page for all the pages of your Podcast. I will call it „My Podcast“ in this example. This page should have a blueprint/template which can later on list all episodes.
Create the feed page within your Podcast page:
Podcaster Feed as a template!NOTE If you cannot see the template
Podcaster Feedmake sure
- The plugin is correctly installed
- The blueprint of the parent page allows to create pages with the
podcasterfeedtemplate.
Fill in at least the:
Switch to the RSS Settings tab and fill out:
The Podcast ID should be a simple string, representing our Podcasts name. For example my-podcast
The Podcast Link should be a link to the landing page of your Podcast.
Next
Source Pages are empty for now.This plugin does not provide a blueprint for episodes but it does provide a tab blueprint to extend your existing blueprints.
If you have a blog your could extend your post blueprint. If you don’t have any fitting blueprint, you can use this very simple example:
title: Episode
num: '{{ page.date.toDate("YmdHi") }}'
tabs:
podcast:
extends: tabs/podcasterepisode
content:
sections:
basic_stuff:
type: fields
fields:
date:
label: Date
type: date
default: today
required: true
text:
label: Text
type: textarea
size: large
If you do have a fitting template, you can extend it with:
tabs:
podcast:
extends: tabs/podcasterepisode
Create an episode within your chose structure. I’ll use the seasonal structure in the example. So I will
My Podcast pageSeason 01 with the same listing template used by My PodcastSeason 01Now fill in at least the required fields:
Publish the episode page and the season page.
Now we can add episodes to the feed:
Source PagesSeason 01You should now see the new episode in the RSS feed.
You are set up now and can publish the RSS feed. If your feed is still a draft:
Congratulations! Your Podcast is live!
!NOTE Go ahead and start configuring Podcaster Analytics to see how many people are listing to your Podcasts.