IndexingSignalAggregatorUrlPatternSignalsPriorSignal

AI Overview😉

  • The potential purpose of this module is to aggregate and store signals or scores related to URLs, allowing the search algorithm to consider multiple factors when ranking websites. This module seems to be focused on URL patterns and prior signals, which could indicate that it's used to evaluate the relevance and authority of a webpage based on its URL structure and historical performance.
  • This module could impact search results by influencing the ranking of websites based on their URL patterns and prior performance. For example, if a website has a strong URL structure that matches a certain pattern, it may receive a boost in ranking. Conversely, if a website has a poor URL structure or a history of low-quality content, it may be demoted in the search results.
  • A website may change things to be more favorable for this function by optimizing its URL structure to match established patterns, such as using descriptive and concise URLs, or using a clear hierarchy of categories and subcategories. Additionally, ensuring that the website has a strong history of high-quality content and user engagement could also positively impact its ranking. This could involve regularly updating content, improving user experience, and encouraging user interactions such as comments and social shares.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message provides a container for any signal used in scoring, and allows UrlPatternSignals to extend beyond (regexp_)pattern_score and pagerank_score.

Attributes

  • aggregatedScore (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t, default: nil) -
  • priorSignalId (type: String.t, 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.IndexingSignalAggregatorUrlPatternSignalsPriorSignal{
    aggregatedScore:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t()
      | nil,
    priorSignalId: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.