AppsPeopleOzExternalMergedpeopleapiOccupation

AI Overview😉

  • The potential purpose of this module is to extract and process information about a person's occupation from their online presence, likely for use in search results or people search features. This could help Google better understand a person's identity, expertise, or relevance to specific topics.
  • This module could impact search results by influencing the ranking or relevance of content related to a person's occupation or expertise. For example, if a person is a well-known expert in a particular field, their occupation information could help Google surface their content more prominently in search results. Conversely, if a person's occupation is not clearly established, their content may be ranked lower or considered less relevant.
  • To be more favorable to this function, a website could ensure that occupation information is clearly and consistently presented across online platforms, such as LinkedIn profiles, personal websites, or social media bios. This could include using standardized occupation titles, providing detailed descriptions of work experience, and maintaining up-to-date information. Additionally, websites could use schema markup or other structured data formats to help Google more easily extract and understand occupation-related information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOccupation (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.AppsPeopleOzExternalMergedpeopleapiOccupation{
    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.