Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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 ?

like image 325
rosu alin Avatar asked Apr 05 '13 14:04

rosu alin


People also ask

How do I search tags in Google Play?

Tags can be found under Store Presence > Store Settings in the left menu. In the “App Category” section, click “Manage tags.” Tags can be found in Play Console under Store Settings.

What are app tags?

Tagging allows you to group apps based on your unique requirements so that you can search for apps and find vulnerabilities within those apps.


1 Answers

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

like image 169
rosu alin Avatar answered Oct 13 '22 15:10

rosu alin