GeostoreOperationsProto

AI Overview😉

  • The potential purpose of this module is to track and provide information about temporary closures or status changes of a business or feature, such as remodels, vacations, or other temporary unavailability. This helps search engines understand when a business is temporarily closed, allowing them to provide more accurate and up-to-date information to users.
  • This module could impact search results by allowing search engines to filter out or demote businesses that are temporarily closed, ensuring that users are directed to available and operational businesses. It could also provide users with more accurate and up-to-date information about business hours and availability.
  • To be more favorable for this function, a website could ensure that it provides accurate and up-to-date information about its operational status, including any temporary closures or changes. This could be achieved by regularly updating business hours and availability information, as well as providing clear and concise communication about any temporary closures or changes. Additionally, websites could use schema markup to provide search engines with explicit information about their operational status, making it easier for search engines to understand and utilize this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about a feature's operations, e.g. when the feature is temporarily closed.

Attributes

  • temporaryClosure (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTemporaryClosureProto.t), default: nil) - Records temporary status changes of the feature, such as remodel, vacation, etc.: the feature is temporarily (but not permanently) unavailable. See go/geo-schema-reference:operational-lifecycle#temporary-closure for guidance on interpreting this data and constraints on writing it. NOTE: Order of the TemporaryClosureProtos is not guaranteed to be chronological.

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.GeostoreOperationsProto{
  temporaryClosure:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreTemporaryClosureProto.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.