QualityPreviewSnippetExperimentalFeatures

AI Overview😉

  • Potential purpose of module: This module, QualityPreviewSnippetExperimentalFeatures, appears to be involved in evaluating the quality and relevance of search result snippets. It may assess the snippet's content, structure, and features to determine its usefulness to the user.
  • Impact on search results: This module could impact search results by influencing the ranking of pages based on the quality of their snippets. Pages with high-quality, informative, and relevant snippets may be ranked higher, while those with low-quality or irrelevant snippets may be demoted. This could lead to a better user experience, as users are more likely to find relevant and useful information.
  • Optimization for this function: To be more favorable to this function, a website could focus on creating high-quality, informative, and concise snippets that accurately summarize their content. This could involve:
    • Writing clear and descriptive meta descriptions
    • Structuring content to make it easy to scan and understand
    • Including relevant and useful information in the snippet
    • Optimizing snippet length and formatting for better readability

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • isLikelyHomepage (type: boolean(), default: nil) -
  • numQueryItems (type: integer(), default: nil) -
  • numTidbits (type: integer(), default: nil) -
  • numVisibleTokens (type: integer(), default: nil) -
  • radish (type: GoogleApi.ContentWarehouse.V1.Model.QualityPreviewSnippetRadishFeatures.t, 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.QualityPreviewSnippetExperimentalFeatures{
    isLikelyHomepage: boolean() | nil,
    numQueryItems: integer() | nil,
    numTidbits: integer() | nil,
    numVisibleTokens: integer() | nil,
    radish:
      GoogleApi.ContentWarehouse.V1.Model.QualityPreviewSnippetRadishFeatures.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.