HtmlrenderWebkitHeadlessProtoWindowOpenEvent

HTML RenderInfrastructure

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoWindowOpenEvent

3
out of 10
Low
SEO Impact
Corresponds to a call to window.open(). Note that a WindowOpenEvent will be present whether or not the call was successful.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Htmlrender Webkit Headless Proto Window Open Event) contains 4 attributes that define its data structure. Key functionality includes: Whether or not the window was allowed to be opened by the popup blocker. Unless user events are created with a render extension this should be false.

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

4
Sort:|Filter:
allowedboolean(
Default: nil

Whether or not the window was allowed to be opened by the popup blocker. Unless user events are created with a render extension this should be false.

urlstring
Default: nilFull type: String.t

The URL for the new window. Note that this is the URL after it has been processed by WebKit, so, for example, relative links passed to window.create() will have been made absolute.

windowFeaturesstring
Default: nilFull type: String.t

Window features passed to window.open().

windowNamestring
Default: nilFull type: String.t

Window name passed to window.open(). If no name is provided this defaults to "_blank".