UrlHint
Verschiedene Arten von URL-Hinweisen.
Enums |
HINT_UNSPECIFIED |
Ohne Angabe |
AMP |
URL, die direkt auf AMP-Inhalte verweist, oder kanonische URL, die über <link rel="amphtml"> auf AMP-Inhalte verweist. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-05-16 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-05-16 (UTC)."],[[["There are different types of URL hints that can be used to specify the type of content being linked to."],["`HINT_UNSPECIFIED` is the default value and does not provide any specific information about the URL."],["`AMP` hint indicates that the URL points to AMP content or to a canonical URL that refers to AMP content via a specific link relation."]]],["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"]]