QualityNsrPQData

AI Overview😉

  • The potential purpose of this module is to assess the quality and relevance of a webpage's content. It appears to analyze various aspects of a webpage, such as its links, content effort, and user experience, to determine its overall quality score.
  • This module could impact search results by influencing the ranking of webpages. Webpages with higher quality scores, as determined by this module, may be ranked higher in search engine results pages (SERPs), while those with lower scores may be ranked lower. This could lead to more relevant and useful results for users, but also potentially penalize webpages that don't meet Google's quality standards.
  • To be more favorable for this function, a website may consider the following strategies:
    • Improve content quality and relevance to the target audience.
    • Increase the effort put into creating high-quality, engaging, and informative content.
    • Optimize internal and external linking structures to ensure they are relevant and useful to users.
    • Enhance user experience by improving page loading speed, mobile responsiveness, and overall usability.
    • Ensure that the webpage is well-structured and easy to navigate, with clear and concise content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Next id: 22

Attributes

  • chard (type: integer(), default: nil) - URL-level chard prediction (encoded as an int).
  • chardScoreEncoded (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedIntSignal.t), default: nil) - URL-level Chard (encoded as an int).
  • contentEffort (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t), default: nil) - LLM-based effort estimation for article pages (see landspeeder/4311817).
  • deltaAutopilotScore (type: number(), default: nil) -
  • deltaLinkIncoming (type: number(), default: nil) -
  • deltaLinkOutgoing (type: number(), default: nil) -
  • deltaSubchunkAdjustment (type: number(), default: nil) - Total deltaNSR adjustment based on subchunks. This is a page-level adjustment (subchunks are retrieved based on the page classification).
  • keto (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t), default: nil) - Keto score.
  • linkIncoming (type: number(), default: nil) -
  • linkOutgoing (type: number(), default: nil) -
  • numOffdomainAnchors (type: number(), default: nil) - The total number of offdomain anchors seen by the NSR pipeline for this page.
  • page2vecLq (type: number(), default: nil) -
  • predictedDefaultNsr (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t), default: nil) - Predicted default NSR score computed in Goldmine via the NSR default predictor (go/default-nsr-predictor).
  • rhubarb (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t), default: nil) - Site-URL delta signals based quality score computed in Goldmine via the Rhubarb model (go/rhubarb-dd).
  • subchunkData (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQDataSubchunkData.t), default: nil) -
  • tofu (type: number(), default: nil) - URL-level tofu prediction.
  • unversionedRhubarb (type: number(), default: nil) - The delta score of the URL-level quality predictor.
  • urlAutopilotScore (type: number(), default: nil) -
  • vlq (type: number(), default: nil) - URL-level score of the VLQ model.

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.QualityNsrPQData{
  chard: integer() | nil,
  chardScoreEncoded:
    [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedIntSignal.t()] | nil,
  contentEffort:
    [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()]
    | nil,
  deltaAutopilotScore: number() | nil,
  deltaLinkIncoming: number() | nil,
  deltaLinkOutgoing: number() | nil,
  deltaSubchunkAdjustment: number() | nil,
  keto:
    [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()]
    | nil,
  linkIncoming: number() | nil,
  linkOutgoing: number() | nil,
  numOffdomainAnchors: number() | nil,
  page2vecLq: number() | nil,
  predictedDefaultNsr:
    [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()]
    | nil,
  rhubarb:
    [GoogleApi.ContentWarehouse.V1.Model.QualityNsrVersionedFloatSignal.t()]
    | nil,
  subchunkData:
    [GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQDataSubchunkData.t()] | nil,
  tofu: number() | nil,
  unversionedRhubarb: number() | nil,
  urlAutopilotScore: number() | nil,
  vlq: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.