GDocumentBaseContent

GDocumentDocument Processing

GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseContent

7
out of 10
High
SEO Impact
Main content section

SEO Analysis

AI Generated

How Google processes and understands document structure. Affects how content is parsed and indexed. This model (G Document Base Content) contains 13 attributes that define its data structure. Key functionality includes: The actual length of the content: If Representation is compressed, this equals to Content.UncompressedLength; otherwise it is the length of the repres...

Actionable Insights for SEOs

  • Monitor for changes in rankings that may correlate with updates to this system
  • Consider how your content strategy aligns with what this signal evaluates

Attributes

13
Sort:|Filter:
AuthMethodinteger(
Default: nil
ContentLengthinteger(
Default: nil

The actual length of the content: If Representation is compressed, this equals to Content.UncompressedLength; otherwise it is the length of the representation string.

ContentTypeinteger(
Default: nil

See enum ContentType in //depot/google3/webutil/http/content-type.proto.

CrawlTimestring
Default: nilFull type: String.t

Seconds since Unix epoch.

Encodinginteger(
Default: nil

See //depot/google3/i18n/encodings/public/encodings.h Encoding of representation

HasHttpHeaderboolean(
Default: nil

Set to false if Representation does not contain HTTP headers.

Languageinteger(
Default: nil

A Language enum value. See: go/language-enum Default is english

OriginalEncodinginteger(
Default: nil

If OriginalEncoding is present, the body part of the Representation was converted to UTF-8, Encoding was set to UTF8, and OriginalEncoding was set to the original encoding before conversion. However, the HTTP headers part of the content might not be valid UTF-8. -1=an invalid value

Representationstring
Default: nilFull type: String.t

Possibly compressed for old documents. It is not compressed for docjoins produced by Raffia after ~2012.

UncompressedLengthinteger(
Default: nil

Historically present if Representation is compressed.

VisualTypeinteger(
Default: nil

Whether the content was visual right-to-left, and if so, what type of visual document it is. Must be one of the values in enum VisualType from google3/repository/rtl/visualtype.h Default is NOT_VISUAL_DOCUMENT. See http://wiki/Main/RtlLanguages for background.

crawledFileSizeinteger(
Default: nil

Crawled file size of the original document.

encodedGeometryAnnotationsstring
Default: nilFull type: String.t

GeometryAnnotations, encoded with GeometryUtil::DeltaEncode() to reduce disk space usage. Use GeometryUtil::DeltaDecode() to decode this field.