How to avoid indexing n8n website in Google

Is it possible to add a <meta name="robots" content="noindex"> tag to the n8n login page in order to avoid adding it to the robots.txt?

I am using n8n self-hosting it.

Thanks!

Hey @JavierCane,

That seems like a good idea, We did recently start blocking all bot requests to n8n in 1.6.0 so this may not actually be needed though. You can check the PR that implemented this here: fix(core): Prevent bots from scanning the application (no-changelog) by netroy · Pull Request #7066 · n8n-io/n8n · GitHub

Let me know what you think.