SocialGraphApiProtoSearchProfileEducation

AI Overview😉

  • The potential purpose of this module is to gather and analyze information about a user's educational background, including the institutions they attended, their field of study, and the duration of their education. This information can be used to better understand the user's expertise, credibility, and interests.
  • This module could impact search results by influencing the ranking of websites and content created by individuals with relevant educational backgrounds. For example, if a user searches for information on a specific topic, the search engine may prioritize results from websites or authors with a strong educational background in that field. This could lead to more accurate and trustworthy results.
  • To be more favorable for this function, a website could: Clearly display information about the author's educational background and expertise. Provide detailed information about the author's field of study and relevant experience. Ensure that the website's content is well-researched and accurate, demonstrating the author's expertise. Consider adding schema markup to highlight the author's educational background and credentials.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Wraps information about a user's eductational background.

Attributes

  • endTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) -
  • fieldOfStudy (type: list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t), default: nil) -
  • institution (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.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.SocialGraphApiProtoSearchProfileEducation{
    endTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
    fieldOfStudy:
      [
        GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t()
      ]
      | nil,
    institution:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.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.