4天后,Google Play搜索仍未对应用编制索引 [英] After 4 days app is still not indexed in Google Play search

查看:149
本文介绍了4天后,Google Play搜索仍未对应用编制索引的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我4天前在google play上发布了我的第一个应用程序(Voice To SMS),但仍然无法通过名称或开发人员名称在搜索中找到我的应用程序。我只能通过包名或实际应用名找到我的应用,但没有空格 - VoiceToSMS。



链接到我的应用: https://play.google.com/store/apps /details?id=com.SpeechProcessing.Voice.To.SMS.Converter&hl=en



我们可以看到,在页面的底部甚至没有类似的应用程序部分...



在Google Play开发者控制台中,一切似乎都正常(除了我的应用程序不适用于平板电脑)。 0错误,我选择了所有可用的国家进行分发,应用状态为已发布。在应用描述中,我写了一些关键字。



有什么可能是错的?也许应用程序没有索引,因为它的名字不是特定的?



我附加了manifest.xml文件:

 < xml version =1.0encoding =utf-8?> 
< manifest xmlns:android =http://schemas.android.com/apk/res/android
package =com.SpeechProcessing.Voice.To.SMS.Converter
android:versionCode =2
android:versionName =1.0.1>

< uses-sdk
android:minSdkVersion =9
android:targetSdkVersion =19/>

<使用权限android:name =android.permission.READ_CONTACTS/>
< uses-permission android:name =android.permission.CALL_PHONE/>
< uses-permission android:name =android.permission.SEND_SMS/>
< uses-permission android:name =android.permission.INTERNET/>
< uses-permission android:name =android.permission.ACCESS_NETWORK_STATE/>

< application
android:allowBackup =true
android:icon =@ drawable / ic_launcher
android:label =@ string / app_name
android:theme =@ style / AppBaseTheme>

< meta-data android:name =com.google.android.gms.version
android:value =@ integer / google_play_services_version/>

< activity
android:name =com.SpeechProcessing.Voice.To.SMS.Converter.MainActivity
android:label =@ string / app_name
android:windowSoftInputMode =adjustPan
>
< intent-filter>

< category android:name =android.intent.category.LAUNCHER/>
< / intent-filter>
< / activity>

< activity android:name =com.google.android.gms.ads.AdActivity
android:configChanges =
keyboard | keyboardHidden | orientation | screenLayout | uiMode | screenSize | smallestScreenSize
/>

< / application>
< / manifest>


解决方案

好吧,上传我的应用程序超过2周后在Google Play上。我的应用终于可以通过术语语音到短信来搜索。在我的强烈意见中,应用程序无法在上述术语中搜索一段时间,这不是谷歌方面的问题。



我在应用程序描述中做了一次SEO技巧我收录了一些流行的关键字,但不像语音到短信那样。结果,我获得了更多下载量并增加了我的应用的搜索排名。几天后,我的应用程序的排名足够高,Google可以在语音到短信搜索字词的结果中显示我的应用程序。

所以,如果你有类似的问题 - 专注于你的应用程序的搜索引擎优化。


I have published my first application (Voice To SMS) on google play 4 days ago and I still can't find my app in search by it's name or developer name. I can find my app only by package name or by real app name but without spaces - "VoiceToSMS".

Link to my app: https://play.google.com/store/apps/details?id=com.SpeechProcessing.Voice.To.SMS.Converter&hl=en

As we can see, in the bottom of the page there is no even "Similar apps" section...

In Google Play developer console everything seems OK (except that my app is not designed for tablets). 0 errors, I selected all available countries for distribution, app status is "Published". In app description I wrote some keywords.

What could be wrong? Maybe app is not indexed because its name is not specific?

I am attaching manifest.xml additionally:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.SpeechProcessing.Voice.To.SMS.Converter"
android:versionCode="2"
android:versionName="1.0.1" >

<uses-sdk
    android:minSdkVersion="9"
    android:targetSdkVersion="19" />    

<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<application
    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppBaseTheme"  >

     <meta-data android:name="com.google.android.gms.version"
           android:value="@integer/google_play_services_version"/>

    <activity
        android:name="com.SpeechProcessing.Voice.To.SMS.Converter.MainActivity"
        android:label="@string/app_name" 
        android:windowSoftInputMode="adjustPan" 
            >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>

    <activity android:name="com.google.android.gms.ads.AdActivity"
         android:configChanges=
"keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
/>

</application>
</manifest>

解决方案

Well, more than 2 weeks gone after uploading my app on Google Play. My app is finally searchable by term "voice to sms". In my strong opinion, it wasn't Google-side issue that app wasn't searchable for a while by mentioned term.

I did one SEO trick - in app description I included some keywords whose are popular but not so like "voice to sms". In result, I got more downloads and growing my app's search rank. After few days, my app's rank was enough high that Google could show my app in results of "voice to sms" search term.

So, if you have similar problems - focus on SEO for your app.

这篇关于4天后,Google Play搜索仍未对应用编制索引的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