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.

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    Why did they switch?

    If they already have RSS and see traffic from it, I’m surprised they replace instead of introducing an alternative.

    • kamenlady@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      It wasn’t a switch per se. The same people that used to get the RSS feeds continue to get them, but as atom.

      All subscribers may see more content for this feed in their reader, but they won’t have to change anything on their end, in order to continue getting the feed.

      • Coelacanthus@infosec.pub
        link
        fedilink
        arrow-up
        2
        ·
        20 days ago

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

        • kamenlady@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          18 days ago

          Are RSS and Atom not supposed to be interchangeable?

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

          • Coelacanthus@infosec.pub
            link
            fedilink
            arrow-up
            2
            ·
            19 days ago

            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

            • kamenlady@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              18 days 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.