AppsPeopleOzExternalMergedpeopleapiOpeningHoursPeriod

AI Overview😉

  • The potential purpose of this module is to understand the opening hours of a business or organization, allowing Google to provide more accurate and relevant search results, especially for queries related to business hours or availability.
  • This module could impact search results by promoting websites that provide clear and accurate opening hours information, making it easier for users to find this information when searching for a specific business or organization. It may also lead to a better user experience, as users will be able to quickly find the information they need.
  • To be more favorable for this function, a website could ensure that its opening hours information is easily accessible, accurate, and up-to-date. This could be achieved by providing a clear and dedicated page for opening hours, using schema markup to highlight this information, and regularly updating the information to reflect any changes.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • close (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint.t, default: nil) -
  • open (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint.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.AppsPeopleOzExternalMergedpeopleapiOpeningHoursPeriod{
    close:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint.t()
      | nil,
    open:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.