IndexingSignalAggregatorAggregatedScore

Indexing SignalIndexing

GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore

9
out of 10
Critical
SEO Impact
Aggregated signal used by NumericSignalAggregator. Next field id: 25

SEO Analysis

AI Generated

Controls how pages are indexed. Without proper indexing, pages cannot appear in search results at all. This model (Indexing Signal Aggregator Aggregated Score) contains SEO-relevant attributes including maxScoreUrl, meanScore, minScoreUrl. Key functionality includes: A number reflecting the deviation of Url scores.

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
  • Optimize crawl budget by fixing broken links and reducing redirect chains
  • Use robots.txt and sitemap.xml effectively to guide crawling
  • Monitor Google Search Console for crawl errors and indexing issues

Attributes

23
Sort:|Filter:
deviationfloat(
Default: nil

A number reflecting the deviation of Url scores.

m2float(
Default: nil

State variables for West & Chan variance algorithm used to be stored here directly. Now they are stored inside RunningMeanAndVarianceInternalState.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlScore.t

Input UrlScore with max score.

meanfloat(
Default: nil
meanScorefloat(
Default: nil

Overall stats that are only available in final aggregation results. The aggregated score.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlScore.t

Input UrlScore with min score.

numImportantUrlsstring
Default: nilFull type: String.t
numUrlsMatchedstring
Default: nilFull type: String.t

Final Stats that are also available in intermediate output. Number of Urls matching the class.

numUrlsWithSignalstring
Default: nilFull type: String.t

Not every matching url has a signal.

patternLayerstring
Default: nilFull type: String.t

Experimental layer of the corresponding pattern.

patternsUsedInMediationstring
Default: nilFull type: list(String.t

Optionally populated in mediators. A list of patterns that actually contributed to the final mediated signal.

percentilelist(float(
Default: nil

Score percentile of matching urls. If present, it has N entries for buckets of roughly equal number of urls. N is specified the aggregation. The value is the min score in that bucket.

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

Random samples.

scoreslist(float(
Default: nil

for calculating percentile

signalIdinteger(
Default: nil

For debugging purposes, this is an id of the signal associated with this AggregatedScore. For pattern score, this may be the length of the pattern.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlScore.t

If this field presents, it is for a single url. No other field should appear.

totalScorefloat(
Default: nil

summation varaible used to get mean

totalScoreLowfloat(
Default: nil

low-order part of total_score

totalScoreSqrfloat(
Default: nil

summation variable for calculating deviation note, these are now only used for legacy and debugging purposes

totalScoreSqrLowfloat(
Default: nil

low order part of total_score_sq

totalWeightfloat(
Default: nil

for calculating weighted mean/dev

totalWeightLowfloat(
Default: nil

low order part of total_weight