3

Portal website usually have very large number of posts. For example I have 50,000 posts in website. I even created the google sitemap as chunks and included it in main site map file. But I have no idea how to deal with RSS feed.

50,000 posts in RSS feed file size will be very huge, how to handle the situation?

gnat
  • 21,442
  • 29
  • 112
  • 288
Gowri
  • 173
  • 9
  • 1
    Do you really need to store ALL posts inside RSS feed? I'd just leave there only last part of it and update it every couple of days. If you have some sort of taxonomy(categories/tags) in your website, you could divide RSS feeds by category. – aherok Aug 07 '13 at 08:55
  • I like to know is that important to include all the post in RSS feed. – Gowri Aug 07 '13 at 09:54
  • Generally storing the feed of latest 20 or 30 posts is enough for easy parsing of rss feed. Its not important to have all posts in rss feed. – shasi kanth Sep 05 '13 at 13:15

1 Answers1

5

You're asking if it is important to include all links in RSS - look at other huge services - nytimes.com displays only 25 links in it's feed. It's up to RSS readers software to fetch your feed often enough to get all I guess.

aherok
  • 166
  • 1