IndexingDupsLocalizedLocalizedClusterTargetLink

AI Overview😉

  • The potential purpose of this module is to identify and process localized URLs that are linked to from a document, allowing Google to understand the relationships between different language versions of a webpage. This helps Google to provide more accurate search results for users searching in different languages.
  • This module could impact search results by influencing the ranking of multilingual websites. If a website has properly implemented localized URLs and linked them correctly, it may improve the website's visibility in search results for users searching in different languages. On the other hand, if a website has inconsistent or missing localized URLs, it may negatively impact its search engine ranking.
  • To be more favorable for this function, a website can ensure that it has a clear and consistent structure for localized URLs, with proper linking between different language versions. This can be achieved by using hreflang tags, canonical URLs, and structured data to indicate the relationships between different language versions of a webpage. Additionally, websites can ensure that their localized content is high-quality, relevant, and regularly updated to improve their search engine ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Message containing information about the localized URL linked to from this document in a localized-variation-context.

Attributes

  • linkData (type: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink.t, default: nil) -
  • metaData (type: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata.t, default: nil) -
  • targetDocData (type: GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData.t, default: nil) -
  • validationStatus (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.IndexingDupsLocalizedLocalizedClusterTargetLink{
    linkData:
      GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink.t()
      | nil,
    metaData:
      GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata.t()
      | nil,
    targetDocData:
      GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData.t()
      | nil,
    validationStatus: 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.