GoogleTypeDate

AI Overview😉

  • The potential purpose of this module is to understand and process dates mentioned in content, such as birthdays, anniversaries, or credit card expiration dates. This module can extract and represent dates in a structured format, allowing Google's algorithm to better comprehend the context and relevance of the content.
  • This module could impact search results by allowing Google to better understand the timing and relevance of content. For example, if a user searches for "birthday gifts," Google could prioritize results that are relevant to the current month or year, or provide more personalized results based on the user's own birthday. Additionally, this module could help Google to identify and filter out outdated or irrelevant content.
  • To be more favorable for this function, a website could ensure that dates are mentioned in a clear and structured format, such as using ISO 8601 format (YYYY-MM-DD) for dates. Additionally, websites could provide more context around dates, such as specifying the type of date (e.g., birthday, anniversary, etc.) or providing additional information about the event or occasion. This could help Google's algorithm to better understand the relevance and importance of the date, leading to more accurate and relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: A full date, with non-zero year, month, and day values. A month and day, with a zero year (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date). Related types: google.type.TimeOfDay google.type.DateTime * google.protobuf.Timestamp

Attributes

  • day (type: integer(), default: nil) - Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
  • month (type: integer(), default: nil) - Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
  • year (type: integer(), default: nil) - Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

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.GoogleTypeDate{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.