Search Results for: syndication

What is RSS? And why you MUST own yours

[…] of the post (depending on the publisher’s choice). More technical definition of RSS “RSS” stands for “Rich Site Summary,” but it is also known as “really simple syndication,” “RDF Site Summary,” and “Real-time Simple Syndication.” RSS is a collection of XML (“extensible markup language”) standard formatting. An RSS feed is mandatory for hosting a […]

Read More »

Website Stats and Feedburner’s RSS Subscriber Stats

You have probably heard a lot of false things about stats, especially Feedburner’s RSS stats. I’m here to tell you the truth! Make sure you listen to the episode because I explain everything in much more detail than I’m writing in the shownotes.

Read More »

Don’t fall for the podcasting myth of “monthly downloads”

[…] LibSyn provides media hosting with basic stats starting at $5 per month. They can be your one-stop shop for podcast media hosting (audio or video), podcast website, syndication to iTunes and other podcast directories, and even iOS and Android apps. You can also use LibSyn as just your media host and power everything else […]

Read More »

What You Need to Know about Episode Limits and Your Podcast RSS Feed

[…] limit depends on how you’re using the tools to create the feed. Here are the three most-common places: WordPress default or category feed: WordPress ➜ Settings ➜ Reading ➜ Syndication feeds show the most recent PowerPress feeds: WordPress ➜ PowerPress ➜ Settings (or your feed under Podcast Channels or Category Podcasting) ➜ Feed ➜ Show the most recent Libsyn: […]

Read More »

What to Do When You Have Too Many Podcast Episodes in Your RSS Feed

[…] and be downloadable by your subscribers, then you should raise the limit in what is creating your RSS feed. WordPress default or category feed: WordPress ➜ Settings ➜ Reading ➜ Syndication feeds show the most recent PowerPress feeds: WordPress ➜ PowerPress ➜ Settings (or your feed under Podcast Channels or Category Podcasting) ➜ Feed ➜ Show the most recent Libsyn: […]

Read More »

How to Shrink Your Podcast RSS Feed and Why It Matters

