DocProperties

DocInfrastructure

GoogleApi.ContentWarehouse.V1.Model.DocProperties

4
out of 10
Low
SEO Impact
NOTE: In segindexer, the docproperties of a document may be reused from a previous cycle if its content is not changed. If you add a new field to DocProperties, make sure it is taken care (i.e., gets copied from a previous cycle to the current document) in CDocProperties::EndDocument().

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Doc Properties) contains SEO-relevant attributes including avgTermWeight. Key functionality includes: The average weighted font size of a term in the doc body

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

12
Sort:|Filter:
avgTermWeightinteger(
Default: nil

The average weighted font size of a term in the doc body

badTitleboolean(
Default: nil

Missing or meaningless title

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.DocPropertiesBadTitleInfo.t
languageslist(integer(
Default: nil

A Language enum value. See: go/language-enum

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextInfo.t

Leading text information generated by google3/quality/snippets/leadingtext/leadingtext-detector.cc

numPunctuationsinteger(
Default: nil
numTagsinteger(
Default: nil
numTokensinteger(
Default: nil

The number of tokens, tags and punctuations in the tokenized contents. This is an approximation of the number of tokens, tags and punctuations we end up with in mustang, but is inexact since we drop some tokens in mustang and also truncate docs at a max cap.

proseRestrictstring
Default: nilFull type: list(String.t

The restricts for CSE structured search.

restrictsstring
Default: nilFull type: list(String.t
timestampstring
Default: nilFull type: String.t

The time CDocProperties::StartDocument() is called, encoded as seconds past the epoch (Jan 1, 1970). This value is always refreshed and not reused.

titlestring
Default: nilFull type: String.t

Extracted from the title tag of the content. This is typically extracted by TitleMetaCollector defined at google3/segindexer/title-meta-collector.h. Please see its documentation for the format and other caveats.