GoodocOrdinal

GoodocInfrastructure

GoogleApi.ContentWarehouse.V1.Model.GoodocOrdinal

1
out of 10
Minimal
SEO Impact
An Ordinal message represents a single ordinal component of a page number. It encodes the printed or inferred numbering style (Roman, ASCII, etc.) and the ordinal value of the component. An optional set of variable is defined in order to express a sectioned ordinal. A sectioned ordinal may appear in certain page numbering styles, for example "12-1" where "12" identifies a chapter and "1" identifies the page within it. This case will be encoded with value 1 and section_value 12 both of type ASCII.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Goodoc Ordinal) contains 8 attributes that define its data structure. Key functionality includes: The following vars describe the section component of an ordinal (if exists). They are used to express situation where a page number has a section comp...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

8
Sort:|Filter:
implicitstring
Default: nilFull type: String.t
sectionStringValuestring
Default: nilFull type: String.t
sectionValueinteger(
Default: nil
sectionValueTypestring
Default: nilFull type: String.t

The following vars describe the section component of an ordinal (if exists). They are used to express situation where a page number has a section component, usually denoating the chapter number. For example pages 5-14, 5-15 will both have the common section 5. (If exists). The semantcis of the section variables correspond to that of the primary part of the ordinal. (Described above).

stringValuestring
Default: nilFull type: String.t

The string page value.

valueinteger(
Default: nil

The numeric page value.

valueDeltastring
Default: nilFull type: String.t

The delta in which the value increases between pages.

valueTypestring
Default: nilFull type: String.t

A value type from the Type enum above.