RSS (“RDF Site Summary” or “Really Simple Syndication”) is the core to distributing your podcast. Here’s why the RSS size matters, what affects the feed size, and how to reduce the size of your podcast RSS feed. Why the size of the podcast RSS feed matters Most podcast apps (sometimes called a “podcatchers”) or RSS clients download an entire RSS feed every time they check for new items (blog posts, podcast episodes, etc.) from that feed. (A few apps, web directories, and browsers will read special server code that essentially tells the requesting client that nothing has changed since the last check and to not redownload the feed.) Thus, the larger your feed, the more bandwidth is required every time the app checks for new content. Feed size matters for mobile data usage For example, the Apple Podcasts app will automatically check feeds up to every hour. If the podcast feed is 1 MB, then that’s 24 MB the app downloads per day and around 720 MB per month. And that’s for only one podcast! If a subscriber doesn’t have their app set to limit refreshes or downloads when on cellular data, you could be causing unnecessary large data consumption for your subscribers. Feed size matters for speed Small stuff downloads quickly; big stuff downloads slowly. This is also true for podcast RSS feeds. Keeping the size down makes it download faster and thus lets your audience get your latest episodes more quickly. Yes, this may seem trivial when you have a high-speed data network on your phone, but that may not be the case for your worldwide audience. Self-hosted feed size matters for your server If you host your RSS feed yourself (PowerPress, hand-coding, or another website plugin), then you must provide the bandwidth for delivering your full RSS feed to the majority of your audience. For example, if your podcast feed is 1 MB and you have 200 subscribers, that means serving potentially 200 MB per hour or 4,800 MB (nearly 4.7 GB) per day—for only your RSS feed! That may be perfectly acceptable for your web server, but it’s something to keep in mind. Aside from the bandwidth requirements, an uncached feed on your server also means more queries required to build the dynamic RSS feed with every request. A single RSS feed could cause thousands of queries, which requires more resources from the server (RAM, CPU, and disk activity). Multiply these requests by how many other subscribers are making the same requests simultaneously, and you can imagine how easily a server can crash from exceeding its resources. Read more about why your may want to host your own RSS feed and why you may not. Some tools limit the size of your RSS feed FeedBurner and some other tools have explicit limits to the size of feeds they support. Currently, FeedBurner’s limit for the source feed is 1 MB (up from 512 KB not long ago). If you use FeedBurner or other limited tools and your feed gets too big, your podcast might stop updating. What affects the feed size The size of the RSS feed is based on how many characters are included in the feed itself. For example, “Los Angeles” requires more space than “LA” and long paragraphs require more space than a short sentence. Also, RSS is made up of separate XML (“Extensible Markup Language”) tags, such as , , and such. The size of images, videos, audio, and other linked assets don’t matter, because the code in an RSS feed is only linking to those assets, not embedding them. All of these pieces of data combine to make the RSS feed and each piece affects the overall size. Thus, the more an RSS feed holds, the larger it will be. RSS feeds can be compressed with GZIP through a caching plugin or intelligent RSS tool. But the core idea of shrinking an RSS feed is in reducing the amount of data it contains. 5 ways to reduce the size of your RSS feed The following features may be limited based on the podcast-feed-creation tool you’re using. 1. Enable GZIP compression If you use a third-party tool, such as Libsyn, to create your RSS feed, they probably already compress the feed to reduce its size. If you’re self-hosting your RSS feed, then set up a caching plugin for better performance and ensure it caches and compresses the feeds, too (and that it’s compatible with PowerPress). 2. Use a podcast-only RSS feed If you blog on your WordPress website (which I do highly recommend) and use your site’s default RSS feed (/feed), then blog posts and podcast episodes are being combined. That’s fine for a the primary feed, but that’s not what you should use for your podcast. When your feed contains both blog posts and podcast episodes, two things happen. Podcast apps or directories will usually read only the podcast episodes and skip the blog posts. Thus, you’re wasting space in your podcast feed by including the blog posts. Blog posts will bump out podcast episodes when you reach your feed item limit. For example, If you have 50 episodes and 50 separate blog posts with a feed limit of 50, you might see only 25 episodes in your podcast app. For WordPress, the best way to get a podcast-only feed is to use PowerPress’s default podcast channel feed (/feed/podcast). Using a category’s RSS feed (/category-name/feed) can work, too, but it has never been the best idea (except in very rare cases). The PowerPress default channel feed will always contain only podcast episodes entered into the “Podcast Episode” widget of a post. If you can’t or don’t want to use a PowerPress feed, consider using the RSS feed from your media host. The only hosts I currently trust for this are Libsyn and Blubrry. If you’re using any other host, I suggest running the feed through FeedBurner (with all stats and features disabled). 3. Activate PowerPress’s “Feed Episode Maximizer” If you use PowerPress to create your podcast’s RSS feed, activate the Feed Episode Maximizer feature. This will reduce how much information is attached to episodes past your latest 10, and thus significantly reduce the size of your RSS feed. Through PowerPress 6.3, Feed Episode Maximizer is available only on channel and post-type feeds. But later versions of PowerPress offer the feature on category and taxonomy feeds. 4. Switch the feed from full content to summaries Remember that every character in your RSS feed takes up extra space. So instead of publishing thorough show notes or a complete transcript in your RSS feed, consider reducing that to summaries. If you use WordPress, go to Settings > Reading to switch “For each article in a feed, show” from “Full text” to “summary.” This will use the first 55 words of your blog post—or the full excerpt, if you enable and write that for each post—instead of the entire post. The more text you write for your podcast, the more this will help. But it’s also mostly irrelevant if you use PowerPress’s Feed Episode Maximizer, since this will include the full text (if that’s WordPress’s setting on your site) only for the latest 10 episodes. If you use a different tool for creating your podcast RSS feed, such as Libsyn’s or Blubrry’s media-hosting feed, then how much content you include is your decision, not a switch in the software. 5. Simplify formatting Rich-text-formatting (bold, italics, colors, size, hyperlinks, and more) may not appear to change the number of characters you see, but it adds HTML code to make those changes. For example, compare these two pieces of text: The Audacity to Podcast The Audacity to Podcast The code behind them looks like this: The Audacity to Podcast The Audacity to Podcast This doesn’t mean you should avoid rich text formatting, but I do recommend keeping things clean. Avoid changing colors because this adds extra code and it could make your text unreadable in some apps. Paste as plain text with Cmd-Shift-V (MacOS) or Ctrl-Shift-V (Windows, Linux), or use WordPress’s “Paste as Text” toggle (buried in the “more options” toolbar of the post editor) if you’re pasting from other programs and it will clean up the hidden code that is often included. 6. Reduce the post/episode limit Lastly is the most obvious, but my least recommended option. You could set a smaller limit to how many episodes your podcast RSS feed contains. This will probably have the greatest impact on the size of your feed, because the individual items account for most of the data in your feed. For example, in a feed with 100 items, each episode will account for an average of 1% of the feed size. Thus, reducing the number of episodes by 50% will probably reduce your feed size by the same 50%. However, I recommend this as your last choice, especially for timeless podcasts. Apple’s podcast apps limit directory listings to the latest 300 episodes of a podcast. All those episodes contribute to the podcast’s findability or search-engine optimization (SEO). Once subscribed, someone can access your archive beyond the latest 300 episodes, for as far back as your RSS feed goes. Thus, adjusting the limit for your RSS feed has more of a personal impact than merely changing the size of your feed. It’s ultimately your decision, but here’s what I recommend you consider. For timeless content—that is, stuff that people will still want years from now—I recommend setting the limit to 300. If you have more episodes than that, consider publishing Archive feeds in iTunes for your first 100–300 at a time, as John Lee Dumas does with Entrepreneur on Fire. Thus, each episode is still easily findable and consumable in iTunes. For current-events content—that is, time-based stuff that won’t matter much or at all years from now—I recommend a smaller limit, such as 50 for a weekly podcast (and thus the last year’s worth of episodes). I wouldn’t count TV-show-fan podcasts in this, because people might watch the TV shows years after they aired. For podcasts that sell the back catalog, I recommend 3–10 episodes. That seems enough to get someone hooked and eager for more, while not giving them access to everything. But remember that fewer episodes means less SEO for your podcast. If you use a PowerPress feed, you can adjust this episode limit in the PowerPress feed settings. If you use the default WordPress feed (which I don’t recommend), adjust the limit in Settings > Reading. If you use a third-party tool to create your RSS feed, then look inside their settings (in Libsyn, Destinations > Libsyn Classic Feed > Advanced Options > Episode/Post Limit). Thank you for the podcast reviews! vivwill wrote in iTunes USA, “What I Like Most Is Daniel is so honest and earnest. It’s not a scam or a brag about how great he is ever. Some other podcasts feel always like mini-marketing ads for their owners. His […]

