I am building RSS feed for the first time and I have some simple, direct questions that I was unable to find on the web, well at list in a sense that would be clear to me. Can you help me understand following
- Which items should I include in RSS generation? should I always put in all the articles or what is the criteria when I query my articles for the feed?
- What value should I set for
pubDate
? The specification says "The publication date for the content in the channel. For example, the New York Times publishes on a daily basis, the publication date flips once every 24 hours. That's when the pubDate of the channel changes.". I do not quite understand how to apply this to my feed. I have new articles daily, should I set the pubDate to let say 06:00 AM today and update it every day? - lastBuildDate: if I understand this right is the date of the latest updated item?