ImageRepositoryVideoLinkIndexingInfo

AI Overview😉

  • The potential purpose of this module is to index and store information about video URLs and their crawl status, which can be used to improve video search results and provide more accurate video content to users.
  • This module could impact search results by allowing Google to better understand the video content available on the web, and to provide more relevant and accurate video search results to users. It could also help Google to identify and filter out low-quality or irrelevant video content.
  • A website may change things to be more favorable for this function by ensuring that their video content is easily crawlable and indexable by Google, by providing clear and concise video metadata, and by using schema markup to provide additional context about their video content. Additionally, websites can ensure that their video URLs are stable and consistent, and that they provide a good user experience for users accessing their video content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • crawlStatusInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t, default: nil) - Fields for crawl-status-related debugging information.
  • url (type: String.t, default: nil) - The video 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.ImageRepositoryVideoLinkIndexingInfo{
    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.