IndexingSignalAggregatorRunningMeanAndVarianceInternalState
Indexing SignalIndexingGoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorRunningMeanAndVarianceInternalState
SEO Analysis
AI GeneratedControls how pages are indexed. Without proper indexing, pages cannot appear in search results at all. This model (Indexing Signal Aggregator Running Mean And Variance Internal State) contains SEO-relevant attributes including totalWeight. Key functionality includes: The variable which in the Wikipedia page is referred to as M_2: m2 = w_1 (x_1 - mean)^2 + ... + w_n (x_n - mean)^2. The algorithm implemented in Run...
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
3m2float(nilThe variable which in the Wikipedia page is referred to as M_2: m2 = w_1 (x_1 - mean)^2 + ... + w_n (x_n - mean)^2. The algorithm implemented in RunningMeanAndVarianceUtil provides a way to update m2 in a numerically stable way when the data set grows. If total_weight = 0, then m2 is meaningless, and its value is unspecified, except that it must be finite and >= 0.
meanfloat(nilMean of the data set, mean = (w_1 x_1 + ... + w_n x_n) / total_weight. The algorithm implemented in RunningMeanAndVarianceUtil provides a way to update this mean in a numerically stable way when the data set grows. If total_weight = 0, then mean is meaningless, and its value is unspecified, except that it must be finite.
totalWeightfloat(nilTotal weight of the data set, total_weight = w_1 + ... + w_n.