AppsPeopleOzExternalMergedpeopleapiOpeningHours

AI Overview😉

  • The potential purpose of this module is to provide information about a business's opening hours, including whether it is currently open, its regular hours of operation, and localized text describing its hours for each day of the week. This helps search users quickly determine if a business is open and when they can visit.
  • This module could impact search results by influencing the ranking of businesses based on their opening hours. For example, if a user searches for a business near their location, Google may prioritize results that are currently open or have hours that align with the user's search query. This could also affect the visibility of businesses that have incorrect or outdated opening hours information.
  • To be more favorable for this function, a website could ensure that their opening hours information is accurate, up-to-date, and easily accessible to search engines. This could include adding structured data to their website, such as schema.org markup, to provide clear and consistent opening hours information. Additionally, businesses could ensure that their hours are consistent across all online platforms, including their website, Google My Business listing, and other directories.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The periods that this place is open during the week. The periods are in chronological order, starting with today in the place-local timezone. An empty (but not absent) value indicates a place that is never open, e.g. because it is closed temporarily for renovations.

Attributes

  • openNow (type: boolean(), default: nil) - Is this place open right now? Always present unless we lack time-of-day or timezone data for these opening hours.
  • periods (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursPeriod.t), default: nil) -
  • weekdayTexts (type: list(String.t), default: nil) - Localized strings describing the opening hours of this place, one string for each day of the week. Will be empty if the hours are unknown or could not be converted to localized text. Example: "Sun: 18:00-06:00"

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.AppsPeopleOzExternalMergedpeopleapiOpeningHours{
    openNow: boolean() | nil,
    periods:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursPeriod.t()
      ]
      | nil,
    weekdayTexts: [String.t()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.