QualitySnippetsTruncationSnippetBoldedRange

AI Overview😉

  • The potential purpose of this module is to identify and highlight important keywords or phrases within a search snippet, making it easier for users to quickly understand the content of a webpage and decide whether to click on it.
  • This module could impact search results by influencing the ranking of webpages based on the relevance and prominence of keywords within the snippet. Webpages with more relevant and prominent keywords may be ranked higher, while those with less relevant or prominent keywords may be ranked lower.
  • To be more favorable for this function, a website could focus on using clear and descriptive headings, subheadings, and body text that include relevant keywords and phrases. This could include using header tags (H1, H2, etc.) to structure content, using bold or italic text to highlight important keywords, and ensuring that the most important information is presented in a clear and concise manner.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A bolded range in printed snippet lines.

Attributes

  • begin (type: GoogleApi.ContentWarehouse.V1.Model.QualitySnippetsTruncationSnippetBoldedRangePosition.t, default: nil) - Bolded range [begin, end)
  • end (type: GoogleApi.ContentWarehouse.V1.Model.QualitySnippetsTruncationSnippetBoldedRangePosition.t, default: nil) -
  • text (type: String.t, default: nil) - Only populated for debugging.
  • type (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.QualitySnippetsTruncationSnippetBoldedRange{
    begin:
      GoogleApi.ContentWarehouse.V1.Model.QualitySnippetsTruncationSnippetBoldedRangePosition.t()
      | nil,
    end:
      GoogleApi.ContentWarehouse.V1.Model.QualitySnippetsTruncationSnippetBoldedRangePosition.t()
      | nil,
    text: String.t() | nil,
    type: 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.