简体   繁体   中英

How to add keys for AppIndexing in android? To make the app more reachable

I am developing an app and I need to specify the keywords which will make my app more reachable. It can be done using app indexing but I am not sure where the keywords should be added. Any Help is appreciated.

To get discovered on google play search follow these instructions: https://support.google.com/googleplay/android-developer/answer/4448378?hl=en

App Indexing puts your app in front of users who use Google Search. It works by indexing the URL patterns you provide in your app manifest and using API calls from your app to make content within your app available to both existing and new users. More info regarding App Indexing: https://developers.google.com/app-indexing/

Cheers,

MB

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM