대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
UrlHint
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
HINT_UNSPECIFIED |
미지정 |
AMP |
AMP 콘텐츠를 직접 가리키는 URL 또는 <link rel="amphtml"> 를 통해 AMP 콘텐츠를 참조하는 표준 URL |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThere are different types of URL hints that can be used to specify the type of content being linked to.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHINT_UNSPECIFIED\u003c/code\u003e is the default value and does not provide any specific information about the URL.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAMP\u003c/code\u003e hint indicates that the URL points to AMP content or to a canonical URL that refers to AMP content via a specific link relation.\u003c/p\u003e\n"]]],["The provided content defines different URL hint types, specifically focusing on two: `HINT_UNSPECIFIED`, which represents an unspecified URL type, and `AMP`, indicating a URL pointing directly to Accelerated Mobile Pages (AMP) content or a canonical URL linked to AMP content via `\u003clink rel=\"amphtml\"\u003e`. These hints categorize URLs based on their relationship to AMP.\n"],null,["# UrlHint\n\nDifferent types of url hints.\n\n| Enums ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------|\n| `HINT_UNSPECIFIED` | Unspecified |\n| `AMP` | URL that points directly to AMP content, or to a canonical URL which refers to AMP content via `\u003clink rel=\"amphtml\"\u003e`. |"]]