RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationCountryPrice

AI Overview😉

  • Potential purpose of module: This module appears to be responsible for extracting and processing pricing information for products or services from web pages, specifically focusing on the country, currency, and price. It helps Google understand the pricing details of a product or service and display it in search results.
  • Impact on search results: This module can impact search results by influencing the ranking and display of products or services with pricing information. It may prioritize results with clear and accurate pricing details, making it more likely for users to find relevant and up-to-date pricing information. Additionally, it could affect the display of rich snippets, such as price ranges or currency conversions, in search results.
  • Optimization for this function: To be more favorable for this function, a website can ensure that its pricing information is:
    • Clearly and consistently formatted across the website
    • Accurately reflecting the current prices and currency
    • Structured in a way that allows easy extraction by Google's algorithm (e.g., using schema.org markup)
    • Up-to-date and reflecting any changes or promotions

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • countryCode (type: String.t, default: nil) -
  • currencyCode (type: String.t, default: nil) - ISO 4217 currency code.
  • price (type: String.t, default: nil) - Price string converted from double value in a standard currency unit, like '199.35' or '1400'.

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.RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationCountryPrice{
    countryCode: String.t() | nil,
    currencyCode: String.t() | nil,
    price: 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.