AppsPeopleOzExternalMergedpeopleapiRelationshipStatus

AI Overview😉

  • Potential purpose of module:

    This module appears to be related to people search and relationship status, potentially used to extract information about individuals and their relationships from the web. It may help Google understand the context and relevance of search results involving people.

  • Impact on search results:

    This module could impact search results by influencing the ranking of pages that mention individuals and their relationships. It may prioritize results that provide accurate and relevant information about people, their connections, and relationships. This could lead to more personalized and informative search results, especially for queries involving people's names or relationships.

  • Optimization for this function:

    To be more favorable for this function, a website could:

    • Use structured data to mark up information about individuals, such as schema.org's Person type, to help Google understand the context and relationships.
    • Provide accurate and up-to-date information about people and their relationships.
    • Use natural language and clear formatting to make it easy for Google to extract relevant information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Deprecated in b/122464133. No data returned for this field.

Attributes

  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (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.AppsPeopleOzExternalMergedpeopleapiRelationshipStatus{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: 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.