Вопрос

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