SocialCommonSearchLinkData

AI Overview😉

  • Potential purpose of module: This module, SocialCommonSearchLinkData, appears to be responsible for processing and storing metadata related to search links, specifically those linked to Knowledge Graph (KG) entities. Its purpose is to provide additional context and scoring information to help Google's algorithm understand the relevance and importance of these links.
  • Impact on search results: This module could impact search results by influencing the ranking and display of search links, particularly those related to KG entities. The kgEntityConfidence and queryBroadnessScore attributes may be used to adjust the scoring and visibility of these links, potentially promoting more relevant or authoritative results. This could lead to a more diverse and informative set of search results.
  • Optimization strategies for websites: To be more favorable for this function, websites could focus on creating high-quality, informative content that is closely related to KG entities. This might include using relevant keywords, providing accurate and up-to-date information, and structuring content in a way that is easily crawlable and understandable by Google's algorithm. Additionally, ensuring that links to KG entities are properly formatted and easily accessible could also improve the website's visibility and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

SearchLink metadata, for SEARCH_LINK segments. For a search link, the "text" field should contain the display text. This is currently not indexed.

Attributes

  • kgEntityConfidence (type: number(), default: nil) - For lightweight scoring in serving time.
  • mid (type: String.t, default: nil) - MID of the KG entity being linked.
  • queryBroadnessScore (type: number(), 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.SocialCommonSearchLinkData{
  kgEntityConfidence: number() | nil,
  mid: String.t() | nil,
  queryBroadnessScore: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.