One thing that would be nice is to have the feed be human readable. It is as easy as adding a single line to the XML and setting the content type [1].
Your feeds are also missing a bunch of the headers that readers use to avoid over-fetching your feeds. I build an feed analyzer [2] to help debug things like this.
Really appreciate you reaching out and "self promoting" your project! Super useful! I tried to implement some of the feedback from your analyzer with my latest commit [1]. Feel free to open a pull request with additional improvements or leave them here.
One thing that would be nice is to have the feed be human readable. It is as easy as adding a single line to the XML and setting the content type [1].
Your feeds are also missing a bunch of the headers that readers use to avoid over-fetching your feeds. I build an feed analyzer [2] to help debug things like this.
[1] https://www.rss.style/
[2] https://www.rss.style/feed-analyzer.html
</self promotion>