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.

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 months ago (1 child)

Unfortunately, IIRC, some feed readers only support RSS, not Atom. Those users may see some warning like "invalid format".

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 months ago* (last edited 3 months ago) (1 child)

    Are RSS and Atom not supposed to be interchangeable?

    Tbh, i never really paid attention which one i was subscribing to, it always worked.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 months ago (1 child)

    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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 months ago

    The RSS 2.0 specification is copyrighted by Harvard University and is frozen. No significant changes can be made (although the specification is under a Creative Commons licence) and it is intended that future work be done under a different name; Atom is one example of such work.

    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.

  • source
  • parent