IndexingDupsLocalizedLocalizedCluster

GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedCluster


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. boostSourceBlocker (type: boolean(), default: nil)
    - Defined as a source-blocker, a result which can be a boost target but should itself not be boosted (e.g. roboted documents). For more details on source and target blocking, please read through the code for quality/twiddler/impls/PROTECTED/local_result_twiddler_v2.cc
  2. cluster (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterCluster), default: nil)
    -
  3. deprecatedHreflangInfo (type: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo, default: nil)
    - Since July 2014 those two fiels are no longer populated, the data is stored in the TargetLinkSets instead. The deprecated fields contain values only for docs which have not been processed since July 2014.
  4. deprecatedOutlinksInfo (type: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo, default: nil)
    -
  5. documentLanguage (type: String.t, default: nil)
    - The language of this document (as detected by on-page language detection, not influenced by external anchor signals or other indirect conclusions).
  6. sitedupRuleId (type: list(String.t), default: nil)
    - The list of Sitedup rule IDs for this specific URL. The value is only populated if the URL has at least one localized cluster fulfilling the following conditions: - spans more than one host - does not have filtering enabled due to other input (e.g. due to being a hreflang cluster).
  7. warningMessage (type: list(String.t), default: nil)
    - A warning indicator that a problem has occurred, e.g. cross-domain links being filtered early. The warning is just presented for debugging purposes.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedCluster{
boostSourceBlocker: boolean() | nil,
cluster: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterCluster.t() ] | nil,
deprecatedHreflangInfo: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo.t() | nil,
deprecatedOutlinksInfo: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo.t() | nil,
documentLanguage: String.t() | nil,
hreflangTargetLink: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkSets.t() | nil,
inbodyTargetLink: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkSets.t() | nil,
outlinksTargetLink: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkSets.t() | nil,
sitedupRuleId: [String.t()] | nil,
warningMessage: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedCluster