GeostoreTimeScheduleProto

AI Overview😉

  • The potential purpose of this module is to manage and store time-based schedules for geographically targeted content, allowing Google to serve relevant results based on the user's location and time of day.
  • This module could impact search results by influencing the ranking of websites that have location-based and time-dependent content. For example, a restaurant's website may be boosted in search results during lunch hours if it has relevant content scheduled to appear during that time. Conversely, a website with outdated or irrelevant content may be demoted if it doesn't align with the user's current location and time.
  • A website may change things to be more favorable for this function by implementing location-based and time-dependent content strategies, such as: Creating content that is relevant to specific geographic regions and scheduling it to appear during peak hours. Using schema markup to provide Google with information about their business hours, locations, and events. Ensuring that their website is mobile-friendly and loads quickly to accommodate users searching on-the-go. Optimizing their website's structure and content to make it easy for Google to understand their location-based and time-dependent offerings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • component (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeComponentProto.t), default: nil) - The schedule is the union of these components.

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.GeostoreTimeScheduleProto{
  component:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeComponentProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.