RepositoryWebrefEntityLinkSource

AI Overview😉

  • The potential purpose of this module is to analyze the co-occurrence of entities in search results, assigning a score to each entity based on how likely they are to appear together with the main entity. This helps Google understand the relationships between entities and provide more relevant search results.
  • This module could impact search results by influencing the ranking of web pages that mention multiple entities. Web pages with entities that are more likely to co-occur with the main entity may be ranked higher, as they are considered more relevant and informative. This could lead to more accurate and comprehensive search results.
  • To be more favorable for this function, a website could focus on creating high-quality, informative content that naturally mentions related entities. This could include using relevant keywords, providing context and explanations, and linking to other reputable sources that discuss the same entities. Additionally, optimizing internal linking structures and ensuring clear entity relationships within the content could also help improve the score and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 2

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

All link data for a given source.

Attributes

  • kgProperty (type: String.t, default: nil) - KG-property if the SourceType is associated with a KG-property (TOPIC_PROPERTY, NEW_TOPIC_PROPERTY).
  • score (type: number(), default: nil) - Score in [0, \infty) that represents how relatively likely it is to see that entity cooccurring with the main entity (in the entity join). A value of 1.0 means that the two entities are basically independent. The higher the more likely (relatively to the individual entity probabilities) they are to cooccur.
  • 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.RepositoryWebrefEntityLinkSource{
  kgProperty: String.t() | nil,
  score: number() | 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.