OceanLocaleViewabilitySourceDetails

AI Overview😉

  • The potential purpose of this module is to provide information about the source of a book's content, specifically the imprint (publisher) that provided the rights, and to determine the preferred URL to display for buying the book. This helps Google to correctly attribute the content and provide a seamless user experience.
  • This module could impact search results by influencing the visibility and ranking of book-related content. For example, if a book's imprint is not properly attributed, it may affect the book's visibility in search results or the accuracy of the "buy-the-book" URL displayed. This could also impact the ranking of websites that provide book-related content, as Google may prioritize websites with accurate and complete information about the book's source.
  • To be more favorable for this function, a website could ensure that it provides accurate and complete information about the book's imprint and rights, including the preferred URL for buying the book. This could involve maintaining a database of book metadata, including imprint information, and ensuring that this information is correctly formatted and easily accessible to search engines. Additionally, websites could ensure that their book-related content is properly structured and marked up with schema.org metadata to help search engines understand the content and its relationships.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

How did we derive this viewability for this locale+volume? For "partner" books, this includes details about the "Imprint" that provided the rights. These details specify things such as preferred buy-the-book-url to show in the frontend.

Attributes

  • imprint (type: GoogleApi.ContentWarehouse.V1.Model.OceanVolumeImprint.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.OceanLocaleViewabilitySourceDetails{
  imprint: GoogleApi.ContentWarehouse.V1.Model.OceanVolumeImprint.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.