Now that most browsers can auto-detect the RSS feed for a website, I thought I would share this very simple tip so that your RSS feed can be auto-detected. I am sure most people probably know this already, but it is something I just recently learns and thought I would share it.
Just add the following line inside the <head> tag.
<link rel="alternate" type="application/rss+xml" title="Name of Your Feed" href="http://your_rss_url" />








just wanted to say thanks. yep it’s two years later and this pops up in the google pages it’s the 2nd hit and the first hit that isn’t trash.
http://www.google.ca/search?q=autodetect+rss+feeds&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
This works great and was very easy to put on my site 3was.com
Thank you!