OceanVolumeViewability

AI Overview😉

  • The potential purpose of this module is to determine the viewability of a webpage or content volume, which refers to how accessible or visible the content is to users and search engines. This includes factors such as the content's language, region, and indexing status.
  • This module could impact search results by affecting how content is indexed and ranked. For example, if a webpage has low viewability due to being inaccessible to certain regions or languages, it may be ranked lower in search results or not indexed at all. On the other hand, content with high viewability may be more likely to appear in search results and be ranked higher.
  • A website may change things to be more favorable for this function by ensuring that their content is accessible and visible to a wide range of users and search engines. This could include optimizing their website's language and region targeting, improving website loading speed and mobile responsiveness, and ensuring that their content is properly indexed by search engines. Additionally, websites may want to ensure that their content is updated regularly and that any indexing issues are resolved promptly to maintain high viewability.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • DEPRECATEDDefaultViewType (type: integer(), default: nil) -
  • defaultViewability (type: GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability.t, default: nil) - The viewability for any locale that is not explicitly listed.
  • inViewabilityLimbo (type: boolean(), default: nil) - DEPRECATED: Viewability-Limbo was a state that prevented indexing from running if the viewability of a volume had dropped significantly. It was removed during viewability refactoring: http://go/viewability
  • locale (type: list(GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewabilityLocale.t), default: nil) -
  • updatedByIndexer (type: boolean(), default: nil) - Whether the volume viewability was updated by the indexer as opposed to a direct update in goovols. The absense of this bit will indicate to the indexer that it should not short-circuit indexing side effects that should occur when viewability changes.

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.OceanVolumeViewability{
  DEPRECATEDDefaultViewType: integer() | nil,
  defaultViewability:
    GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability.t() | nil,
  inViewabilityLimbo: boolean() | nil,
  locale:
    [GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewabilityLocale.t()] | nil,
  updatedByIndexer: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.