IndexingConverterLocalizedAlternateName

AI Overview😉

  • Potential purpose of module in simple language: This module appears to be responsible for processing and storing information about alternate names or versions of a webpage, specifically those that are localized for different languages or regions. It seems to be part of Google's indexing process, helping to identify and organize webpage variants.
  • How it could impact search results: This module could impact search results by influencing how Google handles multilingual or region-specific content. It may help Google to: (a) identify and prioritize the most relevant version of a webpage for a user's search query, (b) provide more accurate search results by considering language and region-specific factors, and (c) improve the overall user experience by serving content that is tailored to their language and location.
  • How a website may change things to be more favorable for this function: To be more favorable for this module, a website could: (a) use clear and consistent language and region codes in their webpage metadata, (b) provide accurate and up-to-date sitemap files that include language and region-specific URLs, (c) use hreflang tags to specify alternate versions of a webpage, and (d) ensure that their website's structure and content are optimized for multilingual and region-specific search queries.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • annotationSource (type: String.t, default: nil) -
  • deviceMatchInfo (type: String.t, default: nil) - Device match info calculated only by URL pattern.
  • ecnFp (type: String.t, default: nil) - Fp96 of webmirror ECN as of the last time the canonical was processed.
  • feedUrl (type: String.t, default: nil) - Populated if annotation_source is SITEMAP.
  • language (type: String.t, default: nil) -
  • parsedLanguage (type: String.t, default: nil) - Parsed language and region code from language field.
  • parsedRegion (type: integer(), default: nil) -
  • url (type: String.t, default: nil) -
  • urlEncoding (type: integer(), default: nil) - see webutil/urlencoding

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.IndexingConverterLocalizedAlternateName{
    annotationSource: String.t() | nil,
    deviceMatchInfo: String.t() | nil,
    ecnFp: String.t() | nil,
    feedUrl: String.t() | nil,
    language: String.t() | nil,
    parsedLanguage: String.t() | nil,
    parsedRegion: integer() | nil,
    url: String.t() | nil,
    urlEncoding: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.