WWWDocInfoThumbnail

AI Overview😉

  • The potential purpose of this module is to store and process information about thumbnails associated with web documents (WWWDocInfo). This includes details like expiration timestamp, height, type, and width of the thumbnail image.
  • This module could impact search results by influencing how thumbnails are displayed and ranked in search engine results pages (SERPs). For example, it may affect the visibility and attractiveness of search results, making some results more appealing to users than others. It could also help Google's algorithm to better understand the content of a webpage and improve the relevance of search results.
  • To be more favorable for this function, a website could ensure that their thumbnails are properly optimized, such as using relevant and descriptive alt tags, compressing images to reduce file size, and using a consistent and high-quality image format. Additionally, websites could provide Google with accurate and up-to-date metadata about their thumbnails, such as expiration timestamps, to help the algorithm better understand and display their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • expirationTimestampMicros (type: String.t, default: nil) -
  • height (type: integer(), default: nil) -
  • type (type: integer(), default: nil) - The type here corresponds to image_base::ThumbnailType defined in image/base/thumbnail-type.proto.
  • 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.WWWDocInfoThumbnail{
  expirationTimestampMicros: String.t() | nil,
  height: integer() | nil,
  type: 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.