GeostoreRankDetailsProto

AI Overview😉

  • The potential purpose of this module is to calculate the ranking of search results based on geographical location. It takes into account various "rank signals" and uses a "signal mixer" to combine these signals and produce a final rank.
  • This module could impact search results by prioritizing results that are more relevant to the user's location. For example, if a user searches for "restaurants near me", this module would help to rank the results by proximity to the user's location. It could also influence the ranking of results based on other geographical factors, such as the user's language or region.
  • To be more favorable for this function, a website could optimize its content and metadata to include location-specific information, such as the business's address, phone number, and hours of operation. It could also ensure that its website is mobile-friendly and has a fast loading speed, as these factors may be taken into account by the "signal mixer" when calculating the final rank.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message is embedded within a FeatureProto. It has rank calculation details such as available rank signals and rank signal mixer used to compute final rank. For more details, see the Oyster Rank wiki page: http://wiki.corp.google.com/twiki/bin/view/Main/OysterRank

Attributes

  • signal (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto.t), default: nil) - A list of signals. Each one is extracted separately by a SignalExtractor.
  • signalMixerType (type: String.t, default: nil) - The signal mixer that was used to calculate the rank.

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.GeostoreRankDetailsProto{
  signal:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreRankSignalProto.t()] | nil,
  signalMixerType: 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.