Skip to main content
Checks content length for thin content issues
Rule IDcontent/word-count
CategoryContent
ScopePer-page
Severitywarning
Weight4/10

Solution

Pages with thin content (under 300 words) often struggle to rank well. Search engines prefer comprehensive content that thoroughly covers a topic. Add more valuable, relevant content to thin pages. Aim for at least 500 words for standard pages and 1000+ for in-depth articles. Focus on quality over quantity—padding with fluff hurts user experience. Consider consolidating multiple thin pages into one comprehensive resource.

Options

This rule supports the following configuration options:
OptionTypeDefaultDescription
min_wordsunknownundefinedMinimum word count
warn_thresholdunknownundefinedWord count for optimal content

Configuration Example

squirrel.toml
[rules."content/word-count"]
min_words = undefined
warn_threshold = undefined

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["content/word-count"]

Disable all Content rules

squirrel.toml
[rules]
disable = ["content/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["content/word-count"]
disable = ["*"]