IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo

AI Overview😉

  • The potential purpose of this module is to track and analyze the outgoing links from a document, including their modification history and validation status. This helps Google's algorithm to understand the document's relationships with other pages and potentially identify duplicate or clustered content.
  • This module could impact search results by influencing the ranking of documents based on their link profiles. For example, if a document has a high number of unvalidated outlinks, it may be seen as less trustworthy or relevant. On the other hand, documents with a high number of verified links to trusted sources may be considered more authoritative and rank higher.
  • To be more favorable for this function, a website could focus on building high-quality, relevant outgoing links to trusted sources, and ensure that their link structure is organized and easy to crawl. They could also regularly update and validate their links to demonstrate a commitment to maintaining accurate and useful content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

ClusterInfo no longer being populated (they are the 'old' version of storing meta-information only available in old not-reprocessed documents, all documents processed since July 2014 use the 'TargetLinkSet' instead.

Attributes

  • fpOutlinks (type: String.t, default: nil) - A fingerprint of all outlink-URLs of this document that have been used as algorithmic input.
  • lastModifiedInputTimestampMs (type: String.t, default: nil) - The last time the set of outgoing links of this document was modified. This is the input for our calculation.
  • lastProcessedOutputTimestampMs (type: String.t, default: nil) - The last time the cross-validation of the links was done. Between that last timestamp and now, only cached results have been used.
  • linkMember (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t), default: nil) - All verified members of the cluster (including recursive inclusions).
  • unvalidatedOutlink (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.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.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo{
    fpOutlinks: String.t() | nil,
    lastModifiedInputTimestampMs: String.t() | nil,
    lastProcessedOutputTimestampMs: String.t() | nil,
    linkMember:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t()
      ]
      | nil,
    unvalidatedOutlink:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.