AnchorsRedundantAnchorInfo

AI Overview😉

  • The potential purpose of this module is to prevent spamming or flooding of anchors (links) from a single domain, ensuring that search results are diverse and not dominated by a single source. It does this by dropping redundant anchors from a domain if a large number are received.
  • This module could impact search results by reducing the visibility of websites that use aggressive linking strategies or have a large number of anchors from a single domain. This could lead to a more balanced and diverse set of search results, but may also potentially penalize websites that rely heavily on anchors from a single domain.
  • To be more favorable to this function, a website could focus on building high-quality, diverse backlinks from multiple domains, rather than relying on a large number of anchors from a single domain. This could involve creating content that is attractive to a wide range of websites and building relationships with other websites to secure natural, diverse links.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 3

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

NOTE: in docjoins, the following anchor sampling information is only ## available in the first record of a document (under the same docid). The total number of redundant anchors dropped per (domain, text) in linkextractor. If we receive a large number of anchors from a particular domain, then we'll throw out all but a sampling of them from that domain. The data is sorted by the (domain,text) pairs. This field is not populated by Alexandria, which uses cdoc.anchor_stats instead.

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.AnchorsRedundantAnchorInfo{
  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.