NlpSemanticParsingLocalContactLocation

AI Overview😉

  • Potential purpose of module: This module appears to be responsible for extracting and understanding contact information related to a location, such as a business or organization. It aims to identify the contact person, their type (e.g., home, work), and other relevant details.
  • Impact on search results: This module could impact search results by providing more accurate and relevant information about a location's contact details. This might lead to better search results for queries like "contact information for [business name]" or "phone number of [location]". It could also help Google understand the context and relevance of contact information on a webpage, potentially improving the ranking of pages with clear and accurate contact details.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their contact information is:
    • Clearly and accurately presented on the webpage
    • Structured in a way that is easy for crawlers to understand (e.g., using schema.org markup)
    • Consistent across the website and other online platforms

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact information for the |contact_location| field in LocationElement.

Attributes

  • contact (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRecipient.t, default: nil) - Contact as a location.
  • contactType (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType.t, default: nil) - The type of contact address (home, work, etc).

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.NlpSemanticParsingLocalContactLocation{
    contact:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationRecipient.t()
      | nil,
    contactType:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.