Subscribing to websites with multiple published feeds

My website has multiple published feeds, which get correctly picked up by multiple RSS clients.

Here’s the Livemarks Firefox extension:

25

Here’s the Reeder client:

Here’s how the HTML looks like in the <head>:

<link rel="alternate" type="application/rss+xml" title="All articles (blog, snippets, wiki, links)" href="/feeds/all.xml" />
<link rel="alternate" type="application/rss+xml" title="Blog" href="/feeds/blog.xml" />
<link rel="alternate" type="application/rss+xml" title="Snippets" href="/feeds/snippets.xml" />
<link rel="alternate" type="application/rss+xml" title="Wiki" href="/feeds/wiki.xml" />
<link rel="alternate" type="application/rss+xml" title="Shared Links" href="/feeds/links.xml" />

Newsblur only subscribes to one of these. And unfortunately the picked feed is “Snippets”, which seems to be completely random, as it’s not picked by alphabetical order, or order in which the links are displayed in the HTML.

I want to ensure that at least the proper default is picked (i.e. all.xml). If Newsblur can’t currently give users a menu, what can I do to indicate a proper default?

1 Like

Here is another example:

Available options:

Out of these Newsblur picked “Tags”.