SnapshotSnapshotMetadata

SnapshotInfrastructure

GoogleApi.ContentWarehouse.V1.Model.SnapshotSnapshotMetadata

4
out of 10
Low
SEO Impact
Unwrap a decoded JSON object into its complex fields.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Snapshot Snapshot Metadata) contains SEO-relevant attributes including snapshotQualityScore. Key functionality includes: The number of distinct resources fetched to render the content. This may aid the calculation of total page load time for user experience. For example,...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

5
Sort:|Filter:
countDistinctResourcesinteger(
Default: nil

The number of distinct resources fetched to render the content. This may aid the calculation of total page load time for user experience. For example, if total_content_length is only a few dozen kilobytes, but that is from fetching 100 distinct resources, total page load time might be much higher than the total_content_length would otherwise infer.

crawlTimestampstring
Default: nilFull type: String.t

The time at which the main resource of the Snapshot was fetched, in seconds since epoch. Note that the various page dependencies may have been fetched at much earlier points in time (hours, maybe days) and that this could be off from the actual rendering time.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.SnapshotSnapshotDocument.t
snapshotQualityScorenumber(
Default: nil

The score here corresponds to the score in Snapshot, a number between 0.0 and 1.0 (higher the better).

totalContentSizestring
Default: nilFull type: String.t

Number of bytes fetched to render the content. For example, to render a web page, this value would include the HTML, stylesheets, images, and all other dependencies. This can be used to calculate a coarse estimate of the total page load time a user might experience.