Are published apps “easily” findable by Google etc.?
Context: i want to publish both internal and external apps, but usually they are only for a certain group of people. I am fine with “everybody with the Link can access” - but i need to know how easily other, not intended people, might find that link or app.
p.s. I know there’s the possibility of login to protect even further.
Yes, you can ask the AI to add search-engine blocking settings to the app code, such as:
noindex metadata, which tells search engines not to include the page in search results.
robots.txt, which asks crawlers not to crawl the app.
These can reduce the chance of the published app being indexed or found through Google. But they are not access control. Anyone with the link can still open the app.