NlpSemanticParsingModelsRecurrenceDailyPattern

AI Overview😉

  • The potential purpose of this module is to understand and analyze the timing and frequency of user searches and content creation, specifically in relation to daily recurring patterns. This could help Google better understand user behavior and intent, and provide more relevant search results.
  • This module could impact search results by influencing the ranking of websites and content that are more likely to be relevant to users at specific times of day or during certain daily periods. For example, a website that provides daily news updates may be ranked higher in search results during peak morning hours when users are most likely to be searching for news.
  • A website may change things to be more favorable for this function by optimizing their content creation and publishing schedule to align with user search patterns. For example, a website that provides daily deals or promotions could publish their content during peak hours when users are most likely to be searching for deals. Additionally, websites could use schema markup and other structured data to provide Google with more explicit information about their content's timing and frequency, which could help improve their ranking and visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Pattern for when in the day the repeating task should trigger. Applies to all frequencies greater than or equal to DAILY. Exactly one of the containing fields should be set (i.e. a specific time or period).

Attributes

  • dayPeriod (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t, default: nil) -
  • timeOfDay (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.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.NlpSemanticParsingModelsRecurrenceDailyPattern{
    dayPeriod:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t()
      | nil,
    timeOfDay:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.