Read More »

How to Change Your Podcast Information in iTunes/Apple Podcasts

[…] most recent PowerPress > Category Podcasting > Feed Settings > Show the most recent PowerPress > Settings > Feeds > Show the most recent WordPress Settings > Reading >  Syndication feeds show the most recent Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Advanced Options > Episode/Post Limit 4. Cover art Make sure you’re using a beautiful 1,400 × 1,400 image for your podcast. This should go in your RSS2 tag, ID3 tags for each episode, and especially your iTunes image tag: FeedBurner > Optimize > SmartCast > Podcast image location PowerPress > Podcast Channels > iTunes Settings > iTunes Image PowerPress > Category Podcasting > iTunes Settings > iTunes Image PowerPress > Settings > iTunes > iTunes Image Libsyn > Settings > Edit Show Settings > Artwork 5. Feed URL 301 redirects can work great for moving everyone to a new RSS feed. But if you submitted an all-inclusive RSS feed (blog posts and podcast episodes) and want to split to a podcast-only feed, then use the iTunes New Feed URL feature. FeedBurner > Delete Feed… (with permanent redirection) PowerPress > Podcast Channels > iTunes Settings > iTunes New Feed URL PowerPress > Category Podcasting > iTunes Settings > iTunes New Feed URL PowerPress > Settings > iTunes > iTunes New Feed URL Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Advanced Options > Redirect Feed to this Web Address 6. Categories FeedBurner allows you to list in up to five categories, PowerPress allows three. But iTunes will only display and feature you in whatever is your first category. FeedBurner > Optimize > SmartCast > Category and Use additional categories PowerPress > Podcast Channels > iTunes Settings > iTunes Category and More PowerPress > Category Podcasting > iTunes Settings > iTunes Category and More PowerPress > Settings > iTunes > iTunes Category and More Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > iTunes Categories 7. Tags (not shown) Your podcast-level tags no longer affect your findability in iTunes. FeedBurner will allow one-word tags, PowerPress allows multi-word tags. Don’t use more than 12. FeedBurner > Optimize > SmartCast > Podcast search keywords PowerPress > Podcast Channels > iTunes Settings > iTunes Program Keywords PowerPress > Category Podcasting > iTunes Settings > iTunes Program Keywords PowerPress > Settings > iTunes > iTunes Program Keywords Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Keywords 8. Author This would be your name or network. In some rare cases, like for The Audacity to Podcast, you may be listed under two different authors because one is your network affiliation. In my case, this is the TechPodcasts Network. FeedBurner > Optimize > SmartCast > Podcast author PowerPress > Podcast Channels > iTunes Settings > iTunes Talent Name PowerPress > Category Podcasting > iTunes Settings > iTunes Talent Name PowerPress > Settings > iTunes > iTunes Talent Name WordPress Post > Author Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Author 9. Website This is a clickable link back to your website or a podcast landing page on your site. PowerPress > Podcast Channels > Feed Settings > Feed Landing Page URL PowerPress > Category Podcasting > Feed Settings > Feed Landing Page URL PowerPress > Settings > Feeds > Feed Landing Page URL Single sites: WordPress Settings > General > Site Address Multisite: Network Admin > Sites > Settings (for the selected site) Libsyn > Settings > Edit Show Settings > Website Address 10. Copyright Here’s a copyright symbol for your easy copying: ©. FeedBurner > Optimize > SmartCast > Copyright message PowerPress > Podcast Channels > Feed Settings > Copyright PowerPress > Category Podcasting > Feed Settings > Copyright PowerPress > Settings > Feeds > Copyright Libsyn > Settings > Edit Show Settings > Copyright Notice 11. Clean/explicit Mark whether your whole podcast is clean (no foul language), explicit (lots of foul language), or don’t include (G to PG rating). FeedBurner > Optimize > SmartCast > Contains explicit content PowerPress > Podcast Channels > iTunes Settings > iTunes Explicit PowerPress > Category Podcasting > iTunes Settings > iTunes Explicit PowerPress > Settings > iTunes > iTunes Explicit Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Content Rating Note about clean/explicit tag. In Feedburner “Yes (Cleaned)” gives the “Clean Lyrics” badge in iTunes, but in PowerPress, this is labeled as “Clean – No explicit content.” FeedBurner leads you to think that “Cleaned” means you used to have explicit content but removed it. But iTunes’ specs make it clear that “explicit” is for explicit content (and may be blocked in some countries), “clean” is for clean content, and “no” is for no advisory tag. 12. Email address (not shown) This email address won’t show in iTunes, but it will be accessible in your RSS feed. More importantly, this is how the iTunes team will contact you if there are problems or announcements. FeedBurner > Optimize > SmartCast > Podcast author email address PowerPress > Podcast Channels > iTunes Settings > iTunes Email PowerPress > Category Podcasting > iTunes Settings > iTunes Email PowerPress > Settings > iTunes > iTunes Email WordPress Settings > General > E-mail Address Libsyn > Settings > Edit Show Settings > Public Contact Email, and Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Owner Email 13. Podcast subtitle (shown in podcast subscriptions) This text won’t display in the podcast catalog, but it will display to your subscribers in their subscriptions area. FeedBurner > Optimize > SmartCast > Podcast subtitle PowerPress > Podcast Channels > iTunes Settings > iTunes Program Subtitle PowerPress > Category Podcasting > iTunes Settings > iTunes Program Subtitle PowerPress > Settings > iTunes > iTunes Program Subtitle Libsyn > Destinations > Edit or View Existing > Libsyn Classic Feed > Subtitle Episode-level information PowerPress gives you the ability to override per-episode information if you enable select options in PowerPress > Settings > Basic Settings. Use these at your own risk, but I’ve found that they’ve worked well for me. 14. Episode titles At the moment, the only way to set your individual episode title is your post title in WordPress. WordPress Post > Title 15. Episode subtitles Since so little of this displays, try to come up with a subtitle of only a few words. If your podcast episodes are titled similar to “Episode 3,” this could be a good spot for something more descriptive, like “10 ways to be awesome.” WordPress Post > iTunes Subtitle Field (if enabled) WordPress Post > Excerpt (if used) WordPress Post > Blog post (first 250 characters) 16. Episode descriptions This would be the further information that displays with each episode. Unless you override it, iTunes will pull your entire blog post. I like to include my excerpt, outline (sometimes), shownotes link, and feedback information. For example, here’s the episode description for this episode: Everything about how your show is listed in the iTunes podcast directory (and many other podcast directories) is pulled directly from your RSS feed. Here’s what you need to know to change the information. Get Social Subscribe & Follow Icons for your WordPress website! http://subscribeandfollow.com Register for my Learn Audacity webinar on May 18! http://LearnAudacity.com Follow me on http://twitter.com/theRamenNoodle Links and shownotes at https://theaudacitytopodcast.com/126 FEEDBACK Call (903) 231-2221 Email feedback@TheAudacitytoPodcast.com Send a voice message from http://TheAudacitytoPodcast MAILING ADDRESS The Audacity to Podcast PO Box 739 Burlington, KY 41005 FeedBurner > Optimize > Summary Burner WordPress Post > iTunes Summary Field (if enabled) WordPress Post > Excerpt (if used) WordPress Post > Blog post 17. Episode clean/explicit If a particular episode should be marked differently from the rest of your feed, you can indicate that just that episode is clean or explicit. WordPress Post > iTunes Explicit Field (if enabled) FeedBurner > Optimize > SmartCast > Contains explicit content PowerPress > Podcast Channels > iTunes Settings > iTunes Explicit PowerPress > Category Podcasting > iTunes Settings > iTunes Explicit PowerPress > Settings > iTunes > iTunes Explicit My new premium plugin for bloggers and podcasters! Check this out: Apple Podcasts Spotify RSS Podcast RSS YouTube X Facebook Android That (and the similar […]

Read More »

Why you need a podcast-only RSS feed and how to make it

[…] publish on a WordPress website—blog posts and podcast episodes—will go into the RSS feed. WordPress defaults to 10 items in your RSS feed (Settings > Reading > Syndication feeds show the most recent …). If you podcast and blog once each per week for ten weeks, you’ll have twenty items: ten blog posts and ten podcast episodes. With a site-wide/all-inclusive feed limited to ten items, your feed would look like this. Blog post Podcast episode Blog post Podcast episode Blog post Podcast episode Blog post Podcast episode Blog post Podcast episode When a podcast app checks your RSS feed, it will ignore anything that isn’t a podcast episode (define by the enclosure tag in the RSS feed). So the app would only see five of your latest episodes because your five blog posts bumped out the other episodes from the feed. A podcast-only feed would not be affected by the blog posts, so your feed would look like this. Podcast episode Podcast episode Podcast episode Podcast episode Podcast episode Podcast episode Podcast episode Podcast episode Podcast episode Podcast episode Even if you currently don’t have plans to blog on your podcast website, you should still setup a podcast-only feed in the beginning. It won’t hurt you, but it will save a lot of frustration if you ever do decide to blog. What to do with the podcast-only feed Submit your podcast-only feed to—as you probably guessed—any podcast app or directory. When someone subscribes with iTunes, they will never view your RSS feed in a reader, so they will never need your blog posts. The same applies to nearly every other podcast directory or app. You don’t need a blog-only feed You may think that because you need a podcast-only feed, you should also have a blog-only feed. Nope! If someone subscribes to your site-wide feed (blog and podcast) in an RSS reader like Feedly or the late Google Reader, they will be able to read your blog posts, read your podcast shownotes, and even listen to your podcast from their app. To remove the podcast from this feed will prevent your loyal readers from conveniently consuming your podcast episodes. 3 ways to create a podcast-only feed Whether you’re starting out or trying to correct your feed (I’ll explain how to do that in a moment), these are the three ways to make your feed, in order of my recommendation. 1. PowerPress feed PowerPress automatically provides a podcast-only feed. It will usually look like “theaudacitytopodcast.com/feed/podcast/” (assuming you have your permalinks set to something other than the defaults). Find it under PowerPress > Settings > Feeds > Podcast Feeds. This is my top recommendation for a podcast-only feed because you can do great things with this feed. Activate PowerPress’s Custom Channels to change the title or enable the “Feed Episode Maximizer.” By default, this will grab any podcast episode you’ve entered into the “Podcast episode” widget in a WordPress post. If you run multiple formats, like audio and video (as I do), then I recommend creating a separate channel for the alternate format. With multiple channels, /feed/podcast/ would only be your default channel. If you enable the custom channels (to use Feed Episode Maximizer or change the podcast title), you don’t have to enter any extra information as it will pull from your default PowerPress settings. Or if you use FeedBurner’s SmartCast, then it will override most of the podcasting information you enter. 2. Category feeds I don’t recommend using a podcast-only category feed unless you’re running multiple podcasts through a single site. Category feeds don’t currently offer the Feed Episode Maximizer. To setup this option, create the category for your podcast. I recommend simply calling it “Podcast.” If you have more than one podcast, then create more descriptive category titles. This RSS feed would look something like “theaudacitytopodcast.com/category/podcast/feed/,” where “podcast” is the slug from your category name. If you have only one podcast on your site, then you can set your podcasting settings in the default PowerPress settings (PowerPress > Settings) and it will apply to your category feeds as long as “Enhance All Feeds” is selected (PowerPress > Settings > Feeds > Enhance Feeds). You do not need to enable Category Podcasting if you are enhancing all feeds. For running multiple podcasts on a single site, setup each category and enable the Category Podcasting feature in PowerPress. Then add podcasting to each category and enter its appropriate feed information (title, description, cover art, etc.). Now place only podcast episodes in this podcast category. Any blog posts you place in this category will still go out to your RSS feed, but this feed won’t include anything outside your podcast category. 3. Yahoo! Pipes You still have an option if you can’t use #1 or #2, or you’re using a third-party service that doesn’t give you much control. This solution uses more third-party tools and will, unfortunately, slow down how quickly your feed updates and introduce the possibility of more errors. You’ll need to use both Yahoo! Pipes and FeedBurner. Yeah, it’s that ugly. You can clone my own Yahoo! Pipe, or follow these instructions to create your own. Create a new Yahoo! Pipe. Drag in “Fetch Feed” from Sources. Enter your source RSS feed (not your FeedBurner feed). Drag in “Filter” from Operators. Click and drag the bottom handle of “Fetch Feed” to the top handle of “Filter.” Click and drag the bottom handle of “Filter” to the top handle of “Output.” Set the “Filter” module as follows. Permit items that match any of the following First rule: item.enclosure > is > Click the + button for a second rule: item.description > Matches regex > http://.+mp3 Repeat #3 for other formats in your feed (like “mp4” or “mov”) Save and run the pipe. Right-click on “Get as RSS” to copy the RSS […]

Read More »

14 Features Your Podcast Website Needs

[…] from the email address in their podcast feed. This means they will never get notices from iTunes when there is an issue with their feed, and with syndication providers. So whose email address is in your podcast feed? —Todd Cochrane The biggest offender is SoundCloud. If you use SoundCloud’s RSS feed for your podcast, […]

Read More »
50%

Before you go! Don’t miss this FREE checklist, “20 things you should do before recording every podcast episode”!

This form collects information we will use to send you podcasting-related updates with tips, offers, and news. We will not share or sell your personal information. You can unsubscribe at any time.

Almost there!