QualityPreviewSnippetQueryTermCoverageFeatures

AI Overview😉

  • The potential purpose of this module is to analyze how well the search query terms are covered in the title and snippet of a webpage. This helps Google to determine how relevant and useful the webpage is to the user's search query.
  • This module could impact search results by promoting webpages that have a high coverage of search query terms in their title and snippet, making them more visible and likely to be clicked by users. Conversely, webpages with low coverage may be demoted in search results.
  • To be more favorable for this function, a website can ensure that its title and snippet accurately and concisely reflect the content of the webpage, and include the most important keywords and phrases that users are likely to search for. This can be achieved by writing clear and descriptive title tags, and crafting informative and keyword-rich meta descriptions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Snippet query term coverage features.

Attributes

  • snippetQueryTermCoverage (type: number(), default: nil) -
  • titleQueryTermCoverage (type: number(), default: nil) -
  • titleSnippetQueryTermCoverage (type: number(), 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.QualityPreviewSnippetQueryTermCoverageFeatures{
    snippetQueryTermCoverage: number() | nil,
    titleQueryTermCoverage: number() | nil,
    titleSnippetQueryTermCoverage: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.