QualityQrewriteCalendarReference

AI Overview😉

  • Potential purpose of module: This module, QualityQrewriteCalendarReference, appears to be related to calendar and scheduling information. It may be used to understand the relevance of a webpage or content to a specific date, event, or schedule, potentially to improve search results for queries related to timing or planning.
  • Impact on search results: This module could impact search results by giving more weight to content that is relevant to a specific calendar event, holiday, or schedule. For example, a search for "Thanksgiving recipes" might prioritize results that are specifically relevant to the Thanksgiving holiday, rather than general recipe websites. It could also help Google understand the timing of events or appointments mentioned on a webpage, allowing it to provide more accurate and relevant results.
  • Optimization for this function: To be more favorable for this function, a website could ensure that it provides clear and specific calendar-related information, such as dates, events, and schedules. This could include using schema markup for events, providing detailed information about upcoming appointments or meetings, and optimizing content for specific holidays or celebrations. Additionally, using natural language processing to understand the context and relevance of calendar-related information on a webpage could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • calendarAlias (type: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteQRewriteAccountAwareCalendarAliasWrapper.t, default: nil) -
  • contactCalendarName (type: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteContactCalendarName.t, default: nil) -
  • familyCalendarAlias (type: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteFamilyCalendarAlias.t, default: nil) -
  • primaryCalendarAlias (type: GoogleApi.ContentWarehouse.V1.Model.QualityQrewritePrimaryCalendarAlias.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.QualityQrewriteCalendarReference{
  calendarAlias:
    GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteQRewriteAccountAwareCalendarAliasWrapper.t()
    | nil,
  contactCalendarName:
    GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteContactCalendarName.t()
    | nil,
  familyCalendarAlias:
    GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteFamilyCalendarAlias.t()
    | nil,
  primaryCalendarAlias:
    GoogleApi.ContentWarehouse.V1.Model.QualityQrewritePrimaryCalendarAlias.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.