SocialGraphApiProtoSearchProfileLocationInfo

AI Overview😉

  • The potential purpose of this module is to associate a geographic location with a search profile, allowing Google to better understand the user's search context and provide more relevant results based on their location.
  • This module could impact search results by influencing the ranking of results based on their relevance to the user's location. For example, if a user searches for "restaurants near me", Google may prioritize results that are physically close to the user's location. This could lead to more localized and personalized search results.
  • To be more favorable for this function, a website could ensure that its online presence is accurately associated with a geographic location. This could be achieved by including location-specific keywords and metadata on the website, as well as maintaining accurate and up-to-date listings in online directories and citations. Additionally, websites could consider implementing location-based SEO strategies, such as creating content that is relevant to specific geographic regions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • lat (type: float(), default: nil) - Degrees [-90 .. 90]
  • lon (type: float(), default: nil) - Degrees [-180 .. 180]
  • radius (type: float(), default: nil) - Meters

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.SocialGraphApiProtoSearchProfileLocationInfo{
    lat: float() | nil,
    lon: float() | nil,
    radius: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.