QualityPreviewSnippetRadishFeatures

AI Overview😉

  • The potential purpose of this module is to evaluate the quality and relevance of a search result's preview snippet (the short summary displayed in search engine results pages) by analyzing its similarity to the original search query and the passage of content it's derived from. This helps Google to rank search results based on how well they match the user's intent.
  • This module could impact search results by promoting results with high-quality preview snippets that accurately summarize the content and match the user's search query. This may lead to more relevant and useful search results, as users are more likely to click on results that clearly answer their question or match their search intent.
  • To be more favorable for this function, a website can focus on creating high-quality, descriptive, and concise preview snippets that accurately summarize their content. This can be achieved by: Writing clear and concise meta descriptions Using header tags to structure content and highlight key points Ensuring that the preview snippet is relevant to the main content of the page Optimizing content to answer specific questions or match user search intent

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • answerScore (type: number(), default: nil) - Answer score of the passage for this navboost_query.
  • navboostQuery (type: String.t, default: nil) - Navboost query for this radish signal.
  • passageCoverage (type: number(), default: nil) - The ratio of overlapping tokens between the radish passage and snippet candidate.
  • passageType (type: integer(), default: nil) - Integer value of indexing::annotations::wa_passages::Passage::Type.
  • queryPassageIdx (type: integer(), default: nil) - The index of this passage under navboost_query.
  • similarityMethod (type: integer(), default: nil) - How the similarity score is computed. Integer value of mustang_repos_www_snippets::RadishSignalScoringInfo::SimilarityMethod.
  • similarityScore (type: number(), default: nil) - Similarity score between this navboost_query and the incoming query.
  • snippetCoverage (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.QualityPreviewSnippetRadishFeatures{
  answerScore: number() | nil,
  navboostQuery: String.t() | nil,
  passageCoverage: number() | nil,
  passageType: integer() | nil,
  queryPassageIdx: integer() | nil,
  similarityMethod: integer() | nil,
  similarityScore: number() | nil,
  snippetCoverage: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.