QualityNsrNsrDataClusterUplift

AI Overview😉

  • The potential purpose of this module is to adjust the ranking of search results based on the type of website or content provider. The module appears to be giving an "uplift" or boost to certain types of sites, such as local sites or small sites, to promote diversity and relevance in search results.
  • This module could impact search results by favoring local or small sites over larger, more established websites. This could lead to a more diverse set of search results, with a greater variety of perspectives and sources. However, it could also lead to a decrease in the ranking of more authoritative or established sources.
  • To be more favorable to this function, a website could focus on creating high-quality, locally relevant content, or highlighting its status as a small or independent site. This could involve optimizing content for local keywords, creating content that is specifically relevant to a particular geographic region, or emphasizing the unique perspective or voice of a small or independent site.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The uplift-per-cluster values used in Tundra's uplift arm.

Attributes

  • local (type: number(), default: nil) - Score for the local sites arm.
  • small (type: number(), default: nil) - Score for the small sites arm.

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.QualityNsrNsrDataClusterUplift{
  local: number() | nil,
  small: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.