ImageDataVerticalIndexingInfoImage

AI Overview😉

  • The potential purpose of this module is to help Google's search algorithm understand the context and relevance of images on a webpage, by associating them with specific "verticals" or categories (e.g. imagesearch, news, products, etc.). This allows the algorithm to better determine the image's relevance to a user's search query.
  • This module could impact search results by influencing the ranking of images in Google's image search results. If an image is correctly indexed into a specific vertical, it may be more likely to appear in search results related to that vertical. Conversely, if an image is not properly indexed, it may not appear in relevant search results.
  • To be more favorable to this function, a website could ensure that its images are properly labeled and associated with relevant metadata, such as alt tags, descriptive file names, and structured data (e.g. schema.org markup). This would help Google's algorithm accurately determine the image's context and relevance, and therefore improve its chances of being indexed correctly and appearing in relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Proto to store vertical indexing information for the document and associated image outlinks. The image content can be indexed to multiple verticals, including imagesearch. It can also be indexed only in verticals, not in imagesearch.

Attributes

  • name (type: String.t, default: nil) - List the string representation of the vertical that this image is indexed into.

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.ImageDataVerticalIndexingInfoImage{
  name: 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.