IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata

AI Overview😉

  • Potential purpose of module: This module, IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata, appears to be responsible for tracking the history of links between documents, including when they were first seen and last validated. This information can help Google's algorithm understand the relationships between pages and ensure that they are accurately represented in search results.
  • Impact on search results: This module could impact search results by influencing how Google's algorithm evaluates the relevance and authority of pages based on their linking patterns. For example, if a page has a high number of validated links to other reputable sources, it may be considered more trustworthy and relevant, potentially improving its search ranking. Conversely, if a page has many unverified or broken links, it may be seen as less reliable and potentially demoted in search results.
  • Optimization strategies: To be more favorable to this function, a website could focus on building high-quality, relevant links to other trusted sources, and ensure that these links are regularly validated and updated. This could involve regular audits of outbound links, removing broken or outdated links, and actively seeking out opportunities to link to authoritative sources. Additionally, using schema markup and other structured data formats can help Google's algorithm better understand the relationships between pages and improve the accuracy of link validation.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information derived from alexandria when processing the cross-link validation (e.g. when this was done the last time, or when we started to see the outlink for the first time).

Attributes

  • firstSeenMs (type: String.t, default: nil) - When was the first time a link seen. Defaults to last crawled timestamp.
  • lastVerifiedMs (type: String.t, default: nil) - When was the last time a link validated. Validation is the process of (re)reading the relevant information for a linked document from its respective row in the document table. Data needed for understanding the correctness of the cluster is copied over to have it available locally.

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.IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata{
    firstSeenMs: String.t() | nil,
    lastVerifiedMs: 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.