ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo

AI Overview😉

  • The potential purpose of this module is to provide information about the availability of a product or offer on a website, such as "in stock", "out of stock", "pre-order", etc. This information can help search engines like Google understand the current status of a product and provide more accurate and relevant search results to users.
  • This module could impact search results by influencing the ranking of a website based on the availability of its products. For example, if a user searches for a product that is currently out of stock, a website that provides this information may be ranked lower than a website that has the product in stock. On the other hand, if a website provides accurate and up-to-date availability information, it may be ranked higher in search results.
  • A website can optimize for this module by ensuring that it provides accurate and up-to-date availability information for its products. This can be done by implementing a robust inventory management system, using schema markup to provide availability information in a format that can be easily understood by search engines, and regularly updating product pages to reflect changes in availability. Additionally, websites can also use this information to improve the user experience, for example by providing alternative products or suggesting similar items that are in stock.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • availability (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.ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo{
    availability: 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.