SnippetExtraInfoSnippetCandidateInfoExtendedSnippet

AI Overview😉

  • The potential purpose of this module is to extract and analyze the snippet text of a webpage, which is the short summary or preview of the page's content that appears in search engine results. This module is likely used to evaluate the relevance and quality of the snippet text in relation to the search query.
  • This module could impact search results by influencing the ranking of webpages based on the quality and relevance of their snippet text. Webpages with high-quality, informative, and accurately summarized snippet text may be ranked higher in search results, while those with low-quality or misleading snippet text may be ranked lower.
  • To be more favorable for this function, a website may focus on creating high-quality, descriptive, and accurately summarized snippet text that accurately reflects the content of the webpage. This could involve using clear and concise language, including relevant keywords, and ensuring that the snippet text is consistent with the content of the webpage. Additionally, websites may want to ensure that their snippet text is easily crawlable and indexable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The extended version of this snippet.

Attributes

  • numChars (type: integer(), default: nil) -
  • snippetText (type: String.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.SnippetExtraInfoSnippetCandidateInfoExtendedSnippet{
    numChars: integer() | nil,
    snippetText: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.