sackbot14
sackbot14

Reputation: 201

RSS 2.0 feed only showing first item

I have recently created an RSS 2.0 feed, HERE

I am trying to view the feed using my feed reader, however I am only seeing the first item. I am seeing no errors in the page source, and the feed is syndicated just fine with Feedburner. What is the issue?

Upvotes: 1

Views: 934

Answers (1)

Julien Genestoux
Julien Genestoux

Reputation: 32952

To distinguish between entries, all readers use the <guid> element for each entry. Your feed has the same <guid> value for all entries. So as far as what the reader knows, all entries are the same and just one.

Make sure each entry as a different AND unique element and you'll be good. W3C has a validator to help you fix your feeds.

Upvotes: 1

Related Questions