Uh oh!
There was an error while loading. Please reload this page.
[stable25] Change X-Robots-Tag header from "none" to "noindex, nofollow" - #36749
Conversation
While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_nameshttps://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-listhttps://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
szaimen
commented
Feb 16, 2023
Not sure about this backport as this woild be a breaking change on some instances? |
MichaIng
commented
Feb 17, 2023
It does not "break" anything but may show a new admin panel warning until admin takes action. I still wonder whether we should explain the change a little, when the value "none" is found, like
So it is hopefully made clear that this is not just for bothering people but has some direct impact on privacy and indirectly security of Nextcloud instances which are not meant for public access. |
backport of #36689