Make your blog discoverable in Internet Explorer 7.
Nico Vuyge
2006-02-12
I noticed that my blogs' RSS feed wasn't discovered by Internet Explorer 7. Then I stumbled on this post (IE7 Publishers Guide) that explains what IE7 needs to autodiscover an RSS feed. I just added this link element to my header (
<link rel="alternate" type="application/rss+xml" title="Nico Vuyge's blog" href="myblog/rss.xml">
and IE7 auto-discovers my RSS feed!