IndexingMobileVoltVoltPerDocData

AI Overview😉

  • The potential purpose of this module is to collect and store data related to a webpage's user experience and security, specifically focusing on Core Web Vitals (CWV) metrics, HTTPS usage, and mobile-friendliness. This data is used to inform ranking changes, suggesting that Google wants to promote websites that provide a better user experience.
  • This module could impact search results by favoring websites that have better CWV metrics, are more mobile-friendly, and use HTTPS. This could lead to a better user experience for searchers, as they are more likely to be directed to websites that are fast, secure, and easy to use on mobile devices. On the other hand, websites that do not meet these standards may see a decrease in their search rankings.
  • To be more favorable for this function, a website could focus on improving its CWV metrics, such as page loading speed, responsiveness, and visual stability. This could be achieved by optimizing images, minifying code, and leveraging browser caching. Additionally, ensuring that the website is mobile-friendly and uses HTTPS could also improve its standing with this module. Furthermore, website owners could consider conducting regular audits to identify and address any user experience issues that may be negatively impacting their search rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

The protocol buffer stored in the legacyperdocdata muppet attachment for VOLT (go/volt). The data is used for ranking changes. Only CWV signals and secure signal are stored. MobileFriendliness is stored separately in the legacyperdocdata. Safe browsing and BAS/AER conditions are not used for ranking.

Attributes

  • desktopCwv (type: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t, default: nil) - Desktop Core Wev Vital metrics. NOTE(yunchengz): This field will not be populated in Muppet.
  • desktopDisplayUrlIsHttps (type: boolean(), default: nil) -
  • displayUrlIsHttps (type: boolean(), default: nil) -
  • mobileCwv (type: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t, default: nil) - Mobile Core Web Vital metrics. NOTE(yunchengz): This field will not be populated in Muppet.

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.IndexingMobileVoltVoltPerDocData{
  desktopCwv:
    GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t()
    | nil,
  desktopDisplayUrlIsHttps: boolean() | nil,
  displayUrlIsHttps: boolean() | nil,
  mobileCwv:
    GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.