MustangReposWwwSnippetsOrganicListSnippetResponse

AI Overview😉

  • The potential purpose of this module is to analyze and generate preview snippets for organic list search results, taking into account the header, title, and items in the list. It seems to be evaluating the relevance and redundancy of the header and title, as well as the quality of the list items.
  • This module could impact search results by influencing the ranking and display of list-based search results. It may prioritize results with more relevant and concise headers, titles, and list items, and demote those with redundant or low-quality content. This could lead to more informative and useful search results for users.
  • To be more favorable for this function, a website may consider the following strategies:
    • Optimize list headers and titles to be concise, descriptive, and relevant to the content.
    • Ensure list items are high-quality, informative, and well-structured.
    • Use clear and descriptive language throughout the list content.
    • Consider using schema markup to provide additional context about the list content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Data to generate the list preview for organic list snippets.

Attributes

  • header (type: String.t, default: nil) - The texts of header and listing items.
  • headerTitleRedundancy (type: number(), default: nil) - The ratio of header tokens covered by title.
  • headerUsedInSnippet (type: boolean(), default: nil) - If the header being used in organic snippet.
  • items (type: list(String.t), default: nil) -
  • originalTotalItems (type: integer(), default: nil) - The number of items in the original list.
  • radishScore (type: number(), default: nil) - The score of the radish signal.

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.MustangReposWwwSnippetsOrganicListSnippetResponse{
    header: String.t() | nil,
    headerTitleRedundancy: number() | nil,
    headerUsedInSnippet: boolean() | nil,
    items: [String.t()] | nil,
    originalTotalItems: integer() | nil,
    radishScore: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.