QualityNavboostCrapsStatsWithWeightsProto

AI Overview😉

  • The potential purpose of this module is to analyze and quantify the quality of a webpage or content by calculating various statistical measures of its performance or user engagement metrics. The name "QualityNavboostCrapsStatsWithWeightsProto" suggests that it's related to quality assessment and navigation boosting.
  • This module could impact search results by influencing the ranking of webpages based on their quality scores. The calculated statistics, such as mean, median, and standard deviation, might be used to identify high-quality content that provides a better user experience. This could lead to more relevant and trustworthy results being displayed higher in the search engine results pages (SERPs).
  • To be more favorable for this function, a website could focus on improving its overall user experience and engagement metrics, such as:
    • Increasing user interaction and time spent on the site
    • Enhancing content quality, relevance, and accuracy
    • Optimizing page loading speed and mobile responsiveness
    • Improving navigation and internal linking structures
    • Encouraging user-generated content and social engagement
    By doing so, a website may increase its chances of being perceived as high-quality by Google's algorithm, potentially leading to better search engine rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 3

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

Attributes

  • hi (type: float(), default: nil) -
  • kind (type: integer(), default: nil) -
  • lo (type: float(), default: nil) -
  • mean (type: float(), default: nil) -
  • median (type: float(), default: nil) -
  • n (type: integer(), default: nil) -
  • pc10 (type: float(), default: nil) -
  • pc25 (type: float(), default: nil) -
  • pc75 (type: float(), default: nil) -
  • pc90 (type: float(), default: nil) -
  • stdError (type: float(), default: nil) -
  • stddev (type: float(), default: nil) -
  • varOfMean (type: float(), default: nil) -
  • variance (type: float(), default: nil) -
  • weightedN (type: float(), 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.QualityNavboostCrapsStatsWithWeightsProto{
    hi: float() | nil,
    kind: integer() | nil,
    lo: float() | nil,
    mean: float() | nil,
    median: float() | nil,
    n: integer() | nil,
    pc10: float() | nil,
    pc25: float() | nil,
    pc75: float() | nil,
    pc90: float() | nil,
    stdError: float() | nil,
    stddev: float() | nil,
    varOfMean: float() | nil,
    variance: float() | nil,
    weightedN: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.