OceanLocaleViewabilityDates

AI Overview😉

  • The potential purpose of this module is to allow for pre-indexing of future content, such as books, that will become viewable and searchable on a specific date. This enables Google to prepare and process the content before it becomes available to users.
  • This module could impact search results by ensuring that new content is properly indexed and available to users as soon as it becomes viewable. This could improve the freshness and relevance of search results, especially for content that is released on a specific date, such as new book titles.
  • To be more favorable for this function, a website could ensure that they provide accurate and consistent metadata for their content, including release dates. This would allow Google to properly pre-index the content and make it available to users as soon as it becomes viewable. Additionally, websites could ensure that their content is crawlable and indexable by Google's algorithms, by following best practices for SEO and content organization.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Viewability related dates.

Attributes

  • effectiveDate (type: String.t, default: nil) - If specified, the LocaleViewability will become effective on this date. This field is used to allow pre-indexing of future books which will become viewable and searchable according to the LocaleViewability on the specified date. Before the effective date, the volume will have scanless-like VIEW_METADATA viewability. For details, see the design document at http://go/oceanviewabilityeffectivedate. The date is expressed as the number of seconds since the Unix epoch.

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.OceanLocaleViewabilityDates{
  effectiveDate: 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.