Title: Feed Validation Issue
Last modified: September 1, 2016

---

# Feed Validation Issue

 *  [accucomm](https://wordpress.org/support/users/accucomm/)
 * (@accucomm)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/)
 * Gentlemen:
 * I’ve been a PowerPress user since episode 28 of my “Hablando de Tecnología” podcast,
   which to date has 207 episodes ago. However, I host my files with Libsynd. Why,
   because at the moment when I discovered PowerPress I already had 27 episodes 
   in the can.
 * During that period I’ve continuously heard Rob Walch, from Libsyn, say that it’s
   better to have my feed with Libsyn even though I’m using PowerPress. Somehow 
   I’m not convinced.
 * Now, here’s my problem. Today I put my PowerPress feed through Feed Validator
   and it didn’t validate. At first I thought a feed was something that I could 
   locate with my FTP app, download to my computer and find where the problems were.
   Well, the feed is nowhere to be found.
 * According to my very limited knowledge of HTML my feed should be inside a directory
   called “podcast”, which in turn should be inside a directory called “feed”, inside
   my Public HTML file ([http://hablandodetecnologia.com/feed/podcast/](http://hablandodetecnologia.com/feed/podcast/)).
   Well, none of it is there.
 * As you can see I’m well over my head here and without a feed that will validate
   I’m sure to run into problems any minute now. Furthermore, what led to all this
   was that I wanted to register my podcast in iHeart Radio, which in turn requires
   that I register it in Spreaker. And I couldn’t do that because my feed is not
   valid.
 * According to Feed Validator the main reason why my feed doesn’t validate is because
   it has an “unclosed CData section” on the very last line of my feed that looks
   like this: <content:encoded><![CDATA[ . And even though I can’t find my feed 
   document I suspect that this is something that PowerPress creates.
 * Can you help?
 * [https://wordpress.org/plugins/powerpress/](https://wordpress.org/plugins/powerpress/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [Shawn](https://wordpress.org/support/users/shawnogordo/)
 * (@shawnogordo)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/#post-7582970)
 * I took a look at your RSS feed and it appears to be cutting off before it should.
   You’ve got *a lot* of information in that feed. The feed size is currently at
   664k and you really don’t want your feed to go much about 512k. Try this:
    1.)
   Log into your WordPress site and go to PowerPress >> Settings, Advanced Mode 
   >> Feeds. 2.) Click the checkbox next to Feed Episode Maximizer and click the
   Save Changes button at the bottom of the page.
 * Let me know when you’ve done that and I’ll take another look.
 *  Thread Starter [accucomm](https://wordpress.org/support/users/accucomm/)
 * (@accucomm)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/#post-7582999)
 * I did what you suggested but my feed still doesn’t validate on FEDD Validator
   and it still has the same error in the last line.
 *  Plugin Support [Shawn](https://wordpress.org/support/users/shawnogordo/)
 * (@shawnogordo)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/#post-7583061)
 * This is the last item in your podcast RSS feed:
    [http://hablandodetecnologia.com/0143-al-gore-insta-a-usuarios-de-internet-a-defender-el-ambiente-cuba-aprueba-router-wifi-en-la-habana-dicen-que-apple-comprara-usuarios-estudiante-desarrolla-una-mejor/](http://hablandodetecnologia.com/0143-al-gore-insta-a-usuarios-de-internet-a-defender-el-ambiente-cuba-aprueba-router-wifi-en-la-habana-dicen-que-apple-comprara-usuarios-estudiante-desarrolla-una-mejor/)
   For some reason, the feed is breaking right after the enclosure tag in this item.
   It’s possible that either your WordPress theme or another plugin outside of PowerPress
   is causing a conflict. Please ensure you’re using the most recent versions of
   both WordPress and PowerPress. Then, check the instructions on this page for 
   diagnosing the issue: [https://create.blubrry.com/resources/powerpress/using-powerpress/diagnosing-feed-andor-player-issues-with-powerpress/](https://create.blubrry.com/resources/powerpress/using-powerpress/diagnosing-feed-andor-player-issues-with-powerpress/)
 *  Thread Starter [accucomm](https://wordpress.org/support/users/accucomm/)
 * (@accucomm)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/#post-7583125)
 * Hi Shawn:
 * I found the problems. First I eliminated a plugin called Wp-Typography. This 
   is a plugin that makes your text look a lot nicer but it also messes up your 
   feed. Please let the PowerPress community know that this one is a real PowerPress
   killer.
 * Second, I eliminated WP Super Cache. And guess what? To my surprise now I’m getting
   faster results on GT Metrix. I’m not sure why, but that’s what’s happening.
 * Now I have a valid feed. However, I still have several recommendations in yellow
   that I’m not sure what to do with.
 * Any ideas?
 *  Plugin Contributor [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * (@amandato)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/#post-7583128)
 * The recommendations from feedvalidator.org are junk. Keep in mind that feedvalidator.
   org has not updated in years. They aren’t even aware of the first iTunes change
   when they increased the image size minimum from 300×300 to 600×600 back in 2012.
 * Please try a podcast specific feed validating service such as [http://www.castfeedvalidator.com](http://www.castfeedvalidator.com),
   they have an updated version of the same code feedvalidator.org uses which pretty
   much eliminates the notice messages (because the older code does not know about
   the latest iTunes, Google Play or other podcasting tags).
 * As for caching plugins, the are only useful on some web hosting environments.
   A good web hosting environment will have caching built-in, PHP setup with acceleration
   built-in, and/or plenty of infrastructure in place to deal with the traffic. 
   A caching plugin simply adds another layer to the onion. If your web host recommends
   a caching plugin, they will more than likely give you specific instructions how
   to set it up, otherwise you’re going to have to guess the best way to set it 
   up which is also part of the problem with them. Caching plugins can be helpful
   though in some situations, but usually it means you’ve gone through the settings
   in detail and enabled options that add special rules to your .htaccess file, 
   all complement how the server is setup. Again though, its another layer to the
   onion. If your web hosting has caching and other performance tweaks in place 
   then a caching plugin can cause more harm than good.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Feed Validation Issue’ is closed to new replies.

 * ![](https://ps.w.org/powerpress/assets/icon.svg?rev=2849869)
 * [PowerPress Podcasting plugin by Blubrry](https://wordpress.org/plugins/powerpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/powerpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/powerpress/)
 * [Active Topics](https://wordpress.org/support/plugin/powerpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/powerpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/powerpress/reviews/)

## Tags

 * [feed validation](https://wordpress.org/support/topic-tag/feed-validation/)

 * 5 replies
 * 3 participants
 * Last reply from: [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/feed-validation-issue/#post-7583128)
 * Status: not resolved