GeostoreTimezoneProto

AI Overview😉

  • The potential purpose of this module is to associate a specific time zone with a feature or location, allowing Google to understand the relevance of time-based information to a user's search query. This could be used to provide more accurate and location-specific search results, especially for queries related to events, schedules, or time-sensitive information.
  • This module could impact search results by influencing the ranking of websites based on their relevance to a user's location and time zone. For example, if a user searches for "restaurants open now," Google may prioritize results from restaurants in the user's current time zone, rather than showing results from restaurants in other time zones. This could lead to more accurate and relevant search results, but may also affect the visibility of websites that don't provide time zone-specific information.
  • To be more favorable to this function, a website could provide clear and accurate information about its location and operating hours, including time zone-specific details. This could be achieved by including metadata such as the IANA time zone identifier (e.g., "America/New_York") in the website's schema markup or other structured data formats. Additionally, websites could ensure that their content is optimized for location-based searches and provides relevant information to users in different time zones.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A TimezoneProto holds information about a feature's related time zone.

Attributes

  • id (type: String.t, default: nil) - i18n recognized time zone identifier. For the full list of identifiers, see google3/i18n/identifiers/data/timezones.txt.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t, default: nil) - Field-level metadata for this relation.

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.GeostoreTimezoneProto{
  id: String.t() | nil,
  metadata:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.