I'm not sure why, but there are so many websites now that still have RSS feeds but no longer show links to them.
It used to be so common to link to your site's RSS, I wonder why they disappeared? Is it people trying to drive their socials follower numbers up by hiding other options?
@FediThing @WeirdWriter Sometimes RSS readers (Vivaldi, Akregator) pick up the feed automatically via the Meta tag. I used to spend ages hunting down the feed then I realise you can often post the page URL into the RSS reader and then the feed gets auto-located.
Sometimes RSS feeds have XML errors so it doesn't always work but it's worth a try if you can't find a link
@WeirdWriter @FediThing Ach, that's annoying. I know sometimes Akregator says it can't find the feed but manages to find the feed URL, and then when you paste in the feed URL it downloads fine. But I don't know why exactly it does that and I don't know how well that generalises. Maybe it's something to do with the RSS parser itself being more forgiving than the XML parser.
If you're comfortable with digging into document sources and your RSS reader has a similar quirk, you might have luck looking for the <link rel="alternate" href="example.com/your-feed.xml" type="application/rss+xml"> tag in the blog