IndexingConverterRichContentDataRange

Indexing ConverterIndexing

GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentDataRange

6
out of 10
Medium
SEO Impact
Stores an ordered list of ranges of content from the original, processed, and intermediate content, such that: 1. The original content can be reconstructed from the ranges of type ORIGINAL_AND_PROCESSED, ORIGINAL_ONLY, and ORIGINAL_AND_INTERMEDIATE. 2. The processed content can be reconstructed from the ranges of type ORIGINAL_AND_PROCESSED and PROCESSED_ONLY. 3. The intermediate content (if present) can be reconstructed from the ranges of type ORIGINAL_AND_INTERMEDIATE and INTERMEDIATE_ONLY.

SEO Analysis

AI Generated

Controls how pages are indexed. Without proper indexing, pages cannot appear in search results at all. This model (Indexing Converter Rich Content Data Range) contains 6 attributes that define its data structure. Key functionality includes: Range size when uncompressed, in bytes.

Actionable Insights for SEOs

  • Optimize crawl budget by fixing broken links and reducing redirect chains
  • Use robots.txt and sitemap.xml effectively to guide crawling
  • Monitor Google Search Console for crawl errors and indexing issues

Attributes

6
Sort:|Filter:
rangeTypestring
Default: nilFull type: String.t
sizeinteger(
Default: nil

Range size when uncompressed, in bytes.

sourceTypestring
Default: nilFull type: String.t

The source of this range of content. Present iff 'type' is PROCESSED_ONLY or INTERMEDIATE_ONLY. Note: 'source_type' is not present for ORIGINAL_AND_PROCESSED, ORIGINAL_ONLY, and ORIGINAL_AND_INTERMEDIATE because for those range types the source of their content is the original crawled content.

sourceUrlstring
Default: nilFull type: String.t

The source URL of this range of content. Present iff 'source_type' is present and 'source_type' is FRAME or FLASH or IFRAME.

textstring
Default: nilFull type: String.t

The content of the range, compressed with 'text_compression_method'. Present iff 'type' is ORIGINAL_ONLY or ORIGINAL_AND_INTERMEDIATE or INTERMEDIATE_ONLY. Useful to reconstruct the original content or the intermediate content. Note: 'text' is not present for ORIGINAL_AND_PROCESSED and PROCESSED_ONLY because the processed content is already stored separately (in the contents column, and in CompositeDoc.doc.Content.Representation).

textCompressionMethodstring
Default: nilFull type: String.t

Method used to compress the 'text' field. May be present only when the 'text' is present.