简体   繁体   English

Google应用索引,如何检查其是否在网站上有效

[英]Google app indexing, how to check if it works on the website

I've done a bunch of app-indexing work on our mobile app from tutorial here , and it seems to work locally, when I typed something in Google Now launcher box, the historical results show, clicking on it brings to our app. 此处的教程开始 ,我已经在我们的移动应用程序上完成了许多应用程序索引工作,并且它似乎在本地运行,当我在Google即时启动器框中键入内容时,历史结果就会显示出来,单击它会带入我们的应用程序。 However, we track our weburl we submitted when doing app-indexing for the past month, no records of googlebot shown. 但是,我们跟踪过去一个月对应用程序编制索引时提交的weburl,未显示googlebot的记录。 So how do I check whether I did things correctly or the bot really working? 那么,如何检查我做的事情是否正确或机器人是否真正起作用? Thanks 谢谢

There are a couple things you can do: 您可以做几件事:

  1. Test whether your deep links are correct. 测试深层链接是否正确。 You can do that with the Deep Link Testing tool, see this doc for information on that. 您可以使用深度链接测试工具来执行此操作,有关信息,请参阅文档。
  2. You can measure your deep links performance now, see here how to implement this, but basically the referrer information would be passed on in the Intent.EXTRA_REFERRER intent for you to extract referrer info. 您现在可以衡量深层链接的性能,请参见此处的实现方式,但是基本上,引荐来源信息将在Intent.EXTRA_REFERRER意图中传递,以供您提取引荐来源信息。
  3. You can use Search Console both to render your app, and to track its performance. 您既可以使用Search Console呈现应用程序,也可以跟踪其性能。 For this you would have to add the app to Search Console ( Add Property , then add the android app package name: android-app://com.xyz) 为此,您必须将应用程序添加到Search Console( Add Property ,然后添加android应用程序包名称:android-app://com.xyz)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM