GeostorePriceInfoFoodNutritionFacts

AI Overview😉

  • The potential purpose of this module is to provide Google with detailed nutrition information about food dishes, allowing it to better understand and rank websites that provide recipes or food-related content. This module is likely a part of Google's algorithm that focuses on providing users with accurate and relevant health-related information.
  • This module could impact search results by favoring websites that provide detailed and accurate nutrition information about food dishes. This could lead to websites with incomplete or inaccurate nutrition information being ranked lower in search results. Additionally, this module may also influence the ranking of websites that provide healthy or unhealthy recipes, with healthier options being ranked higher.
  • To be more favorable for this function, a website may change things by ensuring that they provide detailed and accurate nutrition information about food dishes, including calories, cholesterol, protein, sodium, total carbohydrates, and total fat. They may also consider providing additional health-related information, such as recommended daily intake or health benefits of specific ingredients. Furthermore, websites may want to focus on providing healthier recipe options to increase their chances of being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message represents nutrition facts for a food dish.

Attributes

  • calories (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact.t, default: nil) -
  • cholesterol (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t, default: nil) - Cholesterol information for a given food dish.
  • protein (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t, default: nil) - Protein information for a given food dish.
  • sodium (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t, default: nil) - Sodium information for a given food dish.
  • totalCarbohydrate (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t, default: nil) - Carbohydrate information for a given food dish.
  • totalFat (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t, default: nil) - Fat information for a given food dish.

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.GeostorePriceInfoFoodNutritionFacts{
  calories:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact.t()
    | nil,
  cholesterol:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t()
    | nil,
  protein:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t()
    | nil,
  sodium:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t()
    | nil,
  totalCarbohydrate:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t()
    | nil,
  totalFat:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.