GeostoreOntologyRawGConceptInstanceContainerProto

AI Overview😉

  • The potential purpose of this module is to store and manage geographic concept instances associated with a feature, such as a location or a business. It seems to be a part of Google's knowledge graph and entity disambiguation system, which helps to understand the context and meaning of search queries.
  • This module could impact search results by influencing the ranking and relevance of local search results, particularly those related to businesses, points of interest, or geographic features. It may also affect the accuracy of Google's knowledge graph and the information displayed in the knowledge panel.
  • To be more favorable for this function, a website may focus on providing accurate and consistent geographic information, such as name, address, and category, across different platforms and directories. Additionally, optimizing content with relevant geographic keywords and phrases, and ensuring that the website is easily crawlable and indexable by Google, may also improve its performance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The container for all GConceptInstances associated with a feature.

Attributes

  • instance (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreOntologyRawGConceptInstanceProto.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.GeostoreOntologyRawGConceptInstanceContainerProto{
    instance:
      [
        GoogleApi.ContentWarehouse.V1.Model.GeostoreOntologyRawGConceptInstanceProto.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.