RepositoryWebrefMentionEvalInfo

AI Overview😉

  • The potential purpose of this module is to evaluate the credibility and accuracy of a website or webpage by analyzing the mentions of it on the web. It assigns a weight and rating to each mention, with the rating indicating how correct or incorrect the mention is.
  • This module could impact search results by influencing the ranking of websites based on their credibility and accuracy. Websites with more correct mentions and higher ratings may be considered more trustworthy and relevant, and therefore ranked higher in search results. Conversely, websites with incorrect or low-rated mentions may be penalized and ranked lower.
  • To be more favorable for this function, a website may focus on:
    • Ensuring the accuracy and correctness of the information they provide.
    • Encouraging high-quality mentions and reviews from reputable sources.
    • Avoiding or correcting any incorrect or misleading information about themselves on the web.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • atmWeight (type: number(), default: nil) - Weight of the mention used in the ATM score.
  • rating (type: number(), default: nil) - The aggregate numerical rating of this mention. 0.0 means completely incorrect, and 1.0 completely correct.

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.RepositoryWebrefMentionEvalInfo{
  atmWeight: number() | nil,
  rating: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.