GDocumentBaseContent
GDocumentDocument ProcessingGoogleApi.ContentWarehouse.V1.Model.GDocumentBaseContent
SEO Analysis
AI GeneratedHow 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
13AuthMethodinteger(nilContentLengthinteger(nilThe actual length of the content: If Representation is compressed, this equals to Content.UncompressedLength; otherwise it is the length of the representation string.
ContentTypeinteger(nilSee enum ContentType in //depot/google3/webutil/http/content-type.proto.
CrawlTimestringnilFull type: String.tSeconds since Unix epoch.
Encodinginteger(nilSee //depot/google3/i18n/encodings/public/encodings.h Encoding of representation
HasHttpHeaderboolean(nilSet to false if Representation does not contain HTTP headers.
Languageinteger(nilA Language enum value. See: go/language-enum Default is english
OriginalEncodinginteger(nilIf 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
RepresentationstringnilFull type: String.tPossibly compressed for old documents. It is not compressed for docjoins produced by Raffia after ~2012.
UncompressedLengthinteger(nilHistorically present if Representation is compressed.
VisualTypeinteger(nilWhether 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(nilCrawled file size of the original document.
encodedGeometryAnnotationsstringnilFull type: String.tGeometryAnnotations, encoded with GeometryUtil::DeltaEncode() to reduce disk space usage. Use GeometryUtil::DeltaDecode() to decode this field.