QualityProductProductSiteDataLocaleData

AI Overview😉

  • The potential purpose of this module is to determine the relevance and trustworthiness of a website for a specific search query, particularly for category-based searches. It seems to be evaluating the site's domain and locale to decide whether to "boost" its ranking or not.
  • This module could impact search results by influencing the ranking of websites that match the search query. If a site is deemed a "gobi site" (likely a trusted or preferred domain), it may receive a ranking boost, making it more visible to users. Conversely, sites that don't meet the criteria may be demoted in the search results.
  • To be more favorable for this function, a website may want to ensure that its domain is recognized as a trusted or preferred domain (gobi site) for its relevant categories. This could involve establishing a strong brand presence, creating high-quality content, and optimizing the site's structure and markup to clearly indicate its relevance to specific categories. Additionally, ensuring accurate and consistent locale information may also help the site to be more favorably evaluated by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 3

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

Data for one locale.

Attributes

  • boostFactor (type: number(), default: nil) - Site boosting multiplier.
  • gobiSite (type: boolean(), default: nil) - Whether this is a gobi site, ie, a site from a gobi domain that should be boosted for a category query with this gobi domain. For example, amazon.com is a gobi store domain for category query [hdtv] but some sites (like askville.amazon.com) from amazon.com should not be boosted.
  • locale (type: String.t, default: nil) - Locale for this data.

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.QualityProductProductSiteDataLocaleData{
    boostFactor: number() | nil,
    gobiSite: boolean() | nil,
    locale: 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.