QualityShoppingShoppingAttachmentLocale

AI Overview😉

  • The potential purpose of this module is to identify and process the language and region of a website or content, likely to provide more accurate and relevant search results for users searching in specific languages or regions.
  • This module could impact search results by influencing the ranking of websites based on their language and region, potentially promoting more localized and relevant content to users. It may also help to filter out content that is not relevant to a user's language or region.
  • To be more favorable for this function, a website may want to ensure that it clearly indicates its language and region through metadata, such as HTML language tags, region-specific URLs, or structured data markup. Additionally, providing high-quality, localized content that is relevant to specific languages and regions may also improve a website's chances of being favored by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • languageId (type: integer(), default: nil) - Use integers for fast scoring. Note: 26 is UNKNOWN_LANGUAGE_ID, 0 is UNKNOWN region, see i18n::languages::Language and StableInternalRegionconverter Use -1 as default for both.
  • regionId (type: integer(), 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.QualityShoppingShoppingAttachmentLocale{
    languageId: integer() | nil,
    regionId: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.