GoogleCloudDocumentaiV1DocumentPageAnchorPageRef

Document AILink Signal

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef

3
out of 10
Low
SEO Impact
Represents a weak reference to a page element within a document.

SEO Analysis

AI Generated

Related to anchor text analysis and link signal processing. Anchor text—the clickable text in hyperlinks—has been a fundamental ranking signal since Google's inception. This model processes how link text is analyzed, stored, and weighted, affecting how Google understands what a page is about based on how other sites link to it.

Actionable Insights for SEOs

  • Audit your backlink profile for anchor text diversity and relevance
  • Ensure internal linking uses descriptive, relevant anchor text
  • Monitor for unnatural link patterns that could trigger penalties

Attributes

5
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1BoundingPoly.t

Optional. Identifies the bounding polygon of a layout element on the page. If layout_type is set, the bounding polygon must be exactly the same to the layout element it's referring to.

confidencenumber(
Default: nil

Optional. Confidence of detected page element, if applicable. Range [0, 1].

layoutIdstring
Default: nilFull type: String.t

Optional. Deprecated. Use PageRef.bounding_poly instead.

layoutTypestring
Default: nilFull type: String.t

Optional. The type of the layout element that is being referenced if any.

pagestring
Default: nilFull type: String.t

Required. Index into the Document.pages element, for example using Document.pages to locate the related page element. This field is skipped when its value is the default 0. See https://developers.google.com/protocol-buffers/docs/proto3#json.