UrlTypeHint
Stay organized with collections
Save and categorize content based on your preferences.
Different types of url hints.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe URL type hint \u003ccode\u003eURL_TYPE_HINT_UNSPECIFIED\u003c/code\u003e is a generic option when no specific information is available.\u003c/p\u003e\n"],["\u003cp\u003eThe URL type hint \u003ccode\u003eAMP_CONTENT\u003c/code\u003e is used to indicate that a URL is related to Accelerated Mobile Pages (AMP) content, either directly or through a canonical URL.\u003c/p\u003e\n"]]],["The provided content outlines URL type hints, specifically two enumerated values. `URL_TYPE_HINT_UNSPECIFIED` indicates an unspecified URL type. `AMP_CONTENT` designates a URL that directly links to AMP content or to a canonical URL referencing AMP content through the `\u003clink rel=\"amphtml\"\u003e` tag. These hints are likely used for classifying or understanding the nature of a given URL.\n"],null,["# UrlTypeHint\n\nDifferent types of url hints.\n\n| Enums ||\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------|\n| `URL_TYPE_HINT_UNSPECIFIED` | Unspecified |\n| `AMP_CONTENT` | URL that points directly to AMP content, or to a canonical URL which refers to AMP content via \\\u003clink rel=\"amphtml\"\\\u003e. |"]]