Is there any specific markup or are there best practices to adding a link to an RSS feed to a website (in regards to an <a> tag in the page body, not a <link> in the head), from either an accessibility standpoint or otherwise?
Most examples I find are an <a> tag with an href to the feed URL and no other attributes.