SdrScrollToOnPageMatches

AI Overview😉

  • The potential purpose of this module is to measure the relevance of a webpage's content to a search query by counting the number of matches between the query and the page's text, considering different combinations of prefixes and suffixes. This helps Google's algorithm to determine how well a page's content aligns with the user's search intent.
  • This module could impact search results by influencing the ranking of webpages. Pages with higher match counts, especially those with matches that include prefixes and suffixes, may be considered more relevant to the search query and therefore ranked higher in the search engine results pages (SERPs). This could lead to more accurate and relevant search results for users.
  • To be more favorable for this function, a website could optimize its content by:
    • Using keywords and phrases strategically throughout the page's text, including in headings, subheadings, and body copy.
    • Ensuring that the page's content is well-structured and easy to crawl, allowing Google's algorithm to accurately identify and count matches.
    • Using variations of keywords and phrases, including those with prefixes and suffixes, to increase the likelihood of matches.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Number of matches in the page when using text alone, prefix + text, text + suffix, and prefix + text + suffix. The match is case-insensitive to align with go/scroll-to behavior.

Attributes

  • text (type: integer(), default: nil) -
  • textWithPrefix (type: integer(), default: nil) -
  • textWithPrefixSuffix (type: integer(), default: nil) -
  • textWithSuffix (type: integer(), 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.SdrScrollToOnPageMatches{
  text: integer() | nil,
  textWithPrefix: integer() | nil,
  textWithPrefixSuffix: integer() | nil,
  textWithSuffix: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.