QualityProductProductSiteData

AI Overview😉

  • The potential purpose of this module is to gather and store data about product sites in different locales (languages and regions), which can help Google's algorithm to better understand the product offerings and availability of a website. This data can be used to improve the relevance and accuracy of search results, especially for product-related queries.
  • This module could impact search results by influencing the ranking of product-related websites based on their product offerings, availability, and relevance to the user's location and language. It may also affect the display of product information in search results, such as prices, reviews, and availability.
  • To be more favorable to this function, a website may ensure that their product data is accurately and consistently represented across different locales, and that their website is easily crawlable and indexable by Google. This can be achieved by using standardized product schema markup, providing clear and concise product information, and optimizing website structure and navigation for different languages and regions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Protocol message for data related to product sites. This data is stored as signals data in docjoins.

Attributes

  • locale (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityProductProductSiteDataLocaleData.t), default: nil) - Data for each locale.

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.QualityProductProductSiteData{
  locale:
    [
      GoogleApi.ContentWarehouse.V1.Model.QualityProductProductSiteDataLocaleData.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.