IndexingDocjoinerAnchorTrustedInfo

AI Overview😉

  • The potential purpose of this module is to evaluate the trustworthiness of a website based on the anchor text it uses, and to identify potential spammy behavior. It appears to analyze the anchor text of a website and compare it to known spam patterns, assigning a score based on the similarity.
  • This module could impact search results by downranking websites that use spammy anchor text, and upranking websites that use trusted and legitimate anchor text. This could help to improve the overall quality of search results by reducing the visibility of spammy or low-quality websites.
  • A website may change things to be more favorable for this function by using high-quality, descriptive, and relevant anchor text that is not similar to known spam patterns. This could involve using anchor text that accurately describes the content of the linked page, and avoiding the use of overly promotional or misleading anchor text. Additionally, websites may want to ensure that their anchor text is diverse and not repetitive, as this could be seen as a sign of spammy behavior.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message summarized anchors of one trusted site.

Attributes

  • matchedScore (type: number(), default: nil) - Difference in KL-divergence from spam and non-spam anchors. Value >0 indicate that anchor text from this trusted source is similar to anchors classified as spam which means that spammy anchors are legitimate.
  • matchedScoreInfo (type: list(String.t), default: nil) - Detailed debug information about computation of trusted anchors match. Populated only when --anchorspam_penalizer_debug=true
  • phrasesScore (type: number(), default: nil) - Count of anchors classified as spam using anchor text.
  • site (type: String.t, default: nil) - Site name from anchor.source().site().
  • text (type: list(String.t), default: nil) - Tokenized text of all anchors from the site.
  • trustedScore (type: number(), default: nil) - Fraction of pages with newsy anchors on the site, >0 for trusted sites.

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.IndexingDocjoinerAnchorTrustedInfo{
  matchedScore: number() | nil,
  matchedScoreInfo: [String.t()] | nil,
  phrasesScore: number() | nil,
  site: String.t() | nil,
  text: [String.t()] | nil,
  trustedScore: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.