So when we have a Netlify site in development (or in production), we also have the same instance under a subdomain on our staging server, e.g:
https://thing.com
https://thing.oursite.com
Both are the same instance, but we’d like the subdomained one not to be indexed by Google. I’m aware you can password-protect specific branches etc, but this is slightly different to that.
Is this possible with Netlify, or do we need to set this up differently?