GeostoreWeightProto

AI Overview😉

  • The potential purpose of this module is to assign a weight or importance to a geographic location (geostore) in search results, allowing Google to prioritize or demote certain locations based on their relevance to the search query.
  • This module could impact search results by influencing the ranking of websites or content associated with specific geographic locations. For example, if a user searches for a location-based query like "restaurants near me," the geostore weight module could boost the ranking of websites that are more relevant to the user's location, while demoting those that are less relevant.
  • To be more favorable for this function, a website could optimize its content by including clear and accurate geographic information, such as the business's address, city, state, and zip code. Additionally, the website could use schema markup to highlight its location-based data, making it easier for Google to understand and prioritize its relevance to specific geographic locations.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A weight with a numerical value and unit.

Attributes

  • unit (type: String.t, default: nil) -
  • weight (type: number(), 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.GeostoreWeightProto{
  unit: String.t() | nil,
  weight: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.