this post was submitted on 06 May 2026
1 points (100.0% liked)

Web Development

5740 readers
18 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

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.

top 6 comments
sorted by: hot top controversial new old
[–] Kissaki@programming.dev 0 points 2 months ago (1 children)

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 0 points 2 months ago (1 children)

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 1 points 1 month ago (1 children)

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

[–] kamenlady@lemmy.world 1 points 1 month ago* (last edited 1 month ago) (1 children)

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 2 points 1 month ago (1 children)

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 1 points 1 month 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.