Hi, According to https://developers.google.com/app-indexing/android/app#noIndex there is only one way to prevent Google from indexing your app content: use noindex.xml file and put it into the final APK.
How does it work with content that may be dynamically restricted? Let's assume that each user has a separate page on our website (or inside mobile application). And there is a specific option that allows/disallows Google Bot to index this certain page. This option is available through internal API call. Can we make an API call to know whether access is restricted by user and allow/disallow Google Bot to index it? We are looking for a solution on both Android and iOS platforms. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/dc0c2c08-35bc-4cfb-8ea3-8b27fe7dd573%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

