How To Find Rss Feed Of A Website

Aug 29, 2013, by admin

What is RSS Feed ?

RSS stands for “Really Simple Syndication”. It is a way to easily distribute a list of headlines, update notices, and sometimes content to a wide number of people. It is used by computer programs that organize those headlines and notices for easy reading.

How does RSS work ?

RSS works by having the website author maintain a list of notifications on their website in a standard way. This list of notifications is called an “RSS Feed“. People who are interested in finding out the latest headlines or changes can check this list. Special computer programs called “RSS aggregators” have been developed that automatically access the RSS feeds of websites you care about on your behalf and organize the results for you. (RSS feeds and aggregators are also sometimes called “RSS Channels” and “RSS Readers”.)

Producing an RSS feed is very simple and hundreds of thousands of websites now provide this feature, including major news organizations like the New York Times, the BBC, and Reuters, as well as many weblogs.

How to Find Your RSS Address ?

The easiest way to get the address, no matter what web browser you’re using, is to look at the HTML source of your page.
How you view it in your web browser will differ, but in most browsers, you’ll choose the Page Source or Source option under the View menu near the top of the window.
Once the window appears with the HTML for your page, use the “Find” feature (typically Ctrl-F on a PC, Command-F on a Mac) and search for RSS (without the quotes).

You should be taken to a line that reads something like:

<link rel="alternate" type="application/rss+xml" title="Example" href="http://www.bugtreat.com/blog/feed/" />

Hope this would be useful to get more updates like the page Bugtreat Technologies