How to find RSS feed of a particular website?

rss
Shan picture Shan · Jun 13, 2011 · Viewed 90.1k times · Source

How to find RSS feed of a particular website? Whether there is any particular way to find it?

Answer

Francois Deschenes picture Francois Deschenes · Jun 13, 2011

You might be able to find it by looking at the source of the home page (or blog). Look for a line that looks like this:

<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://example.org/rss" />

The href value will be where the RSS is located.