QualitySitemapScoringSignals

AI Overview😉

  • The potential purpose of this module is to evaluate the quality and relevance of a website's sitemap and sitelinks, which are links to specific pages within a website. It appears to assess various aspects of user behavior, language, and location to determine the usefulness of a website's structure and content.
  • This module could impact search results by influencing the ranking of websites based on the quality of their sitemap and sitelinks. Websites with well-structured and relevant sitemaps may be rewarded with higher rankings, while those with poorly organized or irrelevant sitemaps may be demoted. This could lead to more user-friendly and relevant search results.
  • To be more favorable for this function, a website may:
    • Ensure their sitemap is well-organized, up-to-date, and accurately reflects their website's structure.
    • Optimize their sitelinks to be relevant and useful to users, with clear and descriptive titles and descriptions.
    • Improve their website's language and location targeting to better match user queries and preferences.
    • Increase user engagement metrics, such as long clicks and click-through rates, by creating high-quality and relevant content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Scoring signals for computing the sitelink score. This message is currently intended only for debugging. Accordingly, this is populated in CDoc but not in MDU. It is enforced by the [(exclude_from_mdu) = true] annotation of the corresponding fields in Target and TargetGroup.

Attributes

  • annotations (type: list(String.t), default: nil) -
  • chromeTransCount (type: String.t, default: nil) -
  • chromeTransProb (type: number(), default: nil) -
  • chromeWeight (type: number(), default: nil) -
  • country (type: list(String.t), default: nil) -
  • countryConfidence (type: list(number()), default: nil) -
  • impressions (type: String.t, default: nil) -
  • langConfidence (type: list(number()), default: nil) -
  • language (type: list(String.t), default: nil) -
  • localCountryIdentifier (type: list(String.t), default: nil) -
  • longClicks (type: String.t, default: nil) -
  • longCtr (type: number(), default: nil) -
  • navboostScore (type: number(), default: nil) -
  • navmenuScore (type: number(), default: nil) -
  • pagerank (type: integer(), default: nil) -
  • recentLongCtr (type: number(), default: nil) -
  • targetCdocLanguages (type: list(integer()), default: nil) -
  • titleScore (type: number(), 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.QualitySitemapScoringSignals{
  annotations: [String.t()] | nil,
  chromeTransCount: String.t() | nil,
  chromeTransProb: number() | nil,
  chromeWeight: number() | nil,
  country: [String.t()] | nil,
  countryConfidence: [number()] | nil,
  impressions: String.t() | nil,
  langConfidence: [number()] | nil,
  language: [String.t()] | nil,
  localCountryIdentifier: [String.t()] | nil,
  longClicks: String.t() | nil,
  longCtr: number() | nil,
  navboostScore: number() | nil,
  navmenuScore: number() | nil,
  pagerank: integer() | nil,
  recentLongCtr: number() | nil,
  targetCdocLanguages: [integer()] | nil,
  titleScore: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.