문제

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