CountrySalientCountry

AI Overview😉

  • The potential purpose of this module is to determine how relevant a webpage is to a specific country. It estimates the probability of a document being relevant to a country, with a score ranging from 0.0 (low likelihood) to 1.0 (high likelihood).
  • This module could impact search results by influencing the ranking of pages based on their geographical relevance. For example, if a user searches for a topic in a specific country, this module could help Google prioritize pages that are more relevant to that country, even if they're not necessarily the most popular or authoritative overall.
  • To be more favorable to this function, a website could ensure that its content is clearly targeted towards a specific country or region, using techniques such as:
    • Using country-specific keywords and phrases
    • Providing location-based information or services
    • Creating content that is relevant to local events, news, or culture
    • Using structured data to mark up location-based information

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

Salient Countries is an estimated probability (salience) of a doc to be relevant to a country. On this message, countries are represented as int32 (the format of this data is defined in i18n/identifiers/stableinternalregionconverter.cc). Salience is a value in range [0.0 - 1.0] in which 1.0 represents a high likelihood to be relevant to the country

Attributes

  • compressedSalience (type: integer(), default: nil) -
  • countryCode (type: integer(), default: nil) -
  • salience (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.CountrySalientCountry{
  compressedSalience: integer() | nil,
  countryCode: integer() | 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.