WatchpageLanguageWatchPageLanguageModelPredictionsLanguageScore

AI Overview😉

  • The potential purpose of this module is to determine the language of a webpage and assign a score to it, which can help Google's algorithm understand the content and relevance of the page to a user's search query.
  • This module could impact search results by influencing the ranking of pages that may not have clear language indicators, such as meta tags or URL structures. It may also help Google to better serve search results to users who prefer content in a specific language. For example, if a user searches in Spanish, this module could help Google to prioritize pages with high language scores for Spanish.
  • A website may change things to be more favorable for this function by ensuring that their webpage's language is clearly indicated through meta tags, such as "lang" or "hreflang", and by providing high-quality, language-specific content that can be accurately detected by the WatchPage Language model. Additionally, websites may benefit from using language-specific URLs or domain structures to help Google's algorithm understand their content's language.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next ID: 3

Attributes

  • score (type: number(), default: nil) - Score for the predicted language by the WatchPage Language model.
  • watchpageLanguage (type: String.t, default: nil) - The language predicted by the WatchPage Language model.

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.WatchpageLanguageWatchPageLanguageModelPredictionsLanguageScore{
    score: number() | nil,
    watchpageLanguage: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.