Content removed: when a page loses half its text
In brief
A content removed alert means more than 50% of a page's text disappeared between two crawls — almost always a broken component or template bug, not a decision. Compare with the previous version and restore the missing content before Google recalculates the page downward.
What is it?
More than 50% of the page's content is gone.
Why it hurts SEO and AI
A massive content drop is almost always an accident (broken component, wrong CMS data, deploy). Google recalculates the page's relevance on what remains — usually downward, and lastingly if nothing is fixed.
When it is NOT a problem
- You deliberately rewrote the page as a short version and the removed content was outdated.
- The page merged into another and the text moved to a URL you redirect cleanly.
- The main content is still there and only a secondary site-wide section (reviews, related products) was trimmed.
<main>
<h1>Trail running guide</h1>
<!-- <ArticleBody> renders nothing: CMS data missing -->
</main><main>
<h1>Trail running guide</h1>
<p>1,200 words of detailed advice...</p>
</main>On the left the component that injects the article body renders nothing; on the right the content is back in the HTML.
How to fix it
- Compare the page with its previous version to pinpoint exactly which block of text disappeared.
- Trace the cause: broken component, empty CMS field, bad migration, or a missing content file.
- Restore the content and redeploy.
- Re-crawl the page to confirm the text volume is back to normal.
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 anyone noticing? Enter a URL: Seogard compares the text volume between crawls and alerts you when a page empties out. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
The page keeps the depth that justified its rankings.
Seogard catches this regression automatically — through its continuous SEO monitoring.
Frequently asked questions
Why would a page lose its content when nobody edited it?
Content is usually injected by a component or CMS: a missing field, a broken component or a failed migration empties the page without changing its URL or template.
Does Google downgrade a page that lost content?
Google recalculates the page's relevance on the remaining text, usually downward; the effect can last as long as the content is not restored.
Related rules
Updated July 10, 2026