Skip to main content

Content Quality Fields

📘 Field descriptions for content quality analysis, including near-duplicate detection, template vs. unique content ratios, content similarity scores, and content change tracking.

Overview

Content Quality fields measure how unique, substantive, and differentiated a page's content is. Botify analyzes the ratio of templated vs. original content, detects near-duplicate pages, and flags pages that may be too thin or repetitive to perform well in search.

Datasets and API collection

  • Available in: SiteCrawler · RealKeywords

  • For API users: These fields are available in the Crawl BQL collection.

Content Uniqueness

Field name

API identifier

Kind

Type

Description

% of Unique Word Sequences
Former name: % of N-Grams

content_quality.pct_unique_sequences

metric

float

The percentage of unique sequences of words (n-grams) used on the page. A low value suggests the content is repetitive or highly templated.

% Template Words
Former name: % of Words (Template)

content_quality.pct_words_ignored

metric

float

The percentage of the page's words that are templated (i.e., repeated across many pages, such as navigation, headers, and footers) versus unique body content.

Near-Duplicate Detection

Field name

API identifier

Kind

Type

Description

Evaluated

content_quality.evaluated

dimension

boolean

Whether this URL was included in the content quality evaluation. Pages below a minimum content threshold may not be evaluated.

Similar Pages (Highest Score)

content_quality.pct_nearest_similar_page_score

metric

integer

The highest content similarity score found between this URL and any other page — expressed as a percentage. A score of 100 indicates an exact duplicate.

Similar Pages (Sample)

content_quality.samples

dimension

string

A sample list of URLs that have similar content to this page.


See also:

Did this answer your question?