ImageRepositoryVideoIndexingInfo

AI Overview😉

  • The potential purpose of this module is to track and store information about videos that are not indexed or crawlable by Google's search engine. This could include videos that are not publicly accessible, require login credentials, or are embedded in a way that makes them difficult for Google to crawl.
  • This module could impact search results by influencing the ranking of websites that host videos. If a website has a large number of unindexed videos, it may be seen as less relevant or less authoritative by Google, potentially leading to lower search engine rankings. On the other hand, websites with a high number of indexed videos may be seen as more relevant and authoritative, potentially leading to higher search engine rankings.
  • To be more favorable for this function, a website could ensure that its videos are easily crawlable and indexable by Google. This could include making videos publicly accessible, using schema markup to provide additional metadata about the videos, and ensuring that videos are embedded in a way that makes them easily discoverable by Google's crawlers. Additionally, websites could consider providing transcripts or descriptions of their videos to make them more accessible and understandable to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • notIndexedVideoLink (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoLinkIndexingInfo.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.ImageRepositoryVideoIndexingInfo{
  notIndexedVideoLink:
    [
      GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoLinkIndexingInfo.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.