QualityTimebasedLastSignificantUpdate

AI Overview😉

  • The potential purpose of this module is to determine the freshness and relevance of a webpage's content by tracking the last significant update made to the page. This is done by storing the timestamp of the last update in UNIX format, along with information about the source of the signal and any adjustments made to the date.
  • This module could impact search results by favoring pages that have been recently updated with fresh and relevant content. This could lead to more accurate and up-to-date search results, as users are more likely to find what they're looking for on pages that are actively maintained. On the other hand, pages that haven't been updated in a while may be demoted in search rankings, even if they contain high-quality content.
  • To be more favorable for this function, a website could focus on regularly updating its content with fresh and relevant information. This could include adding new articles, blog posts, or products on a regular basis. Additionally, ensuring that the website's metadata, such as the "last modified" date, is accurately and consistently updated could help search engines like Google to better understand the freshness and relevance of the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • adjustmentInfo (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments.t, default: nil) - This is stored only for debugging purposes. Please consult dates@ team before making a dependency on this field.
  • date (type: String.t, default: nil) - LastSignificantUpdate as UNIX timestamp in seconds. This is the new signal (go/lsu-dd) from LSU Selector V2 (once that is enabled, see b/171879888 for status), falling back to the legacy V1 signal if the HIGH_PRECISION signal does not exist. Please use the 'source' field to determine where the value comes from.
  • dateUnreliabilityInfo (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedDateUnreliability.t, default: nil) -
  • source (type: String.t, default: nil) - The source the signal comes from.

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.QualityTimebasedLastSignificantUpdate{
    adjustmentInfo:
      GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments.t()
      | nil,
    date: String.t() | nil,
    dateUnreliabilityInfo:
      GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedDateUnreliability.t()
      | nil,
    source: 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.