QualityGeoBrainlocBrainlocAttachment

AI Overview😉

  • The potential purpose of this module is to help Google understand the geographic relevance of a webpage or content to a specific location, city, county, state, or country. It appears to be a part of the algorithm that assesses the quality and accuracy of location-based information on a webpage.
  • This module could impact search results by influencing the ranking of webpages based on their geographic relevance to a user's search query. For example, if a user searches for "best restaurants in New York City", this module could help Google prioritize webpages that are more closely associated with New York City, even if they don't explicitly mention the city in their content. This could lead to more accurate and relevant search results for users searching for location-specific information.
  • A website may change things to be more favorable for this function by including clear and accurate geographic information on their webpage, such as mentioning specific cities, counties, states, or countries relevant to their content. They could also use schema markup to provide additional context about their location-based information. Additionally, ensuring that their webpage is mobile-friendly and has a good user experience could also indirectly benefit from this module, as users are more likely to engage with a webpage that is relevant to their location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Compressed version of quality_geo_brainloc.goldmine.BrainlocAnnotation for indexing. (See BrainlocAnnotation for detailed documentation.) Next ID: 10

Attributes

  • brainlocVersion (type: integer(), default: nil) -
  • topCitiesRawScores (type: list(integer()), default: nil) -
  • topCitiesVocabIds (type: list(integer()), default: nil) - Compressed top locations and their scores. Locations are stored using their model vocab IDs. Location scores are stored using 14 bits of precision (2 bytes).
  • topCountiesRawScores (type: list(integer()), default: nil) -
  • topCountiesVocabIds (type: list(integer()), default: nil) -
  • topCountriesRawScores (type: list(integer()), default: nil) -
  • topCountriesVocabIds (type: list(integer()), default: nil) -
  • topStatesRawScores (type: list(integer()), default: nil) -
  • topStatesVocabIds (type: list(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.QualityGeoBrainlocBrainlocAttachment{
    brainlocVersion: integer() | nil,
    topCitiesRawScores: [integer()] | nil,
    topCitiesVocabIds: [integer()] | nil,
    topCountiesRawScores: [integer()] | nil,
    topCountiesVocabIds: [integer()] | nil,
    topCountriesRawScores: [integer()] | nil,
    topCountriesVocabIds: [integer()] | nil,
    topStatesRawScores: [integer()] | nil,
    topStatesVocabIds: [integer()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.