AppsPeopleOzExternalMergedpeopleapiPhoneExtendedData

AI Overview😉

  • The potential purpose of this module is to extract and process phone number data from web pages, specifically in the context of Hangouts extension. This module appears to be designed to handle structured phone data, which could be used to improve the accuracy of phone number extraction and formatting.
  • This module could impact search results by allowing Google to better understand and extract phone number data from web pages, which could lead to more accurate and relevant search results for users searching for phone numbers or businesses. This could also enable Google to provide more accurate and complete business listings, including phone numbers.
  • To be more favorable for this function, a website could ensure that their phone number data is properly structured and formatted, using standardized formats such as schema.org markup. This could include using specific HTML tags or attributes to identify phone numbers, as well as providing clear and consistent formatting for phone numbers throughout the website. Additionally, websites could ensure that their phone number data is easily crawlable and accessible to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • structuredPhone (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhone.t, default: nil) - For use with Hangouts extension.

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.AppsPeopleOzExternalMergedpeopleapiPhoneExtendedData{
    structuredPhone:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhone.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.