How to get a RSS feed link?

Just wanted to ask you guys how to make a RSS feed link. Thanks for reading : )

1 Like

Hi there, @salaar_yasar :waving_hand:

If your website has a built-in rss feed, here is how you can find the needed link:

  • Try adding /rss or /feed, to the end of the site’s URL (e.g., https://example.com/rss).

  • Look for the orange RSS icon in your browser (in some Firefox versions or via extensions).

  • Check the page’s source code (Ctrl+U) and search for <link rel="alternate" type="application/rss+xml" href="...">.

If the site doesn’t provide RSS, you can use services that generate an RSS feed from any webpage. Here are the RSS builders you can try to use :slightly_smiling_face:

1 Like

Hello Max : )
When i did Ctrl+U and searched for the code you gave me, there were zero results. So can you help me finding the rss link for https://news.google.com.
Thanks for helping.

1 Like

Hi there, @salaar_yasar :waving_hand:

You just need to add rss at the end of this linke https://news.google.com/rss :slightly_smiling_face:

1 Like

Hello Max.
Thanks for helping me on the Google RSS link!
Can you also help me do https://bbc.com

Thanks a lot : )

1 Like

Hi there, @salaar_yasar :waving_hand:

Since RSS isn’t built into the BBC website, I’ve used RSS.app to generate a feed - BBC RSS link.

You can also create an account with the RSS app and generate RSS links for your sources :slightly_smiling_face:

1 Like

Okay thanks for helping me out Max : )
I have tried the rss.app and its really good.

1 Like

It’s my pleasure :wink:

1 Like