AppsPeopleOzExternalMergedpeopleapiStructuredPhoneShortCode

AI Overview😉

  • The potential purpose of this module is to extract and process phone number information, including short codes and country codes, from web pages or user data. This could be used to improve search results related to businesses, contacts, or location-based searches.
  • This module could impact search results by allowing Google to better understand the context and relevance of phone numbers mentioned on web pages. This could lead to more accurate search results for queries related to businesses, contacts, or location-based searches. For example, a search for "pizza delivery near me" could return more relevant results if Google can accurately extract and understand the phone numbers associated with nearby pizza places.
  • A website may change things to be more favorable for this function by ensuring that phone numbers are accurately and consistently formatted on their web pages. This could include using standardized formats for phone numbers, such as including the country code and separating the short code from the rest of the number. Additionally, websites could provide clear and concise information about their business hours, location, and contact information to help Google better understand the context of the phone number.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • code (type: String.t, default: nil) - The phone code. See docs from mirrored proto: http://google3/ccc/grand_central/common/types.proto?l=70&rcl=241000760
  • countryCode (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.AppsPeopleOzExternalMergedpeopleapiStructuredPhoneShortCode{
    code: String.t() | nil,
    countryCode: 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.