IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo

AI Overview😉

  • Potential purpose of module in simple language: This module appears to be responsible for extracting and storing language-related information from URLs, such as the language code and anchor text, to help Google understand the content and relevance of a webpage in different languages.
  • How it could impact search results: This module could impact search results by influencing how Google ranks and displays multilingual content. It may help Google to: - Identify and prioritize content in the user's preferred language - Improve the accuracy of language-specific search results - Enhance the relevance of search results for users searching in multiple languages
  • How a website may change things to be more favorable for this function: To be more favorable for this module, a website could: - Use hreflang tags to specify language and region variations of their content - Provide accurate and consistent language annotations in their sitemap and URLs - Ensure that their content is easily crawlable and accessible to Google's algorithms - Consider using multilingual SEO best practices to optimize their content for different languages and regions

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

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

Attributes

  • anchorText (type: String.t, default: nil) - Optional field for storing the anchor text the language code was extracted from. Applies to outlinks only.
  • annotationSource (type: String.t, default: nil) - Information about where the language code was extracted from.
  • 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
  • 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.

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.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo{
    anchorText: String.t() | nil,
    annotationSource: String.t() | nil,
    languageCode: String.t() | nil,
    sourceFeedUrl: 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.