- cross-posted to:
- rssfeeds@lemmy.world
- cross-posted to:
- rssfeeds@lemmy.world
Contrary to the recurring claim that RSS and Atom are dead, most of the traffic to my personal website still comes from web feeds, even in 2026. Every time I publish a new post, I can see a good number of visitors arriving from feed readers. From the referrer data in my web server logs (which is not completely reliable but still offers some insight), the three largest sources of traffic to my website are web feeds, newsletters and search engines, in that order.


Are RSS and Atom not supposed to be interchangeable?
Tbh, i never really paid attention which one i was subscribing to, it always worked.
They are totally different format: different structure, different keyword, different time date format, different escape way, different language specifying way…
Their common parts are only both used for feed and both use XML.
And even more, interoperability of RSS 2.0 itself is horrible, RSS 2.0 standard left too many details in not specified situation, such as how to deal with relative URL…
For more infomation, you can read https://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared
i had it completely wrong the whole time, i actually thought Atom was kind of a fork from the frozen RSS 2.0. That it had the same structure, just with more fields - to put it simply, RSS 2.0 with more features.