Microsoft Most Valuable Professional

Chris Pietschmann

An MVP From Wisconsin



Make your RSS feeds Auto-Discoverable

RSS Autodiscovery is a technique that makes it possible for browsers and other software to automatically find a site's RSS feed. This feature is actually support by both Firefox 2.0 and Internet Explorer 7.

To make your RSS feeds auto-discoverable just include an HTML/XHTML Link tag inside the Head tag of your website. You can even include multiple Link tags, which allows you to make all your RSS feeds auto-discoverable at the same time.

For Example:
<link rel="alternative" type="application/rss+xml" title="Chris Pietschmann's RSS Feed" href="/blog/rss.aspx" />

The most notible effect within IE7 that this will have, is it will cause the orange RSS icon in the top right of the browser to light up. This will notify the user that your website has a feed that they can subscribe to. It makes it easier for "normal" people to subscribe to blogs.

This feature has actually been around for awhile. If you do a search, you'll find other blogs posting about it back in 2005. The reason I'm blogging it, is because I just found out that this feature exists and I figure there are still alot of people that don't know you can do this.

For more info:
RSS Advisory Board - RSS Autodiscovery

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: General
Posted by crpietschmann on Thursday, April 05, 2007 1:07 AM
Permalink | Comments (0) | Post RSSRSS comment feed

Related posts

Comments are closed

About the author

I'm Chris Pietschmann, go to the About Me page to learn more about me.

Search

Sponsors

Web.Maps.VE - ASP.NET AJAX Virtual Earth Mapping Server Control

Recent comments

Disclaimer


This work is licensed under a Creative Commons Attribution 3.0 United States License, unless explicitly stated otherwise within the posted content.
© Copyright 2004 - 2008 Chris Pietschmann