You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feed URLs are often a bit of a burden for many users to find. Feed discovery makes this easier for users and search engines to find feeds.
Pasting a URL with discovery links should auto-discover the feed. For example https://kevincox.ca should notice the <link href=feed.atom rel=alternate title="Blog Posts" type=application/atom+xml> link in the HTML and automatically select that (or ask the user to choose if there are multiple options.
Links can also appear in the HTTP Link header. For example Link: /feed.atom; rel="alternate"; type="application/atom+xml" (and there may be multiple link headers and multiple links in each one).
The text was updated successfully, but these errors were encountered:
Feed URLs are often a bit of a burden for many users to find. Feed discovery makes this easier for users and search engines to find feeds.
Pasting a URL with discovery links should auto-discover the feed. For example https://kevincox.ca should notice the
<link href=feed.atom rel=alternate title="Blog Posts" type=application/atom+xml>
link in the HTML and automatically select that (or ask the user to choose if there are multiple options.Links can also appear in the HTTP Link header. For example
Link: /feed.atom; rel="alternate"; type="application/atom+xml"
(and there may be multiple link headers and multiple links in each one).The text was updated successfully, but these errors were encountered: