SocialGraphApiProtoSearchProfileWorkplace

AI Overview😉

  • The potential purpose of this module is to gather and store information about a user's work history, specifically the company they work for and the duration of their employment. This information can be used to build a social graph, which is a map of relationships between individuals and organizations.
  • This module could impact search results by allowing Google to personalize search results based on a user's professional background and connections. For example, if a user searches for a topic related to their current or past industry, Google may prioritize results from sources within their professional network. This could also influence the ranking of results, with content from trusted sources within the user's social graph receiving a boost.
  • A website may change things to be more favorable for this function by making it easy for users to share their work history and professional connections on their website. This could include features such as employee profiles, company directories, or industry-specific forums. Additionally, websites that provide high-quality, industry-specific content may be seen as trusted sources within a user's social graph, which could improve their search ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Wraps information about a user working at a specific place.

Attributes

  • company (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t, default: nil) -
  • endTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) -
  • startTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.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.SocialGraphApiProtoSearchProfileWorkplace{
    company:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t()
      | nil,
    endTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
    startTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.