Support multiple RSS feeds in alternates, and RSS feed titles #62365
danielcompton
started this conversation in
Ideas
Replies: 1 comment
-
For anyone else looking for this, this was implemented in PR 46700 in March, 2023. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
title
attributes on each tag so they can be distinguishedNon-Goals
No response
Background
Many websites provide more than one RSS feed, e.g. https://wordpress.com/blog/2024/02/20/site-editor-updates/ contains
Currently the docs show
Leading to this HTML
But there is no way to provide multiple RSS feeds of the same type because
types
has a map value, not an array.Proposal
I'm not sure if this is the best syntax, but here is roughly what I'm imagining:
Beta Was this translation helpful? Give feedback.
All reactions