Number of RSS Subscribers?
Is there any way to know how many people have subscribed to my site’s RSS feed?
Not possible, unfortunately! There are ways to estimate this number but if you want to keep close tabs on your audience size RSS doesn't offer possibilities for precise surveillance
Answered 2 years ago · Edit answerWhat are those ways? I’m not interested in precise surveillance; an estimate would be just fine!
Answered 2 years ago · Edit answerI think you could proxy your feed through another service, like Feedburner and collect basic analytics that way. If you wanted to migrate a feed with existing subscribers, you'd do something like this:
- create duplicate feed at a distinct URL on your site, e.g.
/proxy.rss
- proxy this feed through Feedburner
- redirect your old feed on your site, e.g.
/feed.rss
to the Feedburner URL