construct-hub
construct-hub copied to clipboard
RSS/Atom feeds are not discoverable
Description
There is a feed, but no indication of it in the meta data of the page. Thereby the browser will not show the icon to indicate to the visitor that a feed is available.
Use Case
Discover the feed and sign up.
Other information
Need to add these to the <head>:
<link rel="alternate" type="application/rss+xml" href="https://constructs.dev/rss" />
<link rel="alternate" type="application/atom+xml" href="https://constructs.dev/atom" />