IndexingMobileInterstitialsProtoDesktopInterstitialsDetails

AI Overview😉

  • Potential purpose of module: This module appears to be related to indexing mobile interstitials, which are ads or promotions that appear on mobile devices. It seems to compute signals for desktop interstitials and stores details about these signals, including whether the signal value is "smeared" (extrapolated from other URLs).
  • Impact on search results: This module could impact search results by influencing the ranking of websites that use mobile interstitials. If a website's mobile interstitials are deemed to be overly intrusive or disruptive, this module may penalize the website's ranking. On the other hand, websites with more user-friendly mobile interstitials may be rewarded with higher rankings.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that its mobile interstitials are user-friendly, non-intrusive, and comply with Google's guidelines for mobile interstitials. This could involve using interstitials that are easily dismissible, not overly frequent, and do not obstruct the user's view of the content. Additionally, websites may want to ensure that their interstitials are optimized for mobile devices and do not slow down page loading times.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

An optional message that may contain details of the signals computation.

Attributes

  • basicInfo (type: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo.t, default: nil) -
  • isSmearedSignal (type: boolean(), default: nil) - Indicates whether the signal value is "smeared", e.g. extrapolated from other URLs.

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.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails{
    basicInfo:
      GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo.t()
      | nil,
    isSmearedSignal: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.