VideoContentSearchAnchorsCommonFeatureSet

AI Overview😉

  • The potential purpose of this module is to evaluate the quality and relevance of video content by analyzing anchor text (short descriptions of videos) using two algorithms: Dolphin and MUM. These algorithms assess the descriptiveness and usefulness of the anchor text, which helps Google to better understand the video content and rank it accordingly.
  • This module could impact search results by promoting videos with more descriptive and useful anchor text to the top of the search results, while demoting videos with low-quality or irrelevant anchor text. This could lead to a better user experience, as users are more likely to find relevant and high-quality video content.
  • To be more favorable for this function, a website can focus on creating high-quality, descriptive, and useful anchor text for their videos. This can be achieved by:
    • Writing concise and informative anchor text that accurately describes the video content.
    • Using relevant keywords in the anchor text to help Google understand the video's topic.
    • Avoiding spammy or low-quality anchor text that may be seen as irrelevant or misleading.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains anchor set level features that apply to all anchor types.

Attributes

  • dolphinDescriptivenessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t, default: nil) - A summary of the Dolphin descriptiveness scores of the anchors in the set.
  • dolphinUsefulnessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t, default: nil) - A summary of the Dolphin usefulness scores of the anchors in the set.
  • mumDescriptivenessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t, default: nil) - A summary of the MUM descriptiveness scores of the anchors in the set.
  • mumUsefulnessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t, default: nil) - A summary of the MUM usefulness scores of the anchors in the set.

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.VideoContentSearchAnchorsCommonFeatureSet{
    dolphinDescriptivenessStats:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t()
      | nil,
    dolphinUsefulnessStats:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t()
      | nil,
    mumDescriptivenessStats:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t()
      | nil,
    mumUsefulnessStats:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.