Skip to content

Autodiscoverable RSS feeds: <link>s in statically served HTML #4276

@jphastings

Description

@jphastings

Describe the solution you'd like

It'd be excellent if the RSS URLs were added as <link> tags in the <head> of the HTML pages, so they can be auto-discovered! Eg:

<link rel="alternate" type="application/rss+xml" href="https://memos.example.com/explore.xml" title="Explore">

Note that these tags need to be present in the base HTML, not added with JS/React (otherwise they won't be auto-discoverable). This is also needed for the various Social Share link/meta tags that would also be worth adding (so resolving this wouldn't be just for this feature).

Type of feature

User Interface (UI)

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions