QualityPreviewSnippetBrainFeatures

AI Overview😉

  • The potential purpose of this module is to evaluate the quality of a search result snippet, specifically whether it should be bolded or not, and assign a score to it. This helps Google to determine how relevant and useful the snippet is to the user's search query.
  • This module could impact search results by influencing the ranking and presentation of search results. For example, if a snippet is deemed high-quality and relevant, it may be bolded and ranked higher in the search results, making it more visible to the user. Conversely, low-quality snippets may be demoted or not bolded, making them less prominent.
  • To be more favorable to this function, a website could focus on creating high-quality, informative, and relevant snippets that accurately summarize their content. This could include using clear and concise language, ensuring the snippet is descriptive and attention-grabbing, and optimizing it for the target keywords. Additionally, websites could ensure that their content is well-structured and easy to crawl, allowing Google to better understand the content and generate high-quality snippets.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Snippet brain scores.

Attributes

  • isSnippetBrainBoldingTriggered (type: boolean(), default: nil) - Is the bolding triggered.
  • modelScore (type: number(), default: nil) - The score by SnippetBrain 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.QualityPreviewSnippetBrainFeatures{
  isSnippetBrainBoldingTriggered: boolean() | nil,
  modelScore: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.