GoogleInternalAppsWaldoV1alphaLocalTimeContext

AI Overview😉

  • Potential purpose of module: This module, GoogleInternalAppsWaldoV1alphaLocalTimeContext, determines the user's local time and time zone. It helps Google understand the user's location and adjust search results accordingly.
  • Impact on search results: This module could impact search results by providing location-specific results, taking into account the user's current time zone and local time. For example, a search for "opening hours" or "weather" could return results tailored to the user's location and time of day.
  • Optimization for this function: To be more favorable for this function, a website could ensure it provides location-specific content, uses schema markup for business hours and location, and optimizes its content for local search queries. Additionally, the website could use geotargeting to provide customized content based on the user's location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Context which helps to determine the user's local time.

Attributes

  • timeZone (type: String.t, default: nil) - The current time zone of the user. Represented as a valid time zone ID from Olson database, like "Europe/Zurich" (see http://google3/i18n/identifiers/data/timezones.txt).

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.GoogleInternalAppsWaldoV1alphaLocalTimeContext{
    timeZone: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.