CompositeDocQualitySignals

AI Overview😉

  • The potential purpose of this module is to assess the freshness and relevance of a webpage's content. It appears to focus on when the content was last significantly updated and what type of page it is (e.g., news article, blog post, etc.).
  • This module could impact search results by favoring webpages with more recent and relevant updates, especially for searches where freshness is important (e.g., news, trends, or time-sensitive information). This could lead to more up-to-date and accurate information being presented to users.
  • To be more favorable for this function, a website could ensure that:
    • Regularly update content to keep it fresh and relevant.
    • Use clear and consistent date formats for "Date Last Modified" or "Published" dates.
    • Use schema markup or other metadata to clearly indicate the type of page (e.g., news article, blog post, etc.).

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 4

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

Note: This is a misleading name as of 2022/10/14. The field is still set and has meaningful data, but no longer holds quality signals. All the data are freshness-related and they're not particularly sensitive.

Attributes

  • lastSignificantUpdate (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate.t, default: nil) - Contains a date used for the "Date Last Modified" toolbelt restrict mode. Note: this date is a combined date and is different from the pure shingle-based signal stored in contentage.last_significant_update field.
  • pagetype (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType.t, default: nil) -

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.CompositeDocQualitySignals{
  lastSignificantUpdate:
    GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate.t()
    | nil,
  pagetype:
    GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.