Android 深层链接和应用链接混淆
Android Deep Links and App Links Confused
任何人都可以用现实生活中的例子解释一下
之间的区别是什么
应用程序链接 - https://developer.android.com/training/app-links/deep-linking.html
深层链接 - https://developer.android.com/training/app-links/index.html
应用索引 - https://developer.android.com/studio/write/app-link-indexing.html
在 Android?
看了太多的帖子和文档,还是没能掌握要点。
我知道应用程序链接适用于 Android 6.0,深度链接适用于 4.2。但在性能上,他们正在做类似的任务。
If you have an app or are developing an app, app indexation and deep
linking are things you definitely need to be paying attention to.
Basically, Google wants to treat your app like a website. It wants to
crawl it and index it so that search results can return specific pages
from an app in mobile searches. That ability to return specific pages
within an app? That’s deep linking.
什么是深层链接?
Deep linking, in a general sense, involves linking to specific content
within a website or app, rather than to the homepage. Here we’re
talking in particular about getting specific elements of an app to
show up in search results on a mobile device, allowing users to open
an app directly from a search results page. Note: Users will only see
this prompt if they have the particular app installed.
照片:
什么是应用索引?
App indexing is the result of getting your app in Google’s index to
enable deep linking. By allowing Google to index pages within your
app, features (or promotions) within the app can begin showing up in
users’ mobile searches, driving visits (and hopefully conversions) to
the app.
什么是App Linking 以Facebook为例
When someone shares content from within an app that has Facebook App
Links applied, anyone clicking on that link will be able to access
that content through the app. This can be done using an app
alternative to existing web content, or app-only content, and works
either from ‘web to app’ or ‘app to app’. The feature works with
Android, iOS and Windows phones
照片:
应用索引允许 Google 抓取您的应用内容(就像在网站上一样)。
深层链接与 Android 应用链接:
应用程序链接只是深度 link 已针对网站进行验证的链接,AND 允许直接在相关应用程序中打开 URL,而无需要求用户 select 应用程序(通过消歧对话框)。使用 App Links,您的应用程序将自己指定为给定类型 link 的默认处理程序(尽管用户可以从设备系统设置中覆盖它)
在 https://developer.android.com/training/app-links/verify-site-associations?authuser=0
上有一个很好的差异概述
另请参阅下面的比较 table,在撰写本文时从上面 link 中提取
任何人都可以用现实生活中的例子解释一下
之间的区别是什么应用程序链接 - https://developer.android.com/training/app-links/deep-linking.html
深层链接 - https://developer.android.com/training/app-links/index.html
应用索引 - https://developer.android.com/studio/write/app-link-indexing.html
在 Android?
看了太多的帖子和文档,还是没能掌握要点。
我知道应用程序链接适用于 Android 6.0,深度链接适用于 4.2。但在性能上,他们正在做类似的任务。
If you have an app or are developing an app, app indexation and deep linking are things you definitely need to be paying attention to. Basically, Google wants to treat your app like a website. It wants to crawl it and index it so that search results can return specific pages from an app in mobile searches. That ability to return specific pages within an app? That’s deep linking.
什么是深层链接?
Deep linking, in a general sense, involves linking to specific content within a website or app, rather than to the homepage. Here we’re talking in particular about getting specific elements of an app to show up in search results on a mobile device, allowing users to open an app directly from a search results page. Note: Users will only see this prompt if they have the particular app installed.
照片:
什么是应用索引?
App indexing is the result of getting your app in Google’s index to enable deep linking. By allowing Google to index pages within your app, features (or promotions) within the app can begin showing up in users’ mobile searches, driving visits (and hopefully conversions) to the app.
什么是App Linking 以Facebook为例
When someone shares content from within an app that has Facebook App Links applied, anyone clicking on that link will be able to access that content through the app. This can be done using an app alternative to existing web content, or app-only content, and works either from ‘web to app’ or ‘app to app’. The feature works with Android, iOS and Windows phones
照片:
应用索引允许 Google 抓取您的应用内容(就像在网站上一样)。
深层链接与 Android 应用链接:
应用程序链接只是深度 link 已针对网站进行验证的链接,AND 允许直接在相关应用程序中打开 URL,而无需要求用户 select 应用程序(通过消歧对话框)。使用 App Links,您的应用程序将自己指定为给定类型 link 的默认处理程序(尽管用户可以从设备系统设置中覆盖它)
在 https://developer.android.com/training/app-links/verify-site-associations?authuser=0
上有一个很好的差异概述另请参阅下面的比较 table,在撰写本文时从上面 link 中提取