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

26,058

Solution 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

Solution 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

Solution 3

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

Store Presence -> Store Listing -> Manage Tags

Share:
26,058
rosu alin
Author by

rosu alin

I work at a programming firm from The Netherlands, Amsterdam named 100Grams Software B.V.. I am an Android Developer, making all kind of smartphone applications for clients and also working on a startup called Passenger. I also work a bit in C++/CX but I am new to it, so I might need help.

Updated on July 09, 2022

Comments

  • rosu alin
    rosu alin almost 2 years

    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 ?

  • Mukesh Garg
    Mukesh Garg about 10 years
    If we add tags/keywords in descriptions then they will be visible to users. Is there any way we can add tags without showing to users..
  • Nativ
    Nativ over 8 years
    @Mukesh Garg unfortunately we cannot. In the app store you can but the google play demand the developers to think hard on a real description/app name/subtitle in order to prevent spamming. (spamming - set deceiving tags just to gain a better ranking to your app)
  • Ucdemir
    Ucdemir over 8 years
    I did not get clearly...If we spam some words on description for better result on search effect result or not?
  • Atul
    Atul about 6 years
    Are you talking about description in PlayStore listing? Or is there description somewhere in the app's apk?
  • Mina Fawzy
    Mina Fawzy about 6 years
    yea app description
  • rosu alin
    rosu alin almost 5 years
    I have modified this to be the correct Answer, because it is more up to date that the initial "accepted answer" + It has data about where to find and also a screenshot
  • 123iamking
    123iamking over 3 years
    I did what you said (keywords in description, which list similar games) and my app got reject. Google sent me an email said: "We don't allow apps with misleading, improperly formatted, non-descriptive, irrelevant, excessive, or inappropriate metadata, including but not limited to the app's description, developer name, title, icon, screenshots, and promotional images. Developers must provide a clear and well-written description of their app and avoid using repetitive or unrelated keywords or references. We also don't allow unattributed or anonymous user testimonials in the app's description.".
  • Mina Fawzy
    Mina Fawzy over 3 years
    Thanks for mention that I update my answer according to the new update from patrickbadley