RepositoryWebrefNameDebugInfoCandidateInfo

AI Overview😉

  • Potential purpose of module: This module, `RepositoryWebrefNameDebugInfoCandidateInfo`, appears to be a debugging tool that collects signals from a single query and a single candidate entity. It helps Google understand how well a specific entity (e.g., a webpage) matches a user's search query. The module assesses the relevance of the entity and provides a score, `resultEntityScore`, indicating how well it matches the query.
  • Impact on search results: This module could impact search results by influencing the ranking of entities (webpages) in response to a user's query. If an entity has a high `resultEntityScore`, it may be more likely to appear at the top of search results, as Google's algorithm deems it a strong match for the user's query. Conversely, entities with lower scores may be demoted in the search results.
  • Optimization for this function: To be more favorable for this function, a website could focus on creating high-quality, relevant content that closely matches the intent behind common search queries related to their topic. This might include: (1) using natural language and keywords that users are likely to search for, (2) ensuring that their content is well-structured and easy to understand, and (3) providing unique and valuable information that sets them apart from other entities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Collects signals from one query and one candidate. Next available tag: 9

Attributes

  • isMatchlessResultContext (type: boolean(), default: nil) - Whether the entity is purely from strong result entities, and is matchless in query annotation.
  • mid (type: String.t, default: nil) - Mid of the candidate entity or empty string for the full world.
  • name (type: String.t, default: nil) - Debug name of the entity (not usually populated).
  • resultEntityScore (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.RepositoryWebrefNameDebugInfoCandidateInfo{
    isMatchlessResultContext: boolean() | nil,
    mid: String.t() | nil,
    name: String.t() | nil,
    resultEntityScore: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.