Hello @oobedoob,
WordPress adds <content:encoded>
to your feeds when you have the setting in WordPress > Reading “For each article in a feed, show” set to “Full text”. If you switch this to “Summary”, your entire blog post will no longer be syndicated to Apple podcasts and other applications. We strongly recommend using “Full text”, not only for display sake, but also for Google podcasts as they will index this textual content which will help your podcast discovery on Google search as well as on Google home devices.
WordPress adds the <description>
tag to your feeds. It is a HTML stripped and length limited value of your blog post content.
PowerPress uses your blog post content to populate the <itunes:summary>
tag in your feed. It uses the first 4,000 characters of your blog post content and formats the value with limited HTML as required by Apple’s podcast documentation. If your feed includes the content:encoded value, the iOS podcast app will not use this field. This is only used for the traditional desktop iTunes app when Full text is set in your website. The desktop iTunes app is slowly being phased out by Apple. As of December 2018 the desktop iTunes app had less than 4% podcast listening market share. With the fact that the description view is hard to get to in the desktop app, this field by Apple is not as important as it once. Today it is only important if you do not have “Full text” configured on your website.
Apple podcasts (and most other podcast apps) use the following hierarchy for displaying show notes from your feed:
<content:encoded>
<itunes:summary>
<description>
Thanks,
Angelo