GeostorePriceInfoFoodNutritionFactsCaloriesFact

AI Overview😉

  • The potential purpose of this module is to provide a structured way to represent and store nutrition information, specifically calorie content, of food products. This allows Google to better understand and display relevant information to users searching for food-related queries.
  • This module could impact search results by allowing Google to provide more accurate and informative responses to users searching for nutrition-related information. For example, if a user searches for "calories in pizza", Google could display a more detailed and structured answer, including a range of calories (lower and upper bounds) and the unit of measurement.
  • To be more favorable for this function, a website could ensure that their nutrition information is structured and easily parseable by Google's algorithm. This could include using schema.org markup or other standardized formats to provide clear and concise nutrition data, such as calorie ranges and units of measurement. Additionally, websites could prioritize the accuracy and consistency of their nutrition information to increase the likelihood of Google displaying it in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message denotes calories information with an upper bound and lower bound range.

Attributes

  • lowerAmount (type: integer(), default: nil) -
  • unit (type: String.t, default: nil) - Unit of the given calories information.
  • upperAmount (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.GeostorePriceInfoFoodNutritionFactsCaloriesFact{
    lowerAmount: integer() | nil,
    unit: String.t() | nil,
    upperAmount: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.