Can i add tags to an application in google play console?

廉价感情. 提交于 2019-11-30 00:33:55

问题


I wrote an application named "Bio View", if I search for my application in Google Play, it does not show up, instead if I search BlueSkyBio (the "appname" variable from the manifest is named that way), i can find my app.

  <application
    android:icon="@drawable/logo"
    android:label="@string/app_name"
    android:largeHeap="true"
    android:theme="@style/AppTheme" >

  <string name="app_name">BlueSkyBio</string>

My question is, how can i add tags to my application, like: bio, view, bioview, etc. So that I will be sure people can find it ?


回答1:


There now appears to be a Tags option in the Google Play Console, but they are predefined tags to choose from, so it's pretty limited, but may help some people finding this question: Play Console Screenshot




回答2:


FoamyGuy has answered on a comment for my question: you can put them in your description. But there is no real "tags" concept on the Android market. And furthermore the search algorithm is somewhat of a black box, it takes many things into consideration when picking the order of results which is why a search for your exact application name will not always result in your app being at the top (or even near the top) of the list of results. – FoamyGuy Apr 5 at 14:34




回答3:


Yes, Google has introduced this option now. You can add tags in google play console under

Store Presence -> Store Listing -> Manage Tags




回答4:


you can add your keywords in description

Example

Keywords: leaynik, SOS, eyes, l3ynik, la3yink


来源:https://stackoverflow.com/questions/15836577/can-i-add-tags-to-an-application-in-google-play-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!