GeostoreSocialReferenceProto

AI Overview😉

  • The potential purpose of this module is to associate a business or location with a unique identifier (GAIA ID) that can be used to verify its authenticity and connect it to its online presence. This module seems to be focused on geostore social references, which suggests it's related to location-based searches and online directories.
  • This module could impact search results by influencing the ranking and visibility of businesses or locations in local search results. For example, if a business has a verified GAIA ID, it may be considered more trustworthy and relevant, leading to a higher ranking in search results. Conversely, if a business lacks a verified GAIA ID, it may be demoted in search results or flagged as unverified.
  • To be more favorable for this function, a website may want to ensure that their online presence is accurately and consistently represented across different directories and platforms. This could include claiming and verifying their business listing on Google My Business, as well as ensuring that their NAP (name, address, phone number) is consistent across the web. Additionally, websites may want to focus on building a strong online reputation by encouraging customers to leave reviews and ratings, which could also be used to verify their authenticity.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

MapFacts GAIA ID assigned to this feature. These values are virtual GAIA IDs from MapFacts, and as such are not stored in Focus.

Attributes

  • baseGaiaId (type: String.t, default: nil) - WARNING: Please do NOT introduce new uses; treat this field as if it were deprecated.
  • claimedGaiaId (type: String.t, default: nil) - GAIA ID used when a business has been claimed. This value is a robot GAIA ID. Robots are a special type of GAIA account used to denote identity for a user or a group of users, but are not logged-in directly by a user.
  • gaiaIdForDisplay (type: String.t, default: nil) - WARNING: Please do NOT introduce new uses; treat this field as if it were deprecated.

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.GeostoreSocialReferenceProto{
  baseGaiaId: String.t() | nil,
  claimedGaiaId: String.t() | nil,
  gaiaIdForDisplay: 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.