Many agencies use a custom white-label app domain (e.g. app.agency.com) for the HighLevel desktop login.
Currently, these login pages can be indexed by Google. In our case, Google indexed the page and even displays it in search results with the title "Initializing...".
Since this is a login page, it should not be indexed by search engines.
Suggested solution
Please add a setting to automatically return either:
<meta name="robots" content="noindex, nofollow">
or an HTTP response header:
X-Robots-Tag: noindex, nofollow
for all White Label App Domains.
Why this matters
Prevents login pages from appearing in Google Search.
Improves SEO hygiene for agencies.
Avoids confusing search results with titles like "Initializing...".
Aligns with SEO best practices for authentication pages.
Eliminates the need for agencies to request manual removals in Google Search Console.
This should ideally be the default behavior for all White Label App Domains, or at least an optional setting in Agency Settings.