AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint

AI Overview😉

  • The potential purpose of this module is to understand and store information about a business's opening hours. This could be used to provide users with more accurate and relevant search results, especially for local searches or queries related to business hours.
  • This module could impact search results by allowing Google to: - Provide more accurate and up-to-date information about a business's hours of operation - Influence search rankings based on a business's hours of operation (e.g., prioritizing businesses that are currently open) - Offer more personalized results based on a user's location and the time of day (e.g., suggesting businesses that are open late at night)
  • To be more favorable for this function, a website could: - Ensure that their business hours are accurately and consistently listed across the web (e.g., on their website, Google My Business, and other directories) - Use schema markup or other structured data to explicitly provide their business hours to search engines - Keep their business hours up-to-date and reflect any changes or exceptions (e.g., holiday hours) to ensure that users receive accurate information

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • day (type: integer(), default: nil) - A day of the week, as an integer in the range 0-6. 0 is Sunday, 1 is Monday, etc.
  • time (type: String.t, default: nil) - A time in 24-hour "hhmm" format (i.e. range is 0000 to 2359).

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.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint{
    day: integer() | nil,
    time: 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.