QualitySalientTermsSalientTerm

Quality SalientQuality Signal

GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm

10
out of 10
Critical
SEO Impact
SalientTerm can be two things depending on where this message is. When right under a SalientTermSet, it is a normalized term and weight pair, along with other term-level data. When under another SalientTerm message, it is a non-normalized original term (see original_term field).

SEO Analysis

AI Generated

This model (Quality Salient Terms Salient Term) contains SEO-relevant attributes including signalTerm, weight. Key functionality includes: idf of the original_term. Used by Accumulator2. This field is only available in debug mode.

Actionable Insights for SEOs

  • Monitor for changes in rankings that may correlate with updates to this system
  • Consider how your content strategy aligns with what this signal evaluates

Attributes

7
Sort:|Filter:
idfnumber(
Default: nil

idf of the original_term. Used by Accumulator2. This field is only available in debug mode.

labelstring
Default: nilFull type: String.t

label can be two things depending on where this message is. When right under a SalientTermSet, it is the normalized term returned by quality_salient_terms::utils::NormalizeTerm() from salient_terms_utils.h. When under another SalientTerm message, it is the original term as found in a signal (see original_term field).

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm.t

original_term are the different ways we found this normalized term in the signals. They are in increasing idf order (the most common version first). An empty string means that this original term is the same as the label field in the parent SalientTerm message. NOTE: Please do not access this field directly. Use quality_salient_terms::utils::OriginalTermsIterator from salient_terms_utils.h instead.

saliencenumber(
Default: nil

salience is the importance of the term as a descriptor in [0, 1] (the higher the more important). This field takes precedence over weight field below. NOTE: Please do not access this field directly. Use quality_salient_terms::utils::GetSalience() from salient_terms_utils.h instead.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSignalTermData.t

signal_term contains extra signal-specific (e.g., body, anchors, clicks) data for this term.

virtualTfnumber(
Default: nil

virtual_tf is the accumulated corrected term frequency from all the signals. This field is only available in debug mode.

weightinteger(
Default: nil

weight is the importance of the term as a descriptor in [0, 100] (the higher the more important). NOTE: Please do not access this field directly. Use quality_salient_terms::utils::GetSalience() from salient_terms_utils.h instead. DEPRECATED: prefer salience field above.