ListSnippetResponse

AI Overview😉

  • The potential purpose of this module is to generate and format list snippets in search results, which are brief summaries of content that appear in search engine results pages (SERPs). This module seems to be responsible for deciding how to display list-like content, such as tables or lists, in search results.
  • This module could impact search results by influencing how list-like content is presented to users. For example, if a website's content is formatted as a table, this module might decide to display that content in a table format in search results, making it easier for users to quickly scan and understand the information. This could improve the user experience and increase the chances of a user clicking on a result.
  • To be more favorable for this function, a website could ensure that its list-like content is well-structured and easily parseable by Google's algorithm. This might involve using clear and consistent formatting, such as using HTML tables or lists, and providing clear and concise headers and labels. Additionally, websites could focus on creating high-quality, informative, and relevant content that is likely to be useful to users, which could increase the chances of their content being displayed prominently in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Data to generate the list snippets UI.

Attributes

  • header (type: GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t, default: nil) -
  • isTable (type: boolean(), default: nil) - Should list be formatted as a table?
  • row (type: list(GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t), default: nil) -
  • totalRows (type: integer(), default: nil) - The number of rows annotated in the doc, of which 'row' is a subset.

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.ListSnippetResponse{
  header: GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t() | nil,
  isTable: boolean() | nil,
  row: [GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t()] | nil,
  totalRows: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.