ImageSearchUnindexedImageLink

AI Overview😉

  • Potential purpose of module: This module, ImageSearchUnindexedImageLink, appears to be responsible for tracking and debugging information about images that are not indexed in Google's search results. It may help identify why certain images are not being crawled or indexed, providing insights for improvement.
  • Impact on search results: This module could impact search results by influencing the visibility of images in Google's search results. If an image is not indexed, it may not appear in search results, potentially affecting the relevance and accuracy of search results. This module may help Google identify and resolve issues with image indexing, leading to more comprehensive and accurate search results.
  • Website changes for favorable function: To be more favorable for this function, a website could ensure that its images are properly crawlable and indexable by Google. This might involve: using descriptive and keyword-rich alt tags, optimizing image file names and URLs, using schema markup for images, and ensuring that images are not blocked by robots.txt or other technical issues. By making images more accessible and crawlable, a website may increase the likelihood of its images being indexed and appearing in Google's search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • amarnaStatus (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus.t, default: nil) - Insight on why we do not have data for this imagelink.
  • crawlStatusInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t, default: nil) - Fields for crawl-status-related debugging information.
  • url (type: String.t, default: nil) - The image URL.

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.ImageSearchUnindexedImageLink{
  amarnaStatus:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus.t() | nil,
  crawlStatusInfo:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t() | nil,
  url: 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.