Kinda disappointed that it seems RSS or Atom feeds are no longer a thing, quite few sites have stopped providing feed, I have quite extensive feeds collection,ranging from personal blogs, news sites, and even some of the big tech companies, many of which talk about tech, finance amongst other things, I look upon few sites, for instance:
Above sites did not provide RSS feed, it’s easier to read on the RSS reader rather than opening up the site, it’s also easier to subscribe to the RSS feed, and get notified when there’s a new post.
Not every site put a link tag to provide a feed <link />
, like this <link rel="alternate" type="application/rss+xml" title="" href="" />
, so RSS reader could find the appropriate feed URI, and subscribe to it, some site did not provide this tag, so I have to open the source and look for the feed link (it can be rss, atom or json feed format).
Not sure whether sites abandoning RSS feed or simply they wanted people to visit the site to read the post in the browsers, might be because they can’t measure the engagement of the post, it’s quite hard to put some kinda analytics on RSS feed, even though there’s service like Feedburner who can do that, but it’s another hassle for someone or company to configure, it’s easier to install analytics on the website obviously.
Anyway, you can subscribe to my RSS feed, here.