QualitySalientTermsSalientTerm
Quality SalientQuality SignalGoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm
SEO Analysis
AI GeneratedThis 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
7idfnumber(nilidf of the original_term. Used by Accumulator2. This field is only available in debug mode.
labelstringnilFull type: String.tlabel 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).
originalTermQualitySalientTermsSalientTerm →nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm.toriginal_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(nilsalience 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.
signalTermQualitySalientTermsSignalTermData →nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSignalTermData.tsignal_term contains extra signal-specific (e.g., body, anchors, clicks) data for this term.
virtualTfnumber(nilvirtual_tf is the accumulated corrected term frequency from all the signals. This field is only available in debug mode.
weightinteger(nilweight 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.