What is the URL of the page with the issue?
https://go.dev/blog/
What did you do?
Tried subscribing to the new blog url via feedly. When that didn't work, looked at the web inspector.
What did you expect to see?
A link to an RSS, Atom or JSON feed to subscribe in the <head>.
It seems the old link redirects to https://go.dev/blog/feed.atom which serves an Atom feed. Would be great to <link> that in the HTML as well, for discovery.
What is the URL of the page with the issue?
https://go.dev/blog/
What did you do?
Tried subscribing to the new blog url via feedly. When that didn't work, looked at the web inspector.
What did you expect to see?
A link to an RSS, Atom or JSON feed to subscribe in the
<head>.It seems the old link redirects to https://go.dev/blog/feed.atom which serves an Atom feed. Would be great to
<link>that in the HTML as well, for discovery.