简体   繁体   English

在应用索引中提供应用uri和网址

[英]Giving app uri and web url in App indexing

I am working on App Indexing and follows the Google developers guide. 我正在研究App Indexing,并遵循Google开发者指南。 I have no idea on that why we have to give both app uri and web url. 我不知道为什么我们必须同时提供应用uri和网址。

FYI... 供...

App indexing api 应用索引API

Explain about the both arguments. 解释两个论点。

As far as I understand Google tracks the number of times a webpage is visited. 据我了解,Google跟踪访问网页的次数。 Higher the number of visits, higher is its rank in google search results for concerned key words. 访问次数越高,它在Google搜索结果中有关关键字的排名就越高。

When you use app-indexing API you link the web page with a page in your application. 使用应用程序索引API时,您会将网页链接到应用程序中的页面。 Let's say there is a photograph that can be viewed in your application as well as on web page. 假设有一张可以在您的应用程序以及网页中查看的照片。 So the WEB_URI parameter would be the link your photograph on the web and the APP_URI would be the deep link that will lead to that photograph in your application. 因此,WEB_URI参数将是您在网络上的照片的链接,而APP_URI将是将在您的应用程序中导致该照片的深层链接。

Google will track the number of times the photograph is viewed in the application as well as on the web and results will be combined. Google会跟踪在应用程序和网络中查看照片的次数,并将结果合并。 Also google tracks the amount of time a user spends viewing that photograph. google还跟踪用户浏览该照片所花费的时间。 This helps in determinig the relevance of that photograph. 这有助于确定该照片的相关性。

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

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