LocalWWWInfoPhone

AI Overview😉

  • The potential purpose of this module is to extract and store phone number information associated with a website or business, possibly to improve local search results and provide users with accurate contact information.
  • This module could impact search results by influencing the ranking of local businesses and websites that have accurate and consistent phone number information. It may also affect the display of phone numbers in search results, such as in Google My Business listings or knowledge panels.
  • To be more favorable for this function, a website may ensure that their phone number is consistently displayed across the web, including on their website, social media profiles, and online directories. They may also verify their phone number through Google My Business and ensure that it is accurate and up-to-date.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • phoneFprint (type: String.t, default: nil) -
  • phoneNumber (type: GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber.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.LocalWWWInfoPhone{
  phoneFprint: String.t() | nil,
  phoneNumber: GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.