GeostoreBusinessChainProto

AI Overview😉

  • The potential purpose of this module is to understand the ideal state of a business chain's members, such as a franchise or a chain of stores, and how they relate to each other. It appears to hold data specific to business chain features, including canonical GConcepts, which describe the ideal state of the business chain's members.
  • This module could impact search results by influencing how Google understands the relationships between different locations or entities within a business chain. This could affect search results in cases where a user is searching for a specific location or information about a business chain. For example, if a user searches for "Starbucks near me", Google may use this module to understand that the user is looking for a specific location within the Starbucks business chain, and return more accurate results.
  • To be more favorable for this function, a website may want to ensure that it provides clear and consistent information about its business chain, such as its locations, hours of operation, and services offered. This could include providing structured data on the website, such as schema.org markup, to help Google understand the relationships between different locations and entities within the business chain. Additionally, ensuring that the website's content is accurate and up-to-date could also help to improve the accuracy of Google's understanding of the business chain.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

This holds data specific to business chain features.

Attributes

  • canonicalGconcepts (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCanonicalGConceptProto.t), default: nil) - Canonical GConcepts describe the ideal state of the GConcepts of this business chain's members.

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.GeostoreBusinessChainProto{
  canonicalGconcepts:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreCanonicalGConceptProto.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.