GeostoreCanonicalGConceptProto

AI Overview😉

  • The potential purpose of this module is to identify and represent a business chain's members in a standardized way, allowing Google to understand the relationships between different locations or entities within a chain. This module seems to focus on creating a canonical representation of these members, which could be used to improve search results and provide more accurate information to users.
  • This module could impact search results by allowing Google to better understand the relationships between different locations or entities within a business chain. This could lead to more accurate and relevant search results, especially for queries related to specific businesses or locations. For example, if a user searches for "Starbucks near me", Google could use this module to provide more accurate results by understanding the relationships between different Starbucks locations.
  • A website may change things to be more favorable for this function by providing clear and consistent information about their business chain's members, such as location names, addresses, and relationships between locations. This could include using standardized schema markup on their website, providing accurate and up-to-date information about their business, and ensuring that their online presence is consistent across different platforms and directories. By doing so, a website can help Google better understand their business and improve their search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This proto represents a canonical gconcept of a business chain's members.

Attributes

  • gconcept (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t, default: nil) -
  • isRequired (type: boolean(), default: nil) - Whether the gconcept must be on a member. This must be true for a primary gconcept.

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.GeostoreCanonicalGConceptProto{
  gconcept:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t() | nil,
  isRequired: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.