The document provides information about deep linking on Android. It discusses how to configure an Android app manifest to handle deep links, add intent filters to specify supported URI schemes and paths. It also covers best practices for implementing deep links, including testing links and providing a good user experience when links are opened. The document recommends ways to annotate deep links on a website, such as using HTML <link> tags or XML sitemaps. It provides guidelines for using the App Indexing API to surface app content in Google search.
Related topics: