GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltVoltPerDocData
Table of Contents ▼
Jump to a specific part of the page:
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
desktopCwv
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals
, 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
, default:nil
)
- Mobile Core Web Vital metrics. NOTE(yunchengz): This field will not be populated in Muppet.
Type
@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
}
desktopCwv: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t() | nil,
desktopDisplayUrlIsHttps: boolean() | nil,
displayUrlIsHttps: boolean() | nil,
mobileCwv: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltVoltPerDocData