Google에서 앱 콘텐츠를 검색 가능하게 만들기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google에서는 앱 콘텐츠를 크롤링하고 콘텐츠가 개발자가 소유한 웹페이지에 해당하는 경우 Google 검색결과를 통해 사용자에게 Android 앱을 대상으로 표시할 수 있습니다.
Android App Links를 설정하여 사용자가 Google 검색결과에서 앱의 특정 콘텐츠를 열 수 있게 합니다. 즉, 콘텐츠에 링크를 추가하고 앱을 웹사이트와 연결합니다. 앱에 Android App Links를 추가하면 Google에서 웹사이트 연결을 통해 앱 콘텐츠를 크롤링하고 휴대기기 사용자를 검색결과에서 앱으로 안내함으로써 웹페이지 대신 앱의 콘텐츠를 직접 볼 수 있게 합니다.
Google에서 Android 앱의 색인을 생성하도록 설정하려면 Android 스튜디오의 Android App Links Assistant를 사용하거나 다음 단계를 따르세요.
- 앱 매니페스트에 인텐트 필터를 추가하여 앱의 특정 콘텐츠로 연결되는 딥 링크를 만듭니다.
- 웹사이트 연결을 통해 앱 콘텐츠의 소유권을 확인합니다. 디지털 애셋 링크 또는 Google Search Console을 사용합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2024-06-29(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-06-29(UTC)"],[],[],null,["# Making Your App Content Searchable by Google\n\nGoogle can crawl through your app content and present your Android app as a destination to users\nthrough Google Search results, when that content corresponds to a web page that you own.\n\nMake it possible for users to open specific content in your app from Google Search results by\nsetting up Android App Links: adding links to your content and associating your app with your\nwebsite. Once you add Android App Links to your app, Google can crawl your app content through your\nwebsite association and direct users on mobile devices to your app from their search results,\nallowing them to directly view your app's content instead of a web page.\n\nTo set up your Android app for indexing by Google, use the\n[Android App Links Assistant](/tools/help/app-link-indexing) in Android Studio\nor follow these steps:\n\n1. [Create deep links to specific content](/training/app-links/deep-linking) in your app by adding intent filters in your app manifest.\n2. [Verify ownership of your app content](/training/app-links/verify-android-applinks) through a website association. Use Digital Asset Links or Google Search Console."]]