GeostoreAttributeIdProto

AI Overview😉

  • The potential purpose of this module is to identify and store unique attributes of a geographic location, such as a business or landmark, in a standardized format. This allows Google to better understand the characteristics of a location and provide more accurate and relevant search results.
  • This module could impact search results by influencing the ranking and relevance of locations in search queries. For example, if a user searches for "restaurants near me", Google can use the GeostoreAttributeIdProto module to identify and prioritize locations with attributes that match the user's preferences, such as "vegetarian" or "outdoor seating".
  • To be more favorable for this function, a website could ensure that their location-based content is accurately and consistently labeled with relevant attributes, such as categories, tags, or metadata. This could include providing detailed information about a location's features, services, or amenities, and using standardized formatting and schema markup to help Google understand the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Used to represent the unique id of an attribute.

Attributes

  • id (type: String.t, default: nil) - The id of the attribute. Stored as a stripped format of the gcid (e.g. "foo" instead of "gcid:att_foo").
  • providerId (type: String.t, default: nil) - Set because it's required, but not really meaningful in geostore (always set to "Geo").
  • type (type: String.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.GeostoreAttributeIdProto{
  id: String.t() | nil,
  providerId: String.t() | nil,
  type: 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.