QualitySalientTermsSalientTermSet

AI Overview😉

  • The potential purpose of this module is to identify and weight the most important keywords or phrases (salient terms) that describe a web document, allowing Google to better understand the content and relevance of a webpage.
  • This module could impact search results by influencing the ranking of webpages based on how well their content matches the search query. Webpages with salient terms that closely match the search query may be considered more relevant and therefore ranked higher in search results.
  • To be more favorable for this function, a website may focus on using clear and concise language to describe their content, using keywords and phrases that accurately summarize the main topics and themes of their webpage. Additionally, ensuring that the most important keywords and phrases are prominently featured in the content, such as in headings and titles, may also help to improve the webpage's ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

SalientTermSet is a collection of terms (unigrams and bigrams) with associated weights that can describe something. The "salient terms".

Attributes

  • docData (type: GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData.t, default: nil) - doc_data contain additional salient-term-set-level data.
  • salientTerm (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm.t), default: nil) - salient_term is the list of terms that are good descriptors, sorted in decreasing order of weight.
  • version (type: String.t, default: nil) - version is the Salient Terms version used to create the SalientTermSet. This is specific to web documents salient terms.

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.QualitySalientTermsSalientTermSet{
  docData:
    GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData.t() | nil,
  salientTerm:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm.t()]
    | nil,
  version: 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.