SdrPageAnchorsSitelink

AI Overview😉

  • The potential purpose of this module is to analyze and score the relevance and quality of webpage sections, particularly headings and passages, to determine their importance and relevance to the search query. This module seems to be focused on understanding the structure and content of a webpage to improve search result ranking.
  • This module could impact search results by influencing the ranking of webpages based on the quality and relevance of their sections, headings, and passages. It may promote webpages with clear, concise, and relevant headings and passages, and demote those with poorly structured or irrelevant content. This could lead to more accurate and relevant search results, as well as improved user experience.
  • To be more favorable to this module, a website could focus on creating high-quality, descriptive, and concise headings and passages that accurately reflect the content of their webpage. This could include using header tags (H1, H2, etc.) to structure content, writing clear and concise headings, and ensuring that passages are relevant and well-written. Additionally, optimizing webpage geometry and layout to improve user experience and readability could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • embedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t, default: nil) - Needed for relevance scoring.
  • geometryScore (type: number(), default: nil) - aggregate score from Section Geometry.
  • headingAbbrvScore (type: number(), default: nil) - Heading Abbreviation score.
  • hpScore (type: number(), default: nil) - Needed for heading/passage filtering.
  • level (type: integer(), default: nil) -
  • scrollTo (type: GoogleApi.ContentWarehouse.V1.Model.SdrScrollTo.t, default: nil) -
  • sectionHeight (type: integer(), default: nil) - Needed for Geometry Scoring and backoffs. from Section Geometry.
  • text (type: String.t, default: nil) - Heading/Reformulated text is needed to display.

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.SdrPageAnchorsSitelink{
  embedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
  geometryScore: number() | nil,
  headingAbbrvScore: number() | nil,
  hpScore: number() | nil,
  level: integer() | nil,
  scrollTo: GoogleApi.ContentWarehouse.V1.Model.SdrScrollTo.t() | nil,
  sectionHeight: integer() | nil,
  text: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.