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

核能气质少年 提交于 2019-12-04 10:59:52

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.

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/

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