QualityNsrKetoKetoVersionedData

AI Overview😉

  • The potential purpose of this module is to evaluate the quality of a website by calculating a site-level aggregated score (siteScore) based on a fraction of the site's content (siteFrac) that was used in the computation. This score is likely used to determine the website's relevance, trustworthiness, or overall quality.
  • This module could impact search results by influencing the ranking of websites. Websites with higher siteScores may be considered more authoritative or relevant, leading to higher search engine rankings. Conversely, websites with lower siteScores may be penalized or demoted in search results. The siteFrac attribute may also affect how much of a website's content is considered in the evaluation, potentially leading to varying levels of scrutiny or attention.
  • To be more favorable for this function, a website may focus on: Improving the overall quality and relevance of its content to increase the siteScore. Ensuring that a representative fraction of the site's content is used in the computation (siteFrac) to provide a comprehensive evaluation. Optimizing its content structure and organization to make it easier for the algorithm to evaluate and understand the site's relevance and authority. By doing so, a website may increase its chances of receiving a higher siteScore, which could positively impact its search engine rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Data populated to NsrData and hence propagated to docjoins/ascorer/superroot/etc.

Attributes

  • siteFrac (type: number(), default: nil) - What fraction of the site went into the computation of the site_score. Should be a number in (0, 1].
  • siteScore (type: number(), default: nil) - Site-level aggregated keto score.
  • versionId (type: integer(), default: nil) - Unique id of the version.

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.QualityNsrKetoKetoVersionedData{
  siteFrac: number() | nil,
  siteScore: number() | nil,
  versionId: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.