HtmlrenderWebkitHeadlessProtoDOMTreeNode
HTML RenderInfrastructureGoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDOMTreeNode
SEO Analysis
AI GeneratedBackend infrastructure with indirect SEO impact. This model (Htmlrender Webkit Headless Proto D O M Tree Node) contains SEO-relevant attributes including isClickable. Key functionality includes: An index per child. Indexes can be used to fetch the DOMTreeNodes from the list maintained by the Document.
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
12nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDOMTreeNodeAttribute.tchildDomTreeNodeIndexlist(integer(nilAn index per child. Indexes can be used to fetch the DOMTreeNodes from the list maintained by the Document.
currentSourceUrlstringnilFull type: String.tFor elements, the actual url that was used to fetch the image. Note that this field is set only if it is different from the 'src' attribute value.
nilFull type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDocument.tIf the node represents an iframe or a frame then document will be set.
htmlTagTypeinteger(nilIdentifies the HTML tag type (IMG, P, DIV, etc). Applicable only for DOM nodes that are representative of html elements. For a list of possible types refer HtmlTagEnum defined in webutil/html/htmltagenum.h.
isClickableboolean(nilWhether this DOM node responds to mouse clicks. This includes e.g. nodes that have had click event listeners attached via JavaScript as well as e.g. anchor tags that naturally navigate when clicked.
namestringnilFull type: String.tName of the node (document, text, comment, div, etc).
originUrlstringnilFull type: String.tURL of the script, if any, which created or populated this node.
referencedResourceIndexlist(integer(nilList of referenced resource indexes for any resources that this DOM tree node references.
renderTreeNodeIndexlist(integer(nilRenderTreeNode can be looked up from the list of RenderTreeNodes stored in the Document using render_tree_node_index. RenderTreeNode gives rendering information (bounding box, style that was applied, etc). Note: 1. If a DOMTreeNode does not have a RenderTreeNode then it is safe to assume that the DOMTreeNode has no effect on the rendering. DOMTreeNodes for a ,
typestringnilFull type: String.tvaluestringnilFull type: String.tThe node value is applicable for TEXT_NODEs, DOCUMENT_TYPE_NODEs, COMMENT_NODEs, and user input elements such as , and <option>. For DOCUMENT_TYPE_NODEs, the value contains the publicId and SystemId. For input elements, the value reflects the current value in the element at the time the snapshot was taken.