QualitySalientTermsSignalData

Quality SalientQuality Signal

GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSignalData

9
out of 10
Critical
SEO Impact
SignalData stores signal-specific salient-term-set-level information. Stores mostly internal data as it is one of the primary data structures used in the populators.

SEO Analysis

AI Generated

This model (Quality Salient Terms Signal Data) contains 9 attributes that define its data structure. Key functionality includes: A fixed bias for this signal, the higher the stronger. This can be used to balance the weight of signals independently of the confidence we give it. T...

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

9
Sort:|Filter:
biasnumber(
Default: nil

A fixed bias for this signal, the higher the stronger. This can be used to balance the weight of signals independently of the confidence we give it. This field is only available in debug mode.

confidencenumber(
Default: nil

The measurement of how much we trust this signal. Range: [0.0, 1.0] This field is available is both debug and non-debug mode.

halfSaliencenumber(
Default: nil

Raw saliences equal to half_salience will be equal to 0.5 normalized. Range: [0, volume]. This field is only available in debug mode.

noiseCorrectionnumber(
Default: nil

The minimum TF for a term not to be considered noise. While the possible range of values for this field is [0, observed_volume], it is expected to be a somewhat small percentage of observed_volume (e.g. 5%). This field is only available in debug mode.

observedConfidencenumber(
Default: nil

The measurement of how much we trust this signal, calculated using the observed volume. Range: [0.0, 1.0] This field is only available in debug mode.

observedVolumenumber(
Default: nil

The amount of signal we observed for a document. Range: [0.0, +infinity) This field is only available in debug mode.

rawVolumenumber(
Default: nil

The amount of raw signal we observed for a document. Range: [0.0, +infinity) This field is only available in debug mode.

sourcestring
Default: nilFull type: String.t

source is the type of the signal of this SignalData.

volumenumber(
Default: nil

The amount of signal left after applying all corrections. Range: [0.0, +infinity) This field is only available in debug mode.