AssistantVerticalsCommonContactMatchSignal

AI Overview😉

  • The potential purpose of this module is to measure the similarity between a user's search query and the contact information of a business or entity, such as a phone number or email address. This could help Google determine the relevance of a search result to the user's query, particularly in cases where the user is searching for a specific business or trying to get in touch with someone.
  • This module could impact search results by promoting websites that have clear and accurate contact information, making it easier for users to find the contact details they need. This could also lead to more personalized search results, as Google would be able to better understand the user's intent and provide more relevant results. Additionally, this module could help to reduce the visibility of websites with incomplete or inaccurate contact information, which could improve the overall quality of search results.
  • A website may change things to be more favorable for this function by ensuring that their contact information is accurate, up-to-date, and easily accessible on their website. This could include adding a clear and prominent "Contact Us" page, including a phone number and email address in the website's footer or header, and using schema markup to highlight contact information in search engine results pages (SERPs). By making it easy for Google to find and understand their contact information, a website can increase its chances of being promoted in search results and improve the user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Neural contact match signals.

Attributes

  • matchScore (type: number(), default: nil) - Neural contact match similarity score.

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.AssistantVerticalsCommonContactMatchSignal{
    matchScore: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.