QualityPreviewChosenSnippetInfo

AI Overview😉

  • The potential purpose of this module is to evaluate and select the most relevant and informative snippet from a webpage to display in search engine results pages (SERPs). This snippet is intended to provide users with a concise summary of the page's content and help them decide whether to click through to the page.
  • This module could impact search results by influencing which pages are displayed more prominently and which snippets are shown to users. If a webpage has a high-quality, informative snippet, it may be more likely to appear in search results and attract more clicks. On the other hand, if a webpage has a low-quality or irrelevant snippet, it may be demoted in search results or have fewer clicks.
  • To be more favorable to this function, a website may focus on creating high-quality, informative, and concise content that accurately summarizes the page's main topic. This could include using clear and descriptive headings, providing a brief summary or abstract at the top of the page, and using structured data to help search engines understand the page's content. Additionally, avoiding vulgar or offensive content and ensuring that the page's content is well-organized and easy to read may also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information for chosen snippet. Next ID: 8

Attributes

  • isVulgar (type: boolean(), default: nil) - Whether this snippet is a vulgar candidate.
  • leadingTextType (type: String.t, default: nil) -
  • snippetHtml (type: String.t, default: nil) - The rendered snippet html.
  • snippetType (type: String.t, default: nil) -
  • source (type: String.t, default: nil) - Source of the chosen snippet, decided in PORC. String value of quality.porc.TextSnippetCandidate.TextSnippetSource defined at google3/quality/porc/proto/text_snippet.proto
  • tidbits (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityPreviewChosenSnippetInfoTidbitInfo.t), default: nil) -
  • trailingEllipsis (type: boolean(), default: nil) - Whether this snippet has trailing ellipsis.

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.QualityPreviewChosenSnippetInfo{
  isVulgar: boolean() | nil,
  leadingTextType: String.t() | nil,
  snippetHtml: String.t() | nil,
  snippetType: String.t() | nil,
  source: String.t() | nil,
  tidbits:
    [
      GoogleApi.ContentWarehouse.V1.Model.QualityPreviewChosenSnippetInfoTidbitInfo.t()
    ]
    | nil,
  trailingEllipsis: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.