GeostoreFieldMetadataProto

AI Overview😉

  • The potential purpose of this module is to store and manage internal field metadata related to geographic locations (GeoStore) within Google's content warehouse. This metadata is not exposed to external clients but is available to internal providers, suggesting it's used for internal processing and optimization.
  • This module could impact search results by influencing how Google's algorithm weighs and processes location-based information. It may affect the ranking of results that have geographic relevance, such as local businesses or location-specific content. The internal field metadata could also be used to improve the accuracy of location-based searches or to better understand user intent.
  • To be more favorable for this function, a website could focus on providing accurate and consistent geographic information, such as including name, address, and contact (NAP) consistently across the web, and optimizing their content for location-based keywords. Additionally, ensuring that their website is mobile-friendly and has a strong local SEO presence could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Internal field metadata. This part is not exposed to downstream consumers of the repository (read-only clients) but is available to upstream providers to the repository (read-write clients).

Attributes

  • internal (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreInternalFieldMetadataProto.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.GeostoreFieldMetadataProto{
  internal:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreInternalFieldMetadataProto.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.