ImageRepositoryCrawlStatusInfo

AI Overview😉

  • The potential purpose of this module is to provide debugging information about the crawl status of an image repository. This means it's checking how well Google's crawlers are able to access and index images on a website.
  • This module could impact search results by influencing the ranking of websites with image repositories. If a website's image repository is not crawled correctly, it may not show up in image search results or may be ranked lower. On the other hand, websites with easily crawlable image repositories may be rewarded with higher rankings.
  • To be more favorable to this function, a website could ensure that its image repository is easily crawlable by using proper image metadata, providing clear and consistent image URLs, and allowing Google's crawlers to access the images without any restrictions. Additionally, websites could use schema markup to provide additional context about their images, making it easier for Google to understand and index them.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Fields for crawl-status-related debugging information.

Attributes

  • code (type: String.t, default: nil) -
  • notCrawledReason (type: String.t, 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.ImageRepositoryCrawlStatusInfo{
  code: String.t() | nil,
  notCrawledReason: 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.