LocalWWWInfoOpeningHours

AI Overview😉

  • The potential purpose of this module is to provide information about a business's opening hours and to help Google understand when a business is open or closed. This information can be used to improve the accuracy of search results, especially for local searches.
  • This module could impact search results by allowing Google to filter out businesses that are closed during a user's search query, providing more relevant and up-to-date results. It could also enable Google to display opening hours directly in search results, making it easier for users to plan their visits.
  • A website may change things to be more favorable for this function by ensuring that their opening hours are accurately and consistently listed across the web, including on their own website, Google My Business listing, and other online directories. They may also want to ensure that their website is mobile-friendly and provides a good user experience, as this could impact how Google chooses to display their opening hours in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Populated from StoreHoursAnnotations.

Attributes

  • hours (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t, default: nil) -
  • hoursFprint (type: String.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.LocalWWWInfoOpeningHours{
  hours:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t() | nil,
  hoursFprint: 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.