Describe the solution you'd like
It'd be excellent if the RSS URLs were added as <link> tags in the <head> of the HTML pages, so they can be auto-discovered! Eg:
<link rel="alternate" type="application/rss+xml" href="https://memos.example.com/explore.xml" title="Explore">
Note that these tags need to be present in the base HTML, not added with JS/React (otherwise they won't be auto-discoverable). This is also needed for the various Social Share link/meta tags that would also be worth adding (so resolving this wouldn't be just for this feature).
Type of feature
User Interface (UI)
Additional context
No response