IndexingSignalAggregatorUrlScore

AI Overview😉

  • The potential purpose of this module is to aggregate and score URLs based on their performance and importance. It seems to be a part of Google's indexing algorithm, and its job is to evaluate the quality and relevance of a URL.
  • This module could impact search results by influencing the ranking of URLs. URLs with higher scores and weights may be considered more important and relevant, and therefore may appear higher in search engine results pages (SERPs). This could lead to more prominent display of certain URLs, potentially affecting the visibility and traffic of websites.
  • To be more favorable to this function, a website may focus on improving its URL performance and importance signals. This could be achieved by:
    • Optimizing URL structures and content to increase relevance and user engagement.
    • Improving website loading speed and overall user experience to increase performance metrics.
    • Ensuring consistent and high-quality content to increase the importance signal.
    • Using structured data and schema markup to provide additional context and relevance signals to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Representation of numeric signal of a url.

Attributes

  • dsacNumWeeklyPerfRecords (type: integer(), default: nil) - The number of weekly performance records if the UrlScore is extracted from the DSAC data. It should be used in case a URL is no longer served. As of 2014-10-14, this field is for the evaluation purpose only.
  • eligibleExperimentalLayer (type: String.t, default: nil) - If this field is set, it indicates the url is eligible to be aggregated to one of the experimental layers.
  • firstServedTimestamp (type: String.t, default: nil) - The timestamp of the first time this document is served anywhere.
  • isImportant (type: boolean(), default: nil) - Whether this url has important signal. Used for keeping patterns that match too few URLs but some of them have good clicks.
  • score (type: float(), default: nil) - score might be missing if the url does not have signal.
  • url (type: String.t, default: nil) - url might be missing if we can get it from sstable key.
  • weight (type: float(), default: nil) - weight for this url.

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.IndexingSignalAggregatorUrlScore{
  dsacNumWeeklyPerfRecords: integer() | nil,
  eligibleExperimentalLayer: String.t() | nil,
  firstServedTimestamp: String.t() | nil,
  isImportant: boolean() | nil,
  score: float() | nil,
  url: String.t() | nil,
  weight: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.