I think there's an issue with the current rss feeds where a question is re-added to the feed when the title or other content is edited. I have a few feeds on tags such as emacs which started getting significant increase in traffic recently. On viewing some of the items they all had recently been edited.

I saw a reference to this specific bug having been fixed in the rss overhaul question, however the behavior still seems to be occurring.

Here's an example of one of the older items the popped back into the rss after a title edit: emacs question

Feed url being used:
http://stackoverflow.com/feeds/tag/emacs

rss reader: Google Reader

Thanks!

link|improve this question
feedback

1 Answer

You can get around this by using a tool I have created called Stack2RSS. This tool will generate an RSS feed from an API route.

In your case, you want a feed that contains questions tagged but you do not want question edits to show up. Therefore, the URL for your feed would be:

http://stack2rss.stackexchange.com/stackoverflow/questions?tagged=emacs&sort=creation&body=true

This will result in only new questions showing up in the feed.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged