Bing is picking all the rss feed for each post, can I disable the feed in Discourse

Sure. This assumes you’re using Google Chrome, but you can follow a similar process in other browsers.

  1. Open the Developer Tools panel F12
  2. Switch to the Network tab.
  3. Load an RSS feed, for example this topic - https://meta.discourse.org/t/bing-is-picking-all-the-rss-feed-for-each-post-can-i-disable-the-feed-in-discourse/168025.rss
  4. Select the RSS feed entry from the list.
  5. Look at the response headers on the Headers tab, you should see x-robots-tag: noindex
10 Likes