WeboftrustLiveResultDocBoostData

AI Overview😉

  • The potential purpose of this module is to boost the ranking of a webpage in search results when it is relevant to a specific time period or event. This is done by attaching a "Live Result feed" to the webpage, which indicates that the page has sufficient reliability to warrant a ranking boost.
  • This module could impact search results by giving a temporary ranking boost to webpages that are relevant to a specific time period or event. For example, a webpage about a sports game could be boosted in search results in the days leading up to and following the game. This could help users find more relevant and timely information.
  • A website may change things to be more favorable for this function by ensuring that their webpage is relevant to a specific time period or event, and by providing a reliable "Live Result feed" that can be attached to the webpage. This could involve optimizing the webpage's content to match the event or time period, and ensuring that the webpage is updated regularly to maintain its relevance. Additionally, the website could work to improve the reliability of their Live Result feed by ensuring that it is accurate and up-to-date.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Page boosting using Live Results data. Attaching this proto to a document indicates that a Live Result feed exists for that document, and that this feed has sufficient reliability to warrant potential boosting of the document rank. Next ID: 3

Attributes

  • boostLevel (type: number(), default: nil) - Identifies the degree to which the existence of this LiveResult should boost a query's score (when the query is performed within the hot_times range). This field is always in the range [0,1]. A missing field, a value of 0, or a value outside the legal range indicates that no boosting is performed. A value of 1 indicates that the maximum level of boosting will be applied. This field will be updated from time to time based on CTR and other signals.
  • hotTimes (type: GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange.t, default: nil) - Specifies the time range within which this LiveResult is relevant. Used for deciding whether the rank of the corresponding page should be boosted. For example, this range can be set to encompass a few days before and after a sports game to which the page refers. If this field is missing, no boosting is performed. Specifying that a page should always be boosted is not recommended, but can be accomplished by setting hot_times.start_unix_time=0 and hot_time.end_unix_time=0x7fffffff. Note that multiple time ranges can be implemented by adding several LiveResultDocBoostData messages to the LiveResultsDocAttachments proto. If overlapping time ranges are used, the proto containing the highest boost level will be used.

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.WeboftrustLiveResultDocBoostData{
  boostLevel: number() | nil,
  hotTimes: GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.