GeostoreWeightComparisonProto

AI Overview😉

  • The potential purpose of this module is to help Google determine the relevance and ranking of search results based on geographic location. It appears to be a part of the geostore system, which suggests it's involved in storing and comparing geographic data. The "weight comparison" aspect implies that it's used to evaluate the importance of different geographic factors in search queries.
  • This module could impact search results by influencing the ranking of websites based on their geographic relevance to the user's search query. For example, if a user searches for "restaurants near me," this module might give more weight to websites with locations closer to the user's location. This could lead to more localized and relevant search results.
  • To be more favorable to this function, a website could ensure that its geographic information is accurate and easily accessible. This might include providing clear and consistent NAP (name, address, phone number) data across the web, as well as optimizing website content for location-based keywords. Additionally, websites could consider implementing schema markup for local businesses, which can help search engines understand their geographic relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A weight value tagged with a comparison operator.

Attributes

  • comparison (type: String.t, default: nil) -
  • comparisonOperator (type: String.t, default: nil) -
  • weightWithUnit (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreWeightProto.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.GeostoreWeightComparisonProto{
  comparison: String.t() | nil,
  comparisonOperator: String.t() | nil,
  weightWithUnit:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreWeightProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.