VideoContentSearchQbstTermsOverlapFeatures

AI Overview😉

  • The potential purpose of this module is to measure how well the content of a video matches the search query, specifically by looking at the overlap between the important keywords in the query and the anchor text or top navigation queries related to the video. This helps Google to determine the relevance of the video to the search query.
  • This module could impact search results by promoting videos that have a higher overlap between the search query keywords and the video's content, making them more likely to appear at the top of the search results. This could lead to more relevant and accurate search results, especially for videos that are closely related to the search query.
  • A website may change things to be more favorable for this function by ensuring that the anchor text and navigation queries related to their videos accurately reflect the content of the video and include important keywords from the search query. This could involve optimizing video titles, descriptions, and tags to include relevant keywords, as well as creating clear and concise navigation queries that match the search query.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

QBST terms overlap features for the candidate query.

Attributes

  • qbstAnchorOverlap (type: number(), default: nil) - Fraction of salient terms of original query covered by anchor text.
  • qbstNavboostOverlap (type: number(), default: nil) - Fraction of salient terms of original query covered by top navboost query of the video.

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.VideoContentSearchQbstTermsOverlapFeatures{
    qbstAnchorOverlap: number() | nil,
    qbstNavboostOverlap: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.