IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData

AI Overview😉

  • The potential purpose of this module is to track and store information about duplicate URLs (IndexingDups) that are clustered together based on their localized content. This module seems to be responsible for storing metadata about these duplicate URLs, such as the source of the annotation, the crawl timestamp, and the URL itself.
  • This module could impact search results by influencing the ranking of duplicate URLs. For instance, if a URL has a more recent crawl timestamp, it may be considered more relevant and therefore ranked higher in search results. Additionally, the annotation source and localized content may also play a role in determining the relevance and ranking of these duplicate URLs.
  • To be more favorable for this function, a website may focus on ensuring that their duplicate URLs are properly annotated and have recent crawl timestamps. This could be achieved by implementing a robust URL structure, using canonical URLs, and providing clear and consistent annotation metadata. Additionally, websites may want to ensure that their localized content is accurate and up-to-date, as this could also impact the ranking of their duplicate URLs.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • annotationSource (type: String.t, default: nil) -
  • crawlTimestamp (type: integer(), default: nil) - If set, represents the crawl timestamp. If not set, there is no known crawl timestamp for that url.
  • url (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.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData{
    annotationSource: String.t() | nil,
    crawlTimestamp: integer() | nil,
    url: 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.