IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Message describing where was the link discovered and with what language annotation.

Attributes List

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

View Attributes

Attributes

  1. anchorText (type: String.t, default: nil)
    - Optional field for storing the anchor text the language code was extracted from. Applies to outlinks only.
  2. annotationSource (type: String.t, default: nil)
    - Information about where the language code was extracted from.
  3. languageCode (type: String.t, default: nil)
    - Language code extracted from the URL (hreflang or outlink). One URL can represent multiple language codes, like e.g. de-at and de-ch
  4. sourceFeedUrl (type: String.t, default: nil)
    - Optional field that stores the feed URL where a Sitemap annotation was discovered. Only populated if annotation_source is SITEMAP.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo{
anchorText: String.t() | nil,
annotationSource: String.t() | nil,
languageCode: String.t() | nil,
sourceFeedUrl: String.t() | nil
}

Function

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

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