BusinessHoursInterval

AI Overview😉

  • The potential purpose of this module is to understand and store business hours information, specifically the start and end times of business hours intervals. This could be used to help Google understand when a business is open or closed, and provide more accurate and relevant search results to users.
  • This module could impact search results by influencing the ranking and display of businesses in search results, particularly for searches related to opening hours or availability. For example, if a user searches for "restaurants open on Sundays", Google may prioritize businesses that have specified Sunday hours in their business hours interval. Additionally, this module could also affect the display of business hours information in Google's Knowledge Graph or local search results.
  • A website may change things to be more favorable for this function by ensuring that their business hours information is accurate, up-to-date, and easily accessible to Google's crawlers. This could include adding schema markup to their website, specifying business hours in their Google My Business listing, or providing a clear and consistent business hours schedule across all online platforms. By doing so, a website may increase its chances of being displayed prominently in search results, particularly for searches related to business hours or availability.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • end (type: integer(), default: nil) - The interval ends at the start of this second
  • start (type: integer(), default: nil) - Time in seconds since Midnight-Monday-Morn

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.BusinessHoursInterval{
  end: integer() | nil,
  start: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.