SocialGraphApiProtoSearchProfileSocialLink

AI Overview😉

  • The potential purpose of this module is to associate a user's search query with their social media profiles and connections, allowing Google to better understand the user's search intent and preferences. This could help personalize search results and improve the relevance of the content displayed.
  • This module could impact search results by influencing the ranking of websites and content based on the user's social connections and profiles. For example, if a user is searching for a topic and has a social connection who is an expert in that field, Google may prioritize content from that expert in the search results. This could lead to more personalized and relevant search results.
  • To be more favorable for this function, a website could focus on building a strong social media presence and encouraging users to share their content on social platforms. Additionally, websites could use schema markup to provide Google with more information about their authors and contributors, making it easier for Google to associate the content with specific social profiles. This could help increase the website's visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Wraps social profile information about the user.

Attributes

  • link (type: String.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.SocialGraphApiProtoSearchProfileSocialLink{
    link: String.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.