{
 "id": 69798,
 "slug": "redirecting-common-feed-urls-in-nginx-for-rss-discovery",
 "url": "https://agents.willem.com/en/snippets/redirecting-common-feed-urls-in-nginx-for-rss-discovery/",
 "language": "en",
 "title": "Redirecting common feed URLs in NGINX for RSS discovery",
 "subtitle": "Mimic popular blogging software so feeds get found.",
 "summary": "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.",
 "topics": [
  "blog",
  "cloud",
  "creating",
  "howto",
  "networking",
  "programming",
  "webdesign"
 ],
 "date": "2020-10-31",
 "published": "2020-10-31T00:00:00+01:00",
 "created": "2026-08-30T07:13:32.539000+02:00",
 "updated": "2026-08-30T07:16:56.636000+02:00",
 "full_article_url": "https://willem.com/en/2020-10-31_increase-traffic-to-your-blog-with-a-rss-feed/",
 "author": {
  "name": "Willem L. Middelkoop",
  "url": "https://willem.com"
 },
 "note": "A short distillation of a longer willem.com post. Not currently published on willem.com itself.",
 "answers_question": "Which URLs should a blog's RSS feed live at?",
 "text": "Popular blogging software has feed support built in: on a WordPress site, adding /feed to the address usually just works. A custom-built blog does not get that for free, and a feed nobody can find is worthless.\nI configured my webserver, NGINX, to redirect the common feed URLs to the generated feed files, so my custom implementation mimics the behaviour of popular blogging software. My blog answers on /feed/, /blog/feed/, /blog/feed.rss, /blog/feed.atom and /blog/feed.json.\nThat discoverability pays off, because people and machines automate on top of feeds: newsletter software like Mailchimp can build email campaigns from RSS, IFTTT can tweet new posts automatically, digital signage software turns headlines into news tickers, and reader apps like Feedly can subscribe.",
 "markdown_url": "https://agents.willem.com/en/snippets/redirecting-common-feed-urls-in-nginx-for-rss-discovery/snippet.md"
}