ImageSearchImageIndexingInfo

AI Overview😉

  • The potential purpose of this module is to collect and process information about images on a webpage, including which images are selected for indexing in Google's image search and which are not. This helps Google to understand the relevance and importance of images on a page.
  • This module could impact search results by influencing the ranking of images in Google's image search. If an image is selected for indexing, it may be more likely to appear in search results, while rejected images may be less likely to appear. This could also affect the overall ranking of the webpage in search results, as images are an important aspect of a page's content.
  • A website may change things to be more favorable for this function by ensuring that their images are properly optimized for search engines, including using descriptive alt tags, file names, and captions. They may also want to prioritize the loading and rendering of important images on their page, to increase the likelihood of those images being selected for indexing. Additionally, ensuring that images are properly formatted and compressed can also improve their chances of being indexed.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • imageLinkSelectionInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo.t), default: nil) - Image Selection Info
  • rejectedNotIndexedImageLink (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t), default: nil) - URLs and Amarna status of images on the page for which image data is not yet available and weren't selected for indexing in image search. Used by consumers of docjoins that need a complete view of image urls on the page (i.e. Digdug).
  • selectedNotIndexedImageLink (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t), default: nil) - URLs and Amarna status of images on the page for which image data is not yet available and were otherwise selected for indexing in image search. Used by consumers of docjoins that need a complete view of selected image urls on the page (i.e. Hearse, the index selection testbed).

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.ImageSearchImageIndexingInfo{
  imageLinkSelectionInfo:
    [GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo.t()]
    | nil,
  rejectedNotIndexedImageLink:
    [GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t()]
    | nil,
  selectedNotIndexedImageLink:
    [GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.