UrlHint
Diferentes tipos de sugerencias de URL.
Enumeradores |
HINT_UNSPECIFIED |
Sin especificar |
AMP |
Es una URL que dirige directamente al contenido de AMP o a una URL canónica que hace referencia al contenido de AMP mediante <link rel="amphtml"> . |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2023-05-16 (UTC)
[null,null,["Última actualización: 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"]]