MediaIndexVideoCentroidDomainScore

AI Overview😉

  • The potential purpose of this module is to measure the diversity of pages that a video appears on within a specific domain. The lower the score, the more diverse the pages are. This helps Google to understand the relevance and authority of the video content within that domain.
  • This module could impact search results by favoring videos that appear on a diverse range of pages within a domain, rather than those that are only featured on a single page or a small set of similar pages. This could lead to more authoritative and relevant video content being surfaced in search results.
  • To be more favorable for this function, a website could focus on creating high-quality, relevant video content that is featured on a diverse range of pages within their domain. This could include creating videos that are embedded on different subdomains, or on pages with different topics or formats. Additionally, websites could focus on building high-quality backlinks from other domains to their video content, to increase the diversity of pages that their videos appear on.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

See go/video-centroid-domain-score.

Attributes

  • domain (type: String.t, default: nil) - The domain this score was generated for.
  • numDocs (type: integer(), default: nil) - Number of pages from the domain used to generate this DomainScore.
  • score (type: number(), default: nil) - In general, lower scores indicate the video is appearing on more diverse pages.

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.MediaIndexVideoCentroidDomainScore{
  domain: String.t() | nil,
  numDocs: integer() | nil,
  score: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.