| Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 1 | page.title=Drive installs from Google Search |
| 2 | page.metaDescription=Surface the content of your apps in Google Search and link it to app installs. |
| 3 | meta.tags="getusers", "search", "appindexing" |
| 4 | page.image=images/cards/google-search_2x.png |
| 5 | @jd:body |
| 6 | |
| 7 | <p>Google Search now helps users discover your app, with App Indexing. When users |
| 8 | search with Google on their Android device the results will include details of |
| 9 | relevant, indexed apps. The search results will include an install button that |
| 10 | takes users to your app in the Google Play store. And when your app is |
| 11 | installed, the user will be taken straight to the right content within it.</p> |
| 12 | |
| 13 | <div class="figure-left"> |
| 14 | <img src="{@docRoot}images/distribute/appindexing.gif"> |
| 15 | </div> |
| 16 | |
| 17 | <p>This free service expands your opportunities to turn the investment you’ve made |
| 18 | in creating an outstanding app or game into installs. </p> |
| 19 | |
| 20 | <p>Start now by adding deep linking support to your app, verifying your app’s |
| 21 | official website, and defining deep links. To learn how, check out these <a |
| 22 | href="https://developers.google.com/app-indexing/webmasters/details">instructions</a>. </p> |
| 23 | |
| 24 | <p>Once your app is index, links to its content will join the 30 billion app index |
| 25 | links already available to Google Search.</p> |
| 26 | |
| 27 | <h2 id=tips>Tips</h2> |
| 28 | |
| 29 | <ul> |
| 30 | <li> App Indexing will also be used as a ranking signal for all users on Android, |
| 31 | regardless of whether they have your app installed or not. |
| 32 | <li> App Indexing also helps drive use of your app — when your app is installed on a |
| 33 | user’s device, search results will include deep links to your app that bring |
| 34 | the user straight to the relevant app content. |
| 35 | <li> Use the App Indexing API to help users discover relevant content in your app |
| 36 | before they complete a query with auto-completions. |
| 37 | </ul> |
| 38 | |
| 39 | <h2 id=related_resources>Related resources</h2> |
| 40 | |
| 41 | <div class="resource-widget resource-flow-layout col-13" |
| 42 | data-query="collection:distribute/users/appindexing" |
| 43 | data-sortOrder="-timestamp" |
| 44 | data-cardSizes="9x3" |
| 45 | data-maxResults="6"></div> |
| 46 | |