IndexingSignalAggregatorAdaptiveIntervalData

AI Overview😉

  • The potential purpose of this module is to analyze user behavior signals, such as clicks, dwell time, and click-through rates, to estimate the relevance and quality of a webpage. This module, AdaptiveFrequencyEstimator, seems to be responsible for aggregating and processing these signals to determine how often a webpage should be crawled and indexed.
  • This module could impact search results by influencing the frequency at which a webpage is crawled and indexed. If a webpage is deemed high-quality and relevant, it may be crawled and indexed more frequently, making it more visible in search results. Conversely, low-quality or irrelevant pages may be crawled and indexed less frequently, making them less visible.
  • To be more favorable for this function, a website could focus on improving user experience and engagement metrics, such as:
    • Increasing dwell time by creating high-quality, engaging, and informative content
    • Improving click-through rates by optimizing title tags, meta descriptions, and other search result snippets
    • Enhancing user interaction by incorporating interactive elements, such as videos, images, and quizzes

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 3

GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData (google_api_content_warehouse v0.4.0)

State data for AdaptiveFrequencyEstimator

Attributes

  • clicksGoodInterval (type: float(), default: nil) -
  • clicksGoodPriorWeight (type: float(), default: nil) -
  • clicksTotalInterval (type: float(), default: nil) -
  • clicksTotalPriorWeight (type: float(), default: nil) -
  • ctrwiInterval (type: float(), default: nil) -
  • ctrwiPriorWeight (type: float(), default: nil) -
  • dwellsInterval (type: float(), default: nil) -
  • dwellsPriorWeight (type: float(), default: nil) -
  • luDwellsInterval (type: float(), default: nil) -
  • luDwellsPriorWeight (type: float(), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData{
    clicksGoodInterval: float() | nil,
    clicksGoodPriorWeight: float() | nil,
    clicksTotalInterval: float() | nil,
    clicksTotalPriorWeight: float() | nil,
    ctrwiInterval: float() | nil,
    ctrwiPriorWeight: float() | nil,
    dwellsInterval: float() | nil,
    dwellsPriorWeight: float() | nil,
    luDwellsInterval: float() | nil,
    luDwellsPriorWeight: float() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.