IndexingDupsLocalizedLocalizedClusterCluster

AI Overview😉

  • The potential purpose of this module is to group similar search results together based on language and region, and to filter out duplicates from the same cluster to provide a more diverse set of results to the user.
  • This module could impact search results by reducing the number of duplicate results from the same source, and by promoting results that are more relevant to the user's language and region. This could lead to a more diverse and localized set of search results.
  • A website may change things to be more favorable for this function by using language and region-specific URLs, meta tags, and content that is tailored to specific languages and regions. This could help the website to be correctly identified and clustered by the algorithm, and to increase its visibility in search results for users in specific languages and regions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • clusterId (type: String.t, default: nil) - The cluster id, a unique int64 id for the cluster.
  • clusterType (type: String.t, default: nil) -
  • deprecatedDebugInfo (type: list(String.t), default: nil) - Debug Info being attached to each cluster, to understand how it was created. That info is stored in Alexandria, but not available during serving.
  • filteringEnabled (type: boolean(), default: nil) - Indicates that filtering can be applied on the category (if many results of one cluster show up on the SERP, only one should be kept).
  • language (type: String.t, default: nil) - The language as represented by the URL, e.g. 'use this document on the cluster for German queries'.
  • regionCode (type: integer(), default: nil) - Same as language, except for the country. This is the Stable Region Code. This value may be UNKNOWN even though the URL region code is known, namely when the known region code was the main region for the language and for that language no other region is specified (e.g. de-DE being the only german variation). Unknown Region Code
  • urlRegionCode (type: integer(), default: nil) - Similar to region_code, but always has the value filled in if known. Unknown Region Code

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.IndexingDupsLocalizedLocalizedClusterCluster{
    clusterId: String.t() | nil,
    clusterType: String.t() | nil,
    deprecatedDebugInfo: [String.t()] | nil,
    filteringEnabled: boolean() | nil,
    language: String.t() | nil,
    regionCode: integer() | nil,
    urlRegionCode: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.