AppsPeopleOzExternalMergedpeopleapiNickname

AI Overview😉

  • The potential purpose of this module is to extract and process nickname information from search queries or web pages, likely to improve personalized search results or people-related searches.
  • This module could impact search results by influencing the ranking of web pages or profiles that contain nickname information, potentially promoting more relevant or accurate results for people-related searches. It may also help Google understand relationships between nicknames and actual names, improving its knowledge graph.
  • To be more favorable for this function, a website may ensure that nickname information is accurately and consistently represented across their web pages, such as in author profiles, social media links, or about pages. They may also consider using schema markup to highlight nickname information, making it easier for Google to extract and understand.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (type: String.t, default: nil) -
  • value (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.AppsPeopleOzExternalMergedpeopleapiNickname{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: String.t() | nil,
    value: 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.