BusinessHours

AI Overview😉

  • The potential purpose of this module is to understand and process business hours information, specifically the open intervals of a business during a week. This includes the day and time of opening, as well as the duration of each open interval.
  • This module could impact search results by allowing Google to provide more accurate and relevant results for users searching for businesses with specific hours of operation. For example, if a user searches for "restaurants open on Sundays", Google can use this module to filter out businesses that are not open on Sundays. This could also affect local search results, where businesses with accurate and up-to-date hours of operation may be ranked higher.
  • To be more favorable for this function, a website can ensure that their business hours information is accurate, up-to-date, and easily accessible to Google's crawlers. This can be done by including the business hours on the website, using schema markup to highlight the hours, and keeping the hours consistent across all online platforms. Additionally, websites can ensure that their hours are in a format that can be easily understood by Google's algorithm, such as using a standardized format for representing time intervals.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

We divide up a week into individual open intervals. If any are present then they must be arranged in strictly increasing order, with non-empty spaces between successive intervals, and all times between 0 and 604800, the number of seconds in a week.

Attributes

  • dayopen (type: integer(), default: nil) -
  • interval (type: list(GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval.t), 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.BusinessHours{
  dayopen: integer() | nil,
  interval:
    [GoogleApi.ContentWarehouse.V1.Model.BusinessHoursInterval.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.