CountryProvinceGeotoken

AI Overview😉

  • The potential purpose of this module is to identify and store geographic information about a webpage, specifically at the state or province level, to help Google understand the page's relevance to specific regions or audiences.
  • This module could impact search results by allowing Google to better tailor search results to a user's location or search query, potentially promoting pages that are more relevant to a specific region or audience. This could also lead to more localized search results, where pages that are relevant to a specific state or province are prioritized.
  • A website may change things to be more favorable for this function by including clear and consistent geographic information on their webpage, such as including the state or province in their metadata, content, or structured data. Additionally, websites may want to ensure that their content is relevant and useful to a specific regional audience, and that they are using location-specific keywords and phrases to help Google understand their geographic relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A 32 bit fingerprint of a state level geotoken. The geotoken is in the following format: statecountry. These indicate a page is of interest to these states/regions of a country. The use of message is to enable easy additions of probabilities or weights per metro id in the future.

Attributes

  • geotoken (type: integer(), 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.CountryProvinceGeotoken{
  geotoken: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.