IndexingDocjoinerAnchorStatisticsPerDupStats

AI Overview😉

  • The potential purpose of this module is to track and analyze anchor text data for a specific webpage or document, including the number of anchors, their type, and their redundancy. This helps Google understand the relevance and importance of a webpage in relation to other webpages.
  • This module could impact search results by influencing the ranking of a webpage based on the quality and relevance of its anchor text. Webpages with high-quality, diverse, and non-redundant anchor text may be considered more authoritative and relevant, leading to higher search engine rankings. Conversely, webpages with low-quality or redundant anchor text may be penalized.
  • To be more favorable to this function, a website can focus on creating high-quality, descriptive, and diverse anchor text that accurately reflects the content of the webpage. This can be achieved by:
    • Avoiding redundant or generic anchor text
    • Using descriptive and keyword-rich anchor text
    • Creating a natural and varied anchor text profile
    • Ensuring anchor text is relevant to the content of the webpage

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

------------------------------------------------------------------------- The total number of anchors collected per dupforwarding (including the canonical itself). Includes additional data about redundant and offdomain counts and the last timestamp it was collected from.

Attributes

  • anchorCount (type: integer(), default: nil) - Count of anchors kept from forwarding.
  • collectType (type: integer(), default: nil) - This is EcnCollectType in anchor-ecn-matcher.h for the latest ECN of this dup: - kCollectNormal = 0, // Normal collection. - kCollectUnforwarded = 1, // Forwarding leader docid match only. - kCollectWhitelisted = 2, // Collected anchors matching whitelist. - kCollectNone = 4 // Skipped ECN anchor cluster.
  • dupUrl (type: String.t, default: nil) - If missing, the same as the canonical.
  • offdomainAnchorCount (type: integer(), default: nil) - Count of offdomain anchors.
  • redundantAnchorCount (type: integer(), default: nil) - Count of redundant anchors.
  • scannedAnchorCount (type: integer(), default: nil) - The number of anchors being scanned from storage per dupforwarding.
  • timestamp (type: integer(), default: nil) - Walltime when this was scanned last.

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.IndexingDocjoinerAnchorStatisticsPerDupStats{
    anchorCount: integer() | nil,
    collectType: integer() | nil,
    dupUrl: String.t() | nil,
    offdomainAnchorCount: integer() | nil,
    redundantAnchorCount: integer() | nil,
    scannedAnchorCount: integer() | nil,
    timestamp: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.