IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData

AI Overview😉

  • The potential purpose of this module is to analyze the content and structure of a webpage, specifically looking at the language of the content, the canonical status of the URL, and the outgoing links to other languages or regions. This helps Google understand the page's relevance and relationships to other pages.
  • This module could impact search results by influencing how Google ranks pages with similar content in different languages or regions. It may prioritize pages that are correctly marked as canonical, have accurate language detection, and provide useful outgoing links to other relevant pages. This could lead to more accurate and relevant search results for users searching in different languages or regions.
  • To be more favorable for this function, a website could:
    • Ensure accurate language detection and marking of content language
    • Correctly implement canonical URLs to avoid duplicate content issues
    • Provide useful and relevant outgoing links to other language or region-specific pages
    • Ensure crawlability and accessibility of pages to facilitate accurate crawling and indexing

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about the URLs being validated.

Attributes

  • contentLanguage (type: String.t, default: nil) - The detected on-page content language of the document.
  • crawlStatus (type: String.t, default: nil) -
  • crawlTimestampSeconds (type: integer(), default: nil) - The timestamp of the last crawl attempt from crawl_timestamp column.
  • isCanonical (type: boolean(), default: nil) - Whether the URL being validated is canonical at the time of processing.
  • outgoingLinkData (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink.t), default: nil) - Repeated field for data about the outgoing hreflang links that appear in the document that the currently processed URL refers to.

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.IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData{
    contentLanguage: String.t() | nil,
    crawlStatus: String.t() | nil,
    crawlTimestampSeconds: integer() | nil,
    isCanonical: boolean() | nil,
    outgoingLinkData:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.