GoogleInternalAppsWaldoV1alphaTimeRange

AI Overview😉

  • The potential purpose of this module is to help Google understand and analyze time-based data, such as when a webpage was created, updated, or relevant to a specific event. This module, GoogleInternalAppsWaldoV1alphaTimeRange, seems to be designed to work with time ranges, allowing Google to better comprehend the temporal context of online content.
  • This module could impact search results by influencing the ranking of webpages based on their temporal relevance. For instance, if a user searches for information related to a recent event, Google may prioritize webpages that were created or updated during a specific time range, making them more visible in the search results. This could lead to more accurate and timely results for users.
  • To be more favorable for this function, a website could focus on providing clear and accurate temporal metadata, such as the date of publication or update, and ensuring that its content is relevant to specific time ranges. Additionally, using schema markup for events, articles, or other time-sensitive content could help Google better understand the temporal context of the webpage, potentially improving its ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A time range, which includes the start and excludes the end.

Attributes

  • endTime (type: DateTime.t, default: nil) - End point of the range, exclusive.
  • startTime (type: DateTime.t, default: nil) - Starting point of the range, inclusive.

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.GoogleInternalAppsWaldoV1alphaTimeRange{
    endTime: DateTime.t() | nil,
    startTime: DateTime.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.