GeostoreBusinessHoursProto

AI Overview😉

  • The potential purpose of this module is to store and manage the business hours of a specific location, taking into account the geo-specific information. This allows Google to provide more accurate and relevant search results, especially for users searching for businesses with specific hours of operation.
  • This module could impact search results by influencing the ranking of businesses based on their hours of operation. For example, if a user searches for a business near their location, Google may prioritize results that are currently open or have hours that match the user's search query. This could lead to more relevant and useful search results for users.
  • To be more favorable for this function, a website may ensure that their business hours are accurately and consistently represented across the web, including on their own website, Google My Business listing, and other relevant directories. Additionally, they may want to provide detailed and up-to-date information about their hours, such as holiday hours or special events, to increase their chances of being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A BusinessHoursProto stores a weekly schedule of opening hours for a business (represented as a BusinessHours message) together with other closely related information that is Geo-specific.

Attributes

  • data (type: GoogleApi.ContentWarehouse.V1.Model.BusinessHours.t, default: nil) - The actual hours represented by this BusinessHoursProto.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t, default: nil) - Field-level metadata for these hours.

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.GeostoreBusinessHoursProto{
  data: GoogleApi.ContentWarehouse.V1.Model.BusinessHours.t() | nil,
  metadata:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.