AppsPeopleOzExternalMergedpeopleapiTagline

AI Overview😉

  • The potential purpose of this module is to extract and process metadata and a tagline or summary from a person's online profile, likely from Google's People API. This could be used to provide a brief description of a person in search results, such as a bio or a one-liner about their profession or expertise.
  • This module could impact search results by influencing how people-related searches are displayed and ranked. For example, if a person's tagline or summary is deemed relevant to the search query, it could improve their visibility in search results or even trigger a knowledge graph panel. Conversely, if the metadata is incomplete or inaccurate, it could negatively impact their search presence.
  • To be more favorable for this function, a website could ensure that its people-related content includes accurate and relevant metadata, such as a concise and descriptive tagline or summary. Additionally, using schema markup, such as Person or Author schema, could help Google's algorithm understand the context and relevance of the metadata, potentially improving its visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiTagline{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.