SdrPageAnchorsDocInfo

AI Overview😉

  • The potential purpose of this module is to evaluate the quality and relevance of a webpage's content, particularly in terms of its "articleness", "text richness", and "qscore" (query score). It also examines the page's anchors and sitelinks. This module likely aims to determine how well a webpage answers a user's query and how engaging its content is.
  • This module could impact search results by influencing the ranking of webpages. Webpages with higher "articleness", "text richness", and "qscore" may be considered more relevant and useful to users, thus ranking higher in search engine results pages (SERPs). Conversely, webpages with lower scores may be demoted or penalized.
  • To be more favorable for this function, a website may consider the following strategies:
    • Creating high-quality, engaging, and informative content that directly addresses user queries.
    • Optimizing anchor text and sitelinks to provide clear and relevant navigation for users.
    • Improving the overall readability and structure of content to increase "text richness" and "articleness" scores.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • articleness (type: number(), default: nil) -
  • pageAnchors (type: list(GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelink.t), default: nil) -
  • qscore (type: number(), default: nil) -
  • sitelinkWrapper (type: list(GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelinkWrapper.t), default: nil) -
  • textRichness (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.SdrPageAnchorsDocInfo{
  articleness: number() | nil,
  pageAnchors:
    [GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelink.t()] | nil,
  qscore: number() | nil,
  sitelinkWrapper:
    [GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelinkWrapper.t()]
    | nil,
  textRichness: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.