IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo

AI Overview😉

  • The potential purpose of this module is to prevent spamming or manipulation of search results by limiting the number of anchors (likely backlinks or references) from a single domain. It aims to maintain the quality and diversity of search results by reducing the impact of redundant or artificial anchors.
  • This module could impact search results by reducing the visibility or ranking of websites that rely heavily on redundant anchors from a single domain. This could lead to a more diverse set of search results, with less dominance by a single entity. Additionally, it may affect the ranking of websites that engage in anchor text manipulation or spamming.
  • To be more favorable for this function, a website could focus on acquiring high-quality, diverse backlinks from multiple domains, rather than relying on a large number of anchors from a single domain. This could involve creating high-quality, relevant content that attracts natural links from various sources, as well as avoiding manipulative link-building tactics.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

------------------------------------------------------------------------- The total number of redundant anchors dropped per (domain, text). If we receive a large number of anchors from a particular domain, then we'll throw out all but 200 of them from that domain. The data is sorted by the (domain, text) pairs. This is capped at 10,000 entries (if less, it will have the same number of elements as the above_limit count).

Attributes

  • anchorsDropped (type: String.t, default: nil) -
  • domain (type: String.t, default: nil) -
  • text (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.IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo{
    anchorsDropped: String.t() | nil,
    domain: String.t() | nil,
    text: 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.