QualityShoppingShoppingAttachmentMokaFacetValue

AI Overview😉

  • The potential purpose of this module is to help Google understand and evaluate the quality and relevance of product information on e-commerce websites, particularly in relation to shopping searches. It appears to be focused on extracting and processing specific product attributes, such as facets and measures, to provide a more accurate and helpful shopping experience for users.
  • This module could impact search results by influencing the ranking and visibility of product pages in Google Shopping searches. Websites that provide high-quality, relevant, and accurately attributed product information may be rewarded with higher rankings and increased visibility, while those with poor or incomplete information may be demoted. This could also affect the display of product snippets and other features in search results.
  • To be more favorable for this function, a website could ensure that its product pages provide complete, accurate, and structured data for relevant attributes, such as product facets and measures. This may involve implementing schema markup, using standardized product information templates, and regularly updating and refining product data to ensure it is consistent and trustworthy. Additionally, websites could focus on providing high-quality, relevant, and user-friendly product information to improve the overall shopping experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Moka product attribute facet (go/gx).

Attributes

  • facetId (type: String.t, default: nil) -
  • measureValue (type: float(), default: nil) -
  • tagId (type: String.t, 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.QualityShoppingShoppingAttachmentMokaFacetValue{
    facetId: String.t() | nil,
    measureValue: float() | nil,
    tagId: 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.