LocalWWWInfoWrapptorItem

AI Overview😉

  • The potential purpose of this module is to verify the legitimacy and accuracy of a business's online presence by storing and comparing fingerprints of its address and phone number. This helps Google to identify and trust businesses with consistent and up-to-date online information.
  • This module could impact search results by promoting businesses with consistent and accurate online information, while demoting those with inconsistent or outdated information. This could lead to more trustworthy and relevant search results, especially for local searches where accurate business information is crucial.
  • To be more favorable for this function, a website can ensure that its business information is consistent and up-to-date across all online platforms, including its website, Google My Business listing, and other directories. This includes regularly updating its address and phone number to ensure accuracy and consistency.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A single WrapptorItem, with a business name, an address and a phone number. We keep only the fingerprints of address and phone number. The full address and phone protos will be elsewhere within LocalWWWInfo.

Attributes

  • addrFprint (type: String.t, default: nil) -
  • bizName (type: String.t, default: nil) -
  • phoneFprint (type: String.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.LocalWWWInfoWrapptorItem{
  addrFprint: String.t() | nil,
  bizName: String.t() | nil,
  phoneFprint: 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.