Google搜索控制台和应用程序索引:URI不受支持

时间:2016-02-17 14:01:12

标签: android deep-linking android-app-indexing

我试图在Android上实施应用程序索引。

我有一个意图过滤器,如下:

            <intent-filter android:label="@string/app_name">
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:scheme="http"
                android:host="www.hotelsclick.com" />
            <data android:scheme="https"
                android:host="www.hotelsclick.com" />
        </intent-filter>

我可以使用此命令从adb调用活动

adb shell am start -a android.intent.action.VIEW -d "https://www.hotelsclick.com?hotel_id=135738"

因此,我无法将&#34; Fetch视为google&#34;特色作品。

enter image description here

我很想知道:我怎么能理解&#34;以谷歌和谷歌的方式工作?特征? &#34; URI不受支持&#34;是一个无用的痕迹。我该怎么调试呢?

谢谢

1 个答案:

答案 0 :(得分:2)

“Google抓取”可以从Google Play上的当前版本或您在此处上传的APK中获取页面。

如果您使用的是本地上传,则在显示提取结果后,您会在“本地上传APK”列中看到“勾号”标记(请查看下图)。

enter image description here

由于您提供的图片中没有,因此您的应用的Google Play版本会进行抓取。检查它是否在此版本中实现了应用程序索引。