KnowledgeAnswersTimeZoneType

AI Overview😉

  • The potential purpose of this module is to understand and process timezone-related information in search queries and content, allowing Google to provide more accurate and relevant results based on the user's location and timezone.
  • This module could impact search results by influencing the ranking of websites that provide timezone-specific content, such as event schedules, business hours, or weather forecasts. It may also affect the display of search results, for example, by showing the most relevant timezone-specific information at the top of the search engine results page (SERP).
  • To be more favorable for this function, a website could ensure that its content is accurately tagged with relevant timezone information, such as using schema markup to specify business hours or event dates in a specific timezone. Additionally, websites could provide clear and consistent timezone information throughout their content, making it easier for Google to understand and process this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersTimeZoneType (google_api_content_warehouse v0.4.0)

A TimeZoneType configures a value whose type is a timezone.

Attributes

  • componentSpecificContracts (type: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t, default: nil) - Contains data about the contracts that this ValueType level is available for. For more information see go/contract-based-conformance.
  • remodelings (type: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t, default: nil) - Contains data about current schema remodelings at this ValueType level. For more information see go/meaning-remodeling-framework.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersTimeZoneType{
  componentSpecificContracts:
    GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t()
    | nil,
  remodelings:
    GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.