GeostoreTollPathProtoTollClusterSequence

AI Overview😉

  • The potential purpose of this module is to help Google understand the geographic relevance of a webpage or content to a user's search query. It appears to be related to toll paths, which could be routes or areas with specific boundaries, and toll clusters, which are groups of locations within those paths. This module might be used to determine how closely a webpage's content matches the user's location or search intent.
  • This module could impact search results by influencing the ranking of webpages based on their geographic relevance. For example, if a user searches for "coffee shops near me," this module might help Google prioritize results that are physically closer to the user's location. It could also affect the visibility of webpages that cater to specific regions or communities.
  • To be more favorable for this function, a website could optimize its content by including location-specific keywords, creating content that is relevant to specific geographic areas, and using structured data to highlight its physical location or service areas. Additionally, ensuring that the website's content is accurate and up-to-date could help improve its geographic relevance and visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The set of toll clusters in a toll path, along with their position in the path.

Attributes

  • indexedTollClusters (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster.t), default: nil) - There must be at least one toll cluster in a toll path, and there may not be duplicates. For ordering, one should rely on IndexedTollClusterProto.index, rather than the repeated field ordering (elements may be shuffled). This is a unidirectional reference - toll clusters do not reference the toll paths they're a part of. The toll clusters themselves may be part of multiple toll paths.

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.GeostoreTollPathProtoTollClusterSequence{
    indexedTollClusters:
      [
        GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.