What is the end result if I add ACTION-VIEW in my app?

一世执手 提交于 2020-01-22 23:29:49

问题


I got this notification from my android studio:

App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent-filler. See issue explanation for more details.

Adds deep links to get your app into the Google index, to get installs and traffic to your app from Google Search.

Taking a look around Stackoverflow, I saw this. Yes I get it, but how will it look like in Google Search?


回答1:


Google app indexing is a warning in Android Studio that you can safely ignore. On enabling app indexing, Google will index your app so that it appears in relevant categories. But! It is designed to work with sites, meaning if a user searches for something and your website appears in the search and if you have app indexing on, then the app will also appear with your website link.

Demo:

Source: searchengineland.com

To enable deep linking on your app, you need to also go to:

1 - Sign into Play console

2 - Click on the app you want to enable deep linking

3 - Go to development tools section on the left.

4 - Go to Services&Apis

5 - Scroll to App Indexing from Google Search and verify the website.




回答2:


When your app is indexable by google, users can find it in relevant search results when your app isn't installed. This can help to increase your user base during the provided content.

This link could also be useful to understand, if the effort is worth implementing it: https://www.smashingmagazine.com/2017/01/case-study-app-indexing-google-worth-the-effort/



来源:https://stackoverflow.com/questions/56631387/what-is-the-end-result-if-i-add-action-view-in-my-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!