SnippetExtraInfoSnippetScoringInfo

AI Overview😉

  • Potential purpose of module in simple language:

    This module, SnippetExtraInfoSnippetScoringInfo, appears to be responsible for scoring and ranking search result snippets based on their quality and relevance. It uses various models and features to generate scores, which are then used to determine the final ranking of the snippets.

  • How it could impact search results:

    This module could impact search results by influencing the order in which snippets are displayed. Higher-scoring snippets are likely to be displayed more prominently, while lower-scoring snippets may be pushed further down the list or omitted altogether. This could affect the user experience, as users may be more likely to engage with higher-ranking snippets.

  • How a website may change things to be more favorable for this function:

    To improve their snippet's ranking, a website could focus on creating high-quality, relevant, and informative content that is optimized for search engines. This could include using clear and concise language, structuring content in a logical and easy-to-follow manner, and incorporating relevant keywords and phrases. Additionally, websites could ensure that their snippets accurately reflect the content of their pages and provide a good user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next ID: 9

Attributes

  • brainNg3Score (type: number(), default: nil) -
  • brainScore (type: number(), default: nil) - The below fields are populated by SnippetFlow in superroot. Score generated from snippet brain model. go/snippets-brain
  • features (type: GoogleApi.ContentWarehouse.V1.Model.QualityPreviewRanklabSnippet.t, default: nil) - Snippets ranklab features generated by scorer V2.
  • finalScore (type: number(), default: nil) - Final snippet score by chooser.
  • rankBySnippetFlow (type: integer(), default: nil) - Final rank given by SnippetFlow.

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.SnippetExtraInfoSnippetScoringInfo{
  brainNg3Score: number() | nil,
  brainScore: number() | nil,
  features:
    GoogleApi.ContentWarehouse.V1.Model.QualityPreviewRanklabSnippet.t() | nil,
  finalScore: number() | nil,
  rankBySnippetFlow: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.