GeostoreEntranceReferenceProto

AI Overview😉

  • The potential purpose of this module is to establish a connection between a specific location (feature) and its entrance or exit points. This helps Google understand the physical layout of a location, which can improve the accuracy of search results related to that location.
  • This module could impact search results by allowing Google to provide more precise and relevant results for location-based searches. For example, if a user searches for "coffee shops near me," Google can use this module to identify the entrance points of nearby coffee shops and provide more accurate directions or proximity information. This could also influence local SEO rankings, as businesses with accurately marked entrance points may be more likely to appear in search results.
  • To be more favorable for this function, a website could ensure that its location data is accurate and up-to-date, including the precise entrance and exit points of its physical locations. This could involve providing Google with detailed location information, such as GPS coordinates or address data, and ensuring that this information is consistent across different platforms and directories. Additionally, businesses could optimize their online presence by including location-specific keywords and phrases on their website, which could help Google better understand their physical location and improve their search visibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Models a relationship between a feature and its entrance or exit.

Attributes

  • featureId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - Feature ID of the related entrance. References should refer to TYPE_ENTRANCE or TYPE_COMPOUND features that are entrances or exits of the referencing feature.

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.GeostoreEntranceReferenceProto{
  featureId:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.