QualitySalientCountriesSalientCountry

AI Overview😉

  • The potential purpose of this module is to identify and measure the relevance of a country to a specific document or webpage. This could be used to improve search results by providing more accurate and location-specific information to users.
  • This module could impact search results by influencing the ranking of webpages based on their geographic relevance. For example, if a user searches for a topic with a strong connection to a specific country, this module could help Google's algorithm prioritize webpages that are more relevant to that country. This could lead to more accurate and relevant search results for users with location-specific queries.
  • To be more favorable to this function, a website could ensure that it provides clear and accurate geographic information about its content. This could include using schema markup to specify the country or region relevant to the content, as well as including location-specific keywords and phrases. Additionally, websites could focus on creating high-quality, locally-relevant content that is more likely to be considered salient by the algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This is a measure of how salient this country is for the document.

Attributes

  • country (type: String.t, default: nil) - 2-letter country format.
  • salience (type: number(), default: nil) - How salient this country is for the document. [0,1] range.

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.QualitySalientCountriesSalientCountry{
    country: String.t() | nil,
    salience: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.