ExtraSnippetInfoResponseMatchInfo

AI Overview😉

  • The potential purpose of this module is to identify and store information about how well a webpage's title, URL, and content match the search query. This is likely a ranking factor that helps Google determine the relevance of a webpage to a user's search.
  • This module could impact search results by influencing the ranking of webpages based on how well they match the search query. Webpages with titles, URLs, and content that closely match the search query may be ranked higher, while those with less relevant matches may be ranked lower.
  • To be more favorable for this function, a website may consider the following strategies: Use descriptive and keyword-rich titles that accurately reflect the content of the webpage. Use URLs that include target keywords and are easy to read. Ensure that the content of the webpage is high-quality, relevant, and includes the target keywords in a natural and non-spammy way. Use header tags (H1, H2, etc.) to structure the content and highlight important keywords.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • titleMatches (type: String.t, default: nil) - bitvector of query items matching the title
  • urlMatches (type: String.t, default: nil) - bitvector of query items matching the url
  • weightedItems (type: String.t, default: nil) - bitvector of query items considered by chooser

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.ExtraSnippetInfoResponseMatchInfo{
  titleMatches: String.t() | nil,
  urlMatches: String.t() | nil,
  weightedItems: 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.