How to find RSS feed of a particular website? Whether there is any particular way to find it?
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.