Index / Questions / Which URLs should a blog's RSS feed live

Which URLs should a blog's RSS feed live at?

Answer

Mimic popular blogging software: serve your feed and redirect the common paths /feed/, /blog/feed/, /blog/feed.rss, /blog/feed.atom and /blog/feed.json to the generated files. I set up NGINX redirects so people and computers find my custom feed automatically.

Sources