IndexingDocjoinerAnchorPhraseSpamInfo

AI Overview😉

  • The potential purpose of this module is to identify and penalize websites that use spammy anchor phrases in their links. Anchor phrases are the text used to link to another webpage. This module aims to detect a sudden spike in the use of spammy anchor phrases and demote or penalize the website accordingly.
  • This module could impact search results by demoting websites that use spammy anchor phrases, making them less visible to users. This could lead to a better user experience as users are less likely to encounter spammy or low-quality content. Additionally, this module could help to prevent manipulation of search results through the use of spammy anchor phrases.
  • To be more favorable to this function, a website could ensure that its anchor phrases are natural, descriptive, and relevant to the content they are linking to. Avoiding the use of repetitive, keyword-stuffed, or misleading anchor phrases could help to prevent being flagged as spammy. Additionally, websites could focus on creating high-quality, user-centric content that earns links naturally, rather than trying to manipulate search results through the use of spammy anchor phrases.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Following signals identify spike of spammy anchor phrases. Anchors created during the spike are tagged with LINK_SPAM_PHRASE_SPIKE.

Attributes

  • phraseAnchorSpamCount (type: number(), default: nil) - How many spam phrases found in the anchors among unique domains.
  • phraseAnchorSpamDays (type: number(), default: nil) - Over how many days 80% of these phrases were discovered.
  • phraseAnchorSpamDemoted (type: integer(), default: nil) - Total number of demoted anchors.
  • phraseAnchorSpamEnd (type: integer(), default: nil) - Time when anchor spam spike ended with padding.
  • phraseAnchorSpamFraq (type: number(), default: nil) - Spam phrases fraction of all anchors of the document.
  • phraseAnchorSpamPenalty (type: number(), default: nil) - Combined penalty for anchor demotion.
  • phraseAnchorSpamProcessed (type: integer(), default: nil) - Total number of observed anchors.
  • phraseAnchorSpamRate (type: number(), default: nil) - Average daily rate of spam anchor discovery.
  • phraseAnchorSpamStart (type: integer(), default: nil) - Time when anchor spam spike started with padding.

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.IndexingDocjoinerAnchorPhraseSpamInfo{
    phraseAnchorSpamCount: number() | nil,
    phraseAnchorSpamDays: number() | nil,
    phraseAnchorSpamDemoted: integer() | nil,
    phraseAnchorSpamEnd: integer() | nil,
    phraseAnchorSpamFraq: number() | nil,
    phraseAnchorSpamPenalty: number() | nil,
    phraseAnchorSpamProcessed: integer() | nil,
    phraseAnchorSpamRate: number() | nil,
    phraseAnchorSpamStart: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.