简体   繁体   English

Google App Indexing API标题与关键字

[英]Google app Indexing API title versus keywords

I'm implementing Google's app indexing API for my app, following this tutorial https://developers.google.com/app-indexing/introduction 我正在按照本教程https://developers.google.com/app-indexing/introduction为我的应用实现Google的应用索引API

I was wondering if there is a distinction between the title of the google autocomplete suggestion for the app, and the keywords that are used for indexing. 我想知道应用程序的谷歌自动完成建议的标题和用于索引的关键字之间是否有区别。 It would be great if I could match multiple keywords while only displaying a short title in the autocomplete suggestion. 如果我可以在自动完成建议中仅显示简短标题的情况下匹配多个关键字,那就太好了。

Currently, there is no distinction. 目前,没有区别。 The keywords that are used in the title field are the exact keywords that will be matched to display those results in the Suggest results. 标题字段中使用的关键字是将与在“建议”结果中显示那些结果的确切关键字相匹配。

You can verify this by testing your implementation: 您可以通过测试实现来验证这一点:

https://developers.google.com/app-indexing/android/test#test-autocompletions https://developers.google.com/app-indexing/android/test#test-autocompletions

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

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