A page can be technically complete: it loads, it has a title, it might even have decent structure, and still say almost nothing. Thin content is what that looks like from a search engine's side: a page that rarely answers a query better than the competition simply because there is not enough of it to judge.
What this finding means
Crawl Cove's thin-content check measures body word count on every indexable HTML page (HTTP 200, not noindex, not a paginated archive) and flags anything under 200 words. Pages under 60 words are near-empty and are flagged more severely than pages that are merely short.
A real finding looks like this:
thin: body word count is 143 (minimum 200)
or, for a near-empty page:
near-empty: body word count is 22 (minimum 200)
One finding per page, naming the actual word count against the threshold so you can judge how far short it falls.
Why it matters
A page with very little on it rarely gives a search engine, or a reader, enough to judge it as the best answer to a query. It is not that short pages are banned; it is that a page competing against fuller, more useful answers on the same topic usually loses that comparison. A site accumulating many such pages can also drag down how a search engine judges the domain as a whole, beyond just those individual pages.
How to fix it
- Read the page and ask what it is actually for. A thin page usually falls into one of two shapes: a genuine topic that was never properly written up, or a page that should never have existed as its own URL.
- If the topic deserves more, expand it with the specifics a reader on this exact query would want: concrete steps, examples, numbers, or answers to the questions the topic naturally raises.
- If the page duplicates or fragments a topic covered better elsewhere, consolidate it into that page and redirect the thin one, rather than leaving two half-answers competing with each other.
- Re-crawl the page once it is expanded or merged to confirm the finding clears.
False positives and edge cases
- Paginated archive pages are never flagged. A listing page's word count is set by how many items the theme places per page, a template setting, not content the site owner wrote for that specific URL, so measuring it here would flag a design decision rather than a gap.
- A noindex page is never flagged, since it was never meant to compete in search in the first place.
- A short page is not automatically wrong. If a query genuinely only needs a brief, direct answer, padding it to hit a word count usually makes the page worse. Use this finding to check for a real gap, not as a rule to write to.
Related reading
For the check that flags pages whose critical content or structured data only appears after JavaScript runs, a different way a page can look complete but say less than it appears to, see Content That Depends on JavaScript.
Frequently asked questions
- Is there an exact word count that counts as thin?
- Crawl Cove's check uses 200 words as the general threshold, with anything under 60 words flagged more severely as near-empty. There is no single number Google itself has confirmed, but a page with almost nothing on it is a consistent signal across real ranking problems, not just this one tool.
- Does a short page always need more words?
- Not always. If a query is genuinely answered in two sentences, padding it to hit a word count usually makes the page worse, not better. The real fix is asking whether the page has anything left to say, not hitting a number.
- Why are paginated archive pages excluded?
- A paginated listing's word count is a function of how many items the theme puts on each page, a template decision, not something the site owner wrote or controls per page, so measuring it as "content" would flag a template setting rather than a real gap.
- Can a thin page still rank well?
- Occasionally, if the query itself expects a short, direct answer and nothing else on the page needs saying. The check flags word count as a signal worth checking, not a guarantee the page is broken.