QualityShoppingShoppingAttachmentPBlockImageInfo

AI Overview😉

  • The potential purpose of this module is to extract and store image metadata, specifically the height and width of images, from web pages. This information can be used to improve the shopping experience on Google, such as displaying images in a consistent format or providing image dimensions to users.
  • This module could impact search results by influencing how images are displayed and ranked in Google Shopping results. For example, images with incorrect or missing metadata may be penalized in search rankings, while images with accurate and complete metadata may be favored. This could lead to a better user experience, as users are more likely to see relevant and well-formatted images in their search results.
  • To be more favorable to this function, a website can ensure that all images on their website have accurate and complete metadata, including height and width attributes. This can be done by adding these attributes to the HTML img tags or by providing image metadata in a structured data format, such as schema.org. Additionally, websites can ensure that their images are optimized for web use, with consistent formatting and sizing, to improve the overall user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • height (type: integer(), default: nil) -
  • width (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.QualityShoppingShoppingAttachmentPBlockImageInfo{
    height: integer() | nil,
    width: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.