RSS Autodiscovery to Site

Interestingly, there is a way to actually add the RSS feed to a site for RSS readers to pull up through their autodiscovery feature.


_10
<link
_10
rel="alternate"
_10
type="application/rss+xml"
_10
title="RSS feed for site"
_10
href="/rss"
_10
/>

And if the feed is an ATOM feed, change the type to application/atom+xml