GeostoreFeatureIdListProto

AI Overview😉

  • The potential purpose of this module is to identify and store geographic features or locations associated with a search query or website. This allows Google to better understand the context and relevance of a webpage to a user's search, particularly when it comes to location-based searches.
  • This module could impact search results by prioritizing websites that are more closely tied to a specific geographic location, making them more visible to users searching for location-based information. This could also lead to more accurate and relevant search results, as Google can better understand the user's intent and location.
  • To be more favorable for this function, a website could ensure that it provides clear and accurate geographic information, such as including its physical address, mentioning specific locations or regions it serves, and using location-based keywords. Additionally, optimizing website content for location-based search queries and ensuring that the website is accessible and provides a good user experience for users in different locations could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A simple list of feature IDs.

Attributes

  • id (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - The list of feature IDs. While the exact semantics of these IDs are usage-dependent, the list should never be empty or contain duplicates.

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.GeostoreFeatureIdListProto{
  id: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.