Use the rel="alternate"
attribute to allow discoverability of your Atom/RSS feeds.
<link rel="alternate" type="application/atom+xml" href="http://example.com/feed.xml" />
<link rel="alternate" type="application/rss+xml" href="http://example.com/feed.xml" />
See the MDN docs for RSS feeds and Atomic RSS.