IndexingSignalAggregatorUrlPatternSignals

AI Overview😉

  • The potential purpose of this module is to analyze and score URLs based on various signals, such as page rank, pattern scores, and prior signals, to predict the likelihood of a user clicking on a particular URL. This helps Google's search algorithm to select the most relevant and useful results for a user's query.
  • This module could impact search results by influencing the ranking of URLs in the search engine results page (SERP). URLs with higher scores based on these signals may be ranked higher, making them more visible to users. This could lead to more relevant and useful results being displayed to users, but it could also lead to certain websites or pages being unfairly promoted or demoted.
  • To be more favorable for this function, a website may focus on improving its page rank, creating high-quality and relevant content that matches user search patterns, and optimizing its URL structure to better match user search queries. Additionally, ensuring that the website has a strong prior signal, such as a history of user engagement and clicks, could also improve its scoring. Furthermore, the website may want to ensure that its content is easily crawlable and indexable by Google's algorithms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains only the signals necessary to perform per-URL click prediction. Used by Index Selection for scoring. NEXT ID TO USE: 7

Attributes

  • coverage (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAgeWeightedCoverageData.t, default: nil) -
  • pagerankScore (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t, default: nil) -
  • patternScore (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t, default: nil) -
  • priorSignal (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlPatternSignalsPriorSignal.t), default: nil) -
  • regexpPatternScore (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t, default: nil) -
  • sccData (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccData.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.IndexingSignalAggregatorUrlPatternSignals{
    coverage:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAgeWeightedCoverageData.t()
      | nil,
    pagerankScore:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t()
      | nil,
    patternScore:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t()
      | nil,
    priorSignal:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlPatternSignalsPriorSignal.t()
      ]
      | nil,
    regexpPatternScore:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t()
      | nil,
    sccData:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccData.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.