I'm sure you have noticed that when you're browsing some web sites, an orange RSS icon appears on the right of the Firefox address bar or in the new Internet Explorer's 7 icon toolbar. This icon makes the subscription to this web site's feeds quick and easy. We just have to click the icon once to find out the available feeds and subscribe to the ones we want.
You can add this feature to your web site just by adding the line below in the head section of your default.aspx page:
<link rel="alternate" type= "application/rss+xml" title="Feed Title" href="Feed URL" />
Of course you can add more than one feed by just adding one more code line with a new title and URL.
Name (required)
Email (required)
Website
Notify me of followup comments via e-mail