Thin content: when a page no longer has enough material
In brief
Content dropping below 200 words gives Google little material to rank the page and nothing usable for LLMs to cite. If the page used to have more, a content component has often stopped rendering: check whether the thinness is normal or restore the missing content.
What is it?
The page's content dropped below 200 words.
Why it hurts SEO and AI
Very short content gives Google little material to rank the page, and nothing usable for LLMs to cite. If the page used to have more content, a content component has probably stopped rendering.
When it is NOT a problem
- It is a naturally short utility page (login, confirmation, contact) not meant to rank on content.
- The page relies on media (video, interactive tool, gallery) whose value is not measured in word count.
- You are on the first crawl of the page: Seogard has no prior length baseline to compare against.
<main>
<h1>Trail running guide</h1>
<!-- The <article> component no longer renders: 30 words left -->
</main><main>
<h1>Trail running guide</h1>
<article>
<p>Introduction, detailed advice, sections... (full content restored)</p>
</article>
</main>A sharp drop in word count almost always signals a content block that stopped rendering, not an editorial choice.
How to fix it
- Open the page and compare what you see with the expected content: is a whole block missing?
- If the page used to have more, find the content component that stopped rendering (empty data, template error, content injected in JS only).
- Restore the missing content, or confirm the thinness is normal for this type of page and acknowledge the alert.
- Redeploy if needed, then re-crawl to confirm the content is present again in the raw HTML.
This scan checks the content structure: H1, headings and text volume
Is this issue on your site?
Did one of your pages lose its content without you noticing? Enter a URL: Seogard measures the content in your raw HTML on every crawl and alerts you when a page becomes too thin. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
The page becomes a real candidate for ranking and citation again.
Seogard catches this regression automatically — through its continuous SEO monitoring.
Frequently asked questions
How many words does a page need for Google?
There is no official threshold: what matters is covering the topic. Below 200 words, most editorial pages lack the material to rank.
Is thin content a Google penalty?
Not an automatic penalty, but a very short page gives few relevance signals: it is less likely to rank and offers nothing usable for an AI citation.
Related rules
Updated July 10, 2026