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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top