• I have been dinking around for days now trying to figure out how to fix my feed burner RSS feed in multiple blogs.

    Today I came across one that I haven’t been able to fix. When using feedvalidator.org I get the error:

    This feed does not validate.
    line 14, column 353: Missing image element: title [help]
    … rner.com/fb/images/pub/fb_pwrd.gif</url></image><item>

    However, I don’t know where to find the place that is missing the image within my wordpress blog. Here is the more detailed code that the above error sends me to for reference (the part after the space starting with atom10:link is what is highlighted as invalid.

    <?xml version="1.0" encoding="UTF-8"?>
    <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    
    <channel>
    <title>Bead Nerd - Resources for your bead business</title>
    <link>http://beadnerd.com</link>
    <description>Do you want a successful bead business? Follow along and I'll tell you how.</description>
    <lastBuildDate>Tue, 06 Mar 2012 19:01:20 +0000</lastBuildDate>
    <language>en</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.3.1</generator>
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BeadNerd" /><feedburner:info uri="beadnerd" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url></image><item>

    I think I can fix it if I could just find where to go in and fix it!

    Thanks in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help with RSS Validation’ is closed to new replies.