HtmlrenderWebkitHeadlessProtoWebKitFetchMetadata

AI Overview😉

  • The potential purpose of this module is to gather information about how a webpage is rendered and fetched by a web browser, specifically the Chromium DevTools frame ID and the target type of the resource being fetched. This could be used to improve how Google understands the structure and content of a webpage.
  • This module could impact search results by allowing Google to better understand the relationships between different resources on a webpage, such as images, scripts, and stylesheets. This could lead to more accurate rankings for pages that have a clear and efficient structure, and potentially penalize pages with overly complex or slow-loading resources.
  • To be more favorable to this function, a website could ensure that its resources are organized in a logical and efficient manner, with clear and consistent naming conventions. Additionally, optimizing images and other resources to reduce load times, and using modern web development best practices such as lazy loading and code splitting, could also be beneficial. By making it easier for Google to understand the structure and content of a webpage, a website may be able to improve its search engine rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

WebkKitFetchMetadata holds additional webkit-specific information for a single resource fetch.

Attributes

  • devtoolsFrameId (type: String.t, default: nil) - Chromium DevTools frame ID of the frame that initiated this fetch. Only populated in the streaming render service with FETCH_MODE_CLIENT.
  • targetType (type: String.t, default: nil) -

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.HtmlrenderWebkitHeadlessProtoWebKitFetchMetadata{
    devtoolsFrameId: String.t() | nil,
    targetType: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.