HtmlrenderWebkitHeadlessProtoRenderResponse

HTML RenderInfrastructure

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRenderResponse

3
out of 10
Low
SEO Impact
See go/wrs-render-quality for how to evaluate the results. Next id: 24

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Htmlrender Webkit Headless Proto Render Response) contains 15 attributes that define its data structure. Key functionality includes: Contains chromium trace generated during page rendering. This is present if a chromium_trace_config was provided in the request.

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

15
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoChromiumTrace.t

Contains chromium trace generated during page rendering. This is present if a chromium_trace_config was provided in the request.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoCookie.t

Contents of the browser's cookie jar. (if cookies_enabled was set to true in the RenderRequest).

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDocument.t

Contains the DOM tree, render tree and more. For details consult document.proto.

exceptionDetailstring
Default: nilFull type: String.t

Provides extra debugging details when certain exception bits are set.

exceptionsstring
Default: nilFull type: String.t

Exceptions (possibly serious conditions) that occurred during this rendering. 0 means none. Bitfield encoding. See the RenderingException enum above for an explanation.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRenderExtensionResult.t

Render extension results (if devtools_script was provided with the request.)

finalClientUrlstring
Default: nilFull type: String.t

This field contains the final url as would appear in the web browser's address bar. Note that JavaScript can modify the contents of the location bar so this URL may not appear on the list of referenced resources. If we fail to follow a redirect this field will contain the URL that we failed to redirect to, not the last one we successfully loaded.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoImage.t

Contains the viewport images rendered by webkit (if generate_image was set to true in the RenderRequest). Will also contain the print-mode images (if generate_print_mode_images was set to true).

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDOMStorageItem.t

Contents of the browser's local storage.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoPartialRender.t

Partial render snapshots (if requested by a render extension)

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoPdf.t

Contains the PDF document (if generate_pdf was set to true in the RenderRequest)

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoResource.t

Contents for all the urls fetched by the render server. This field is present only if generate_referenced_resource_content was set to true in the RenderRequest.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRenderStats.t

Time to render the url, total size of a document, number of referenced images, etc will be part of RenderStats.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDOMStorageItem.t

Contents of the browser's session storage.

titlestring
Default: nilFull type: String.t

Contains the page title produced by webkit, in the UTF-8 encoding